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

0
1

I know how to filter an OverPass query for a given user, including how to use a negative condition: https://help.openstreetmap.org/questions/83153/how-to-filter-by-user-in-overpass-turbo

But how can I filter the results based on a list of multiple users without duplicating the query statement?

asked 08 Apr '22, 06:54

cmoffroad's gravatar image

cmoffroad
205151727
accept rate: 0%


(if:user()!='DaveF' && user()!='cmoffroad');
permanent link

answered 08 Apr '22, 17:06

DaveF's gravatar image

DaveF
3.3k8498133
accept rate: 16%

1

thank you!

(11 Apr '22, 15:40) cmoffroad

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:

×483
×66
×53
×7

question asked: 08 Apr '22, 06:54

question was seen: 1,458 times

last updated: 11 Apr '22, 15:40

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