Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSM Geocoder #41

Merged
merged 2 commits into from
May 13, 2017
Merged

OSM Geocoder #41

merged 2 commits into from
May 13, 2017

Conversation

CaitW
Copy link
Member

@CaitW CaitW commented May 12, 2017

Effectively the same as the Bing Geocoder, updated for the OSM API.

@theduckylittle
Copy link
Member

I'm getting an error on line 99... says "feature" is undefined. Happens when I do the "second" search of an address.

type: 'Feature',
geometry: {
type: 'Point',
coordinates: [feature.lon, feature.lat]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feature doesn't appear to be defined anywhere?

@theduckylittle theduckylittle merged commit 3f796c4 into geomoose:master May 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants