openstreetmap - How to plot query result on Overpass turbo -


i using overpass turbo web http://overpass-turbo.eu/#

after typing in

[out:csv(::lat,::lon;false)]; relation(2081626);>;out; 

i list of coordinates, under "data" tab

48.0786156  11.5510212 48.0769149  11.5502003 48.0763526  11.5505930 48.0768127  11.5502292 48.0761811  11.5499233 ... 

how plot list of coordinates on "map" tab route, on map

try overpass xml

<osm-script>   <id-query ref="2081626" type="relation"/>   <union>     <item/>     <recurse type="down"/>   </union>   <print/> </osm-script> 

Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -