damianbraun / nominatim

OSM Nominatim API module
Apache License 2.0
27 stars 10 forks source link

No longer compatible with MapQuest #4

Open aaugustin opened 8 years ago

aaugustin commented 8 years ago

This library defaults to using MapQuest's geocoding server which now requires an API key. It would be nice if there was an easy way to inject the API key. Thanks.

Xevib commented 8 years ago

I don't understand why the module it's using (and with a hardcoded var) the Mapquest api instead of the osm api Edit:It seems to allow to change the base_url when you initialize the object

aaugustin commented 8 years ago

That makes sense to me; better take advantage on the hardware resources of a commercial company than of a non-profit project.