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