Tagged Questions
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 + ...
5
votes
1answer
93 views
What is the bare minimum data I would need to import from an OSM data file in order to geocode an address?
I'm using osm2pgsql to import an extract of OpenStreetMap's data so I can geocode an address to a lat/lng. But I'm new to OSM and mapping so I'm having trouble figuring out what data is relevant and ...
5
votes
1answer
304 views
Is it possible to geocode street intersections using Nominatim?
Is it possible to geocode the location of a street intersection using Nominatim?
Example geocode query
Commonwealth Ave at Washington Street, Boston, MA
Successful Geocode by Google
...
2
votes
1answer
152 views
How to obtain road classification type at a point via nominatim?
This is my first time posting here so please forgive me if i ask a trivial question. Is there a way of obtaining the type of road an object is settled in from a request via nominatim? (i have the ...
4
votes
2answers
307 views
Differences between OSM data and MapQuest OSM data?
I currently have an OSM "stack" server (Postgres/PostGIS, Mapnik, OpensLayers) working in a development environment, with almost all the South America countries loaded on the database. Since the ...
1
vote
1answer
2k views
How to reverse geocode without Google?
I have a basic tracking system i've written with OpenLayers using google and openstreetmap and I want to use geocoding to get street names etc
However, I'm a bit confused.
I was hoping there was a ...
2
votes
0answers
341 views
Different searching results in local Nominatim and openstreetmap.org
I've just installed Nominatim using this guide. I've successfully import fresh osm.bz2 file with data for Saint-Petersburg, Russia into my postgresql database.
Nominatim search script works, but it ...
0
votes
1answer
737 views
How to get address coordinates from OSM?
I've got an osm file containing the city I live in. Now I've got a tool to render and display it in the browser (mapnik+postgis+tilecache+openlayers+geoext) and the task is to make an address search.
...
3
votes
1answer
360 views
Is there an open source tool for both road network analysis and geocoding?
Is there any one open source software package that can perform both road network analysis and geocoding?
2
votes
1answer
1k views
Is there a method to create offline geocoder using OSM xml data?
I am trying to develop an offline android map that makes use of OSM map tiles of 15 zoom level, For this purpose i used an open source library : Osmdroid
Now, i m looking into the possibility of ...
4
votes
1answer
408 views
Open street map accuracy problem
I want to locate shops with open street map. For that I send a query to nominatim, a webservice which geocodes coordinates from addresses.
I draw a marker at the returned coordinates, and it´s ...
5
votes
5answers
619 views
Data Source: Address ranges for every block in NYC
I'm looking for data that defines the address ranges used on NYC blocks. On this screenshoot you can see google has noted the first addresses on each block of West End Avenue and 92nd/93rd/94th st. ...