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

Getting the longitude and latitude from local Nominatim server.

0

Hello,

I have setup a local Nominatim server using the instructions found on this site: https://nominatim.org/release-docs/latest/appendix/Install-on-Ubuntu-16/. I have tested the server using Luxembourg and it works.

I was wondering if I could use this Nominatim server to extract the longitude latitude coordinates being called from outside like an API call. I already have tiles made from my mapnik server and I would like to highlights the points of the search from the user by getting the longitude and latitude from the nominatim server.

asked 29 Jan '18, 14:25

Ujjawal's gravatar image

Ujjawal
46227
accept rate: 0%


One Answer:

3

answered 29 Jan '18, 15:09

mtmail's gravatar image

mtmail
4.8k1574
accept rate: 27%

1

Thanks!! This is what I needed.

(29 Jan '18, 15:22) Ujjawal