This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Nominatim Search with multiple lantitude and longitude is possible ?

0

In Nominatim nomally search with single lat and log and get single address.

Is it possible to search with multiple lat and log to get corresponding address in single search URL.

asked 04 Feb '14, 09:31

Arun%20kmp's gravatar image

Arun kmp
63141519
accept rate: 0%


One Answer:

2

Nominatim doesn't have that out of the box but since the search script is just a little PHP code that executes SELECT statements, you could easily modify that to work through an array of coordinates and return responses for all of them.

answered 04 Feb '14, 10:03

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .