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

NominatimGeocoder with mapquestkey doesn't work #237

Closed
milovanderlinden opened this issue Jul 24, 2016 · 1 comment
Closed

NominatimGeocoder with mapquestkey doesn't work #237

milovanderlinden opened this issue Jul 24, 2016 · 1 comment

Comments

@milovanderlinden
Copy link

I have checked the code of the Nominatim Geocoder. It is not possible to set the mapquest key and the url that gets constructed does not check for any key. If I manually add the key to the serviceURL, the resulting url becomes invalid.

@MKergall
Copy link
Owner

MKergall commented Jul 25, 2016

Effectively, I see that MapQuest now imposes a key to use its Nominatim service (https://open.mapquestapi.com/nominatim)
I just added support for this key: GeocoderNominatim.setKey(appKey).

(BTW, do you really plan to use this MapQuest service, instead of the regular Nominatim?)

@MKergall MKergall closed this as completed Sep 6, 2016
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

No branches or pull requests

2 participants