NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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%


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.

permanent link

answered 04 Feb '14, 10:03

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

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:

×689

question asked: 04 Feb '14, 09:31

question was seen: 2,674 times

last updated: 04 Feb '14, 10:03

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum