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

Get lat_lon geotext from nominatim

-1

Hi,

I want to use nominatim service to get geotext, but the result is formatted as lon_lat. I want the geotext with lat_lon format. How can I do this?

Please help me.

Thanks alot

asked 05 Jul '17, 07:41

nguyenhaiduong87's gravatar image

nguyenhaiduo...
10112
accept rate: 0%


One Answer:

2

It depends on your programming language, it should be easy enough to do switch them around.

answered 05 Jul '17, 09:07

rorym's gravatar image

rorym
5.4k1449100
accept rate: 11%

Source code available on GitHub .