This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Revert changeset request

1

Please could someone revert #48732521? I added a foot path which no longer exists. I could just delete it, but the change has affected adjacent features so I thought it might be better to revert it. Thanks.

asked 24 May '17, 09:00

molip's gravatar image

molip
31112
accept rate: 0%

edited 24 May '17, 09:05


One Answer:

2

Sure, reverted in #48940358.

Btw, there's a Reverter plugin for JOSM editor - using that, it is quite simple to revert the whole changeset: Data - Revert changeset - enter changeset number. It will read the changeset and create a reverse set of commands, which will restore the map to its previous state (e.g. if the changeset added a tag, this will add a command to remove it, etc.). When using this, it doesn't upload automatically - which is a feature: if there was a map edit in the meantime, it would go through the usual edit-conflict resolution tools.

answered 24 May '17, 09:42

Piskvor's gravatar image

Piskvor
1.3k91535
accept rate: 37%

edited 24 May '17, 09:44

Thanks! I'll try using the reverter plugin next time.

(24 May '17, 10:19) molip

Source code available on GitHub .