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

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×362
×228

question asked: 19 Dec '20, 13:42

question was seen: 738 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