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

I need to find all nodes created by a specific user with no tags that are not part of a way

I am using the Ctrl-F search function:

"user:example tags:0 type:node"

There is the parent option but I am not sure how to use it or how to negate it.

"user:example tags:0 type:node -parent" also selects nodes that are part of a way

asked 13 Dec '12, 16:49

AddisMap_Alexander's gravatar image

AddisMap_Ale...
1.1k314062
accept rate: 0%


This is covered by the very last example on JOSM/Search_function help: "type:node untagged -child"

So the right expression is

"user:example type:node untagged -child"

permanent link

answered 13 Dec '12, 16:55

AddisMap_Alexander's gravatar image

AddisMap_Ale...
1.1k314062
accept rate: 0%

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:

×622
×193

question asked: 13 Dec '12, 16:49

question was seen: 4,274 times

last updated: 13 Dec '12, 16:55

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