NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Question tags:

×362
×228

question asked: 19 Dec '20, 13:42

question was seen: 1,091 times

last updated: 19 Dec '20, 13:42

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum