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 kmp |
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 Ramm ♦ |