English 中文(简体)
Reverse geo location using OpenStreetMap [closed]
原标题:

Closed. This question is off-topic. It is not currently accepting answers.


Want to improve this question? Update the question so it s on-topic for Stack Overflow.

Closed 13 years ago.

I have used OpenStreetMap in my ongoing website. I have developed website using PHP. My requirement is to get ADDRESS based on Geo Location(Latitude & Longitude). Is there any OpenStreetMap API available to get location info based on Lat/Lon?

Thanks, Vishal Parmar

问题回答

There are multiple reverse geocoding APIs available for OpenStreetMap (since the data is open-source, anyone can build one). The two that I would recommend you investigate further are:

  1. Nominatim, run by a member of the OSM community as a volunteer project. Reverse Geocoding documentation
  2. CloudMade Geocoding, run as a commercial service. Reverse Geocoding documentation (at the bottom)

Of the two, I would recommend Nominatim. If you are building a large service and are generating lots of requests, you can even run your own copies of nominatim on your own servers.





相关问题
gwt-openlayers with openstreetmap example

I d like to integrate OSM in GWT. I found this library called gwt-openlayers, but I don t understand how can I make it work with the OSM map. Can anyone provide me a short example?

Cached/offline maps for iPhone?

I d like to use use maps in my application, so that there will be as less as possible traffic. Perfect solution would be caching of map slices. I know it s not possible with google maps (license). I ...

Random maps/graphs and OSM

just wondering if you have any suggestions here. I need a lot of sample maps/graphs to test my shortest path search solution (I was told I should have >100 of them). My code is supposed to work in a ...

delphi+openstreetmap

is there a vcl or a project (in delphi) that would allow me to download OSM tiles and display them on an app? I have tried embedding an browser and it worked great but i need a way to display the ...

Reverse geo location using OpenStreetMap [closed]

I have used OpenStreetMap in my ongoing website. I have developed website using PHP. My requirement is to get ADDRESS based on Geo Location(Latitude & Longitude). Is there any OpenStreetMap API ...

开放街道地图管理员

我需要开放Street的标记管理员。 地图,如山角地图。

热门标签