1
vote
1answer
176 views

Multiple response from nominatim service call (Geocoding) in openstreetMap

I am using OpenStreeMap with Google as layer, and for geocoding , nominatim service. Below, is my code. $.ajax({ url: "http://nominatim.openstreetmap.org/search?q=" + address + ...
0
votes
0answers
48 views

Why does DC belong to Maryland in OpenStreetMap/Nominatim?

Don't know much about GIS. Is it common practice to consider DC part of Maryland and not a "state"? http://nominatim.openstreetmap.org/search/washington%20dc ...
5
votes
2answers
138 views

Hosted nominatim services

Are there hosted nominatim services that can do all it's duties (particularly reverse-geocoding) all over the world? We have a high volume of lookups (we dont want to be throttled) but we want to ...