2
1

Hi, Can I use OpenStreetMap to find map coordinates for a street by name?

I'm interested for a web application using php/html/javascript/mysql technologies.

asked 11 May '11, 08:29

xprt64's gravatar image

xprt64
31113
accept rate: 0%

edited 11 May '11, 08:48

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
73.3k866641137


One Answer:
6

You are looking for geocoding based on OpenStreetMap.

There are several different ways to do it. If you want to set up your own server, try Nominatim. There are other solutions out there, e.g. the GeoCommons geocoder aimed primarily at geocoding US addresses (not sure how far their OpenStreetMap import project has progressed) and Gisgraphy who have a working OSM import but don't do house numbers yet.

If you are looking for an online service (i.e. don't want to run your own server), then your best bet is MapQuest's free Nominatim-based service.

permanent link

answered 11 May '11, 08:47

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
73.3k866641137
accept rate: 24%

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×117
×117

question asked: 11 May '11, 08:29

question was seen: 27,356 times

last updated: 11 May '11, 08:48

powered by OSQA