Логотип OpenStreetMap OpenStreetMap

How to check for bbox USER map changes with overpass?

Опубліковано учасником ABZ_OSM 22 Липня 2020, мова: English

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.

Піктограма електронної пошти Піктограма Bluesky Піктограма Facebook Піктограма LinkedIn Піктограма Mastodon Піктограма Telegram Піктограма X

Обговорення

Коментар від jidanni, 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.

Коментар від jidanni, 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.)

Увійти, аби залишити коментар