I want to see a particular feature mapped by a given user, and the opposite (mapped by other users different to a given one). However, I see that the user value is in the Meta section, and I cannot write a query to filter by this criterion. This is the original query, to get all monitoring stations in Colombia:
However, I know that the user dcruizr has worked a lot on this, and I do not want to see her contributions. I was thinking about something like:
However, this does not do any filter on the data. How can I write a query to filter by user? asked 22 Jan '22, 19:51 AngocA |
As an update to DaveF's answer, you now can negatively filter for users:
The answered 22 Jan '22, 21:23 Roland Olbricht |
It's irritating we can't negate user's input directly in overpass. The Data variable is used so the search for the user is only performed on the monitoring_stations returned & not the whole of Columbia, speeding it up slightly. Note https://overpass-turbo.eu/s/1fjq
answered 22 Jan '22, 20:45 DaveF 1
Thank you for your answer. I'm just adding an extra answer, because there are more semantics available now.
(22 Jan '22, 21:15)
Roland Olbricht
|