en.osm.town is one of the many independent Mastodon servers you can use to participate in the fediverse.
An independent, community of OpenStreetMap people on the Fediverse/Mastodon. Funding graciously provided by the OpenStreetMap Foundation.

Server stats:

268
active users

Thibaultmol 🌈

Is there an tool or rss or something that would allow me to stay up to date on edits happening to objects I edited?

So say I was the last person to edit something, and now someone else has edited it after me. I would like to be informed of such an edit (to see if this messed with my stuff xd. cause that just happened and wasn't aware of it for a month or more and they retagged it all incorrectly)

(check existing replies in thread before replying)

EDIT: see reply, figured it out

I KNEW IT WAS POSSIBLE,

overpass-turbo.eu/s/1Wg4

So basically:
- get everything I modified
- get everything I last touched
- then substract those
- then filter on when the objects were last modified to something like a week or whatever.

It's not an RSS feed but atleast this time I can actually have a reasonable view instead of just seeing "everything" that's even been touched after me

EDIT: now with an html page (tbf, made for me) that opens them in sections in josm)
thibaultmol.github.io/Random-s

overpass-turbo.euoverpass turboA web based data mining tool for OpenStreetMap which runs any kind of Overpass API query and shows the results on an interactive map.

@thibaultmol
Not exactly what you asked for, but I use osmcha.org/ to monitor my local area, RSS feeds are available of your saved searches.

OSMChaOSMChaValidation tool for OpenStreetMap

@matt_ellery I'm aware osmchan but I don't think it's capable of making a feed that is exactly what I'm looking for.

I already have a feed of changes in my area which is way too big for me to keep track of anyway.
But that still wouldn't include edits I make in other places that aren't covered by that feed

@thibaultmol I think this somewhat deliberately does not exist, because it would make it easy for people to get territorial about "their" objects.

However, I have the same usecase as you and just use overpass, creating one set with all the objects I ever touched (user_touched: …) and subtract those where I’m the last to have touched them (user: …).

@dadavid ooooh, I don't think it exists because of a particular reason. I just think nobody's ever made a tool that does it.

Put the work around you suggested is a good idea and I'll do that!

@thibaultmol here is my version for reference: overpass-turbo.eu/s/1WbS

Works on all overpass api servers that have a recent enough version to support user_touched. Also works in overpass-ultra.us
Not particularly performant anywhere though :D

overpass-turbo.euoverpass turboA web based data mining tool for OpenStreetMap which runs any kind of Overpass API query and shows the results on an interactive map.

@thibaultmol
Many tools on this site :
resultmaps.neis-one.org

This one would answer your quest : Create Your Personal OSM Contributors Feed.
You can create a rss feed on a squared localisation. (i've a dozen around my most active contributions).

resultmaps.neis-one.orgOverview @ ResultMaps.neis-one.orgOverview @ ResultMaps.neis-one.org OpenStreetMap (OSM) - Pascal Neis (neis-one.org)

@zekounet I should have mentioned that I was aware of resultmaps. But that would result in a way too big of a feed to keep track of. A specifically want to only changes to things that I've lasted made a change too

@thibaultmol you can use osmcha with proper filters . It's not automatic though but once a week you can check it quickly

@thibaultmol Yay!

Now you just need to remember to check that link at least once a week 😛

@thibaultmol how long does this run for you? Seems to spin forever here

@foxy @foxy part of me had thought about something like that but .. like.... Dismissed it after 1ms for whatever reason....

Well actually, I don't even need to change detection anymore because this overpass query already does that diff!

@thibaultmol Thanks for the code ! Very useful, at least for my curiosity 🤭

@wader see other replies, not what I'm looking for and I already found a solution, but thx for replying