I am currently trying to properly import bus stops data into OSM (see here for the details). I did tests upload on the dev server, but I didn’t find a way to revert a changeset : the osm-revert-scripts can get a changeset content, and seems to generate a revert changeset (the log list all created nodes and say it will delete them) but at the end don’t delete anything.
I found some tools than can act on the prod server but I’d like to test before on https://master.apis.dev.openstreetmap.org … does somenone know a good tool for this ?
Thank !
Discussion
Comment from map per on 13 October 2025 at 11:13
I can recommend the Reverter Plugin for JOSM (osm.wiki/JOSM/Plugins/Reverter) (To use it on the test server you need to change the API endpoint in the JOSM settings)
Comment from MxxCon on 17 October 2025 at 21:34
Have you seen this? https://revert.monicz.dev/
Comment from liums on 18 October 2025 at 22:30
Thank for your inputs, I’ll try the JOSM plugin
For the webtool, i can’t find how to use it on the dev server