I have the following overpass query
[bbox:{{bbox}}][diff:”2015-05-10T09:55:00Z”,”2015-05-15T10:00:00Z”];
(
way(user:”ABZ_OSM”);
);
out geom;
which you can also see here http://overpass-turbo.eu/s/Wk7 and shows any changes I have made in the bbox in the given date range.
I would like to enhance this query by showing every user change, except for changes made by me, in other words a boolean ‘not me’, or ‘not ABZ_OSM’?
I have tried lots of variants of !
ABZ_OSM, and I think I have tried all the possibilities, though I may have by chance missed a working option.
Does anyone know how to do !
ABZ_OSM (not ABZ_OSM)?
ps I know I can do this with www.OSMcha.org but I think being able to do this with a quick overpass query is easiear.
Discussion
Comment from jidanni on 22 ஜூலை 2020, 16:34
Indeed, “I could have sworn I added that hardware store already last year, and now it is gone.” Or maybe I haven’t been taking my paranoia medicine lately… it would be great for a one-click way to find out the truth. OK, maybe two clicks.
Comment from TheSwavu on 23 ஜூலை 2020, 00:16
Try: http://overpass-turbo.eu/s/WlR
Comment from jidanni on 23 ஜூலை 2020, 03:10
(I recall I removed a telephone very near osm.org/?mlat=24.17788&mlon=120.72338#map=19/24.17788/120.72338
I still can’t figure out how to “reveal” it, despite the above discussion. The best I could reveal is ways, not points.)