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

get nodes in a way in overpass turbo ?

0

I'm using overpass turbo to view my query result and I would like to view all the nodes that belong to a specific way how can i implement it

[out:json][timeout:25];

(
       way(5701140);
);
// print results
out body;
>;
out skel qt;

should use it as a bounded box and specify a way as the location ?

asked 19 Dec '20, 13:42

rabeeqasem's gravatar image

rabeeqasem
318811
accept rate: 0%

Source code available on GitHub .