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

Longitude Latitude Lines on map?

0

Hello I want to map the 25 South line so I can zoom in and see exactly where it crosses.

https://en.wikipedia.org/wiki/25th_parallel_south

Like this red line on this picture.

How can I do this? I'd prefer just this one but ok with more

asked 20 Jul '20, 19:00

RMcD's gravatar image

RMcD
21335
accept rate: 0%


One Answer:

1

We don't do that in OSM but you could for example create a GeoJSON file that contains this line, and then make yourself a little Leaflet based web site that shows OSM tiles and your GeoJSON on top. This is explained e.g. here https://leafletjs.com/examples/geojson/

answered 20 Jul '20, 21:53

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .