Is there a way how to query API for a particular tag (example highway=primary) in objects that were NOT last edited by particular user? asked 18 Aug '12, 11:41 Kozuch |
If you mean the search in JOSM, yes. It is easy. Just add a '-'sign to do the negative search. So your search query would be highway=primary -user:userXYZ This would give you all primary highways not last edited by userXYZ Thanks for an answer, but I rather thought an API query... added API keyword to my question.
(20 Aug '12, 17:15)
Kozuch
|
Not explicitly tried it for this, but Overpass might be worth a look (apparently it supports negation) answered 20 Aug '12, 17:57 SomeoneElse ♦ 2
It does support negation, but it seems only for key-values. I didn't accomplish negating the user name of the last edit.
(20 Aug '12, 21:06)
scai ♦
|