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

I have this query and I would like to color two nodes to red for example this node 153531385 and 153531392

[out:json][timeout:25][bbox:41.90693,12.45756,41.90936,12.46259];
// gather results
(

  node(153531392);
node(153531403);
node(2556217356);
node(2556217358);
node(1251974676);
node(1251974678);
node(1224834075);
node(153531430);
node(1297227303);
node(1129756714);
node(1587437611);
node(1129756716);
node(1250409837);
node(418502511);
node(1250409840);
node(2115095921);
node(2115095922);
node(2206595452);
node(2206595454);
node(2206595455);
node(2206595456);
node(2206595457);
node(2206595458);
node(5239133571);
node(8309555607);
node(130635160);
node(1799221657);
node(1799200156);
node(1799221660);
node(3700188574);
node(8309555616);
node(1799221665);
node(1799221670);
node(1799221672);
node(687588779);
node(754682796);
node(1799221677);
node(687588783);
node(687588785);
node(208456626);
node(1799221682);
node(153403829);
node(5239132089);
node(637882815);
node(637882816);
node(153343425);
node(637882817);
node(153343429);
node(8311054278);
node(5370575815);
node(5370575816);
node(1130166741);
node(1131363286);
node(1130166767);
node(1130166768);
node(1130166770);
node(1130166772);
node(130686968);
node(153531385);

);
out body;
>;
out skel qt;

how can I do it?

asked 14 Oct '21, 08:38

rabeeqasem's gravatar image

rabeeqasem
318811
accept rate: 0%

edited 14 Oct '21, 09:23


Hi I was looking around and came across this on github which seems to work
https://github.com/tyrasd/overpass-turbo/issues/356
There is an example at the end which labels an individual node as”this one”
I had to delete the first line with the date to run the query.
I noticed that in the wiki for overpass turbo that “node[@id= “ is depreciated but in the example above it is effective.
Hope this helps in some way

permanent link

answered 14 Oct '21, 14:21

nevw's gravatar image

nevw
9.8k2690178
accept rate: 9%

edited 14 Oct '21, 15:25

Your answer
toggle preview

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:

×228
×205

question asked: 14 Oct '21, 08:38

question was seen: 1,015 times

last updated: 14 Oct '21, 15:25

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