How to check for bbox USER map changes with overpass?
Käyttäjä ABZ_OSM kirjotti tämän 22. Julya 2020 kielellä EnglishI 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
Kommentti käyttäjältä jidanni 22. July 2020 klo 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.
Kommentti käyttäjältä TheSwavu 23. July 2020 klo 00.16
Try: http://overpass-turbo.eu/s/WlR
Kommentti käyttäjältä jidanni 23. July 2020 klo 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.)