The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
15 views

How to obtain a region polygon from Google Places Autocomplete

I am trying to use google places autocomplete to search for a place, get its polygon region from mapques/nominatim and render the result in google maps. Here is where I am having difficulties: ...
1
vote
1answer
180 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
140 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 ...