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

is there any log of the changes i’ve done?

1

I'm completing the minor toponymy of my town (Puertas Cabrales) and as it's going to gave me some work, I'll like to know if there is any way to rescue all my modifications in the map in case anyone came and delete them.

Thanks

asked 09 Apr '13, 18:51

xurdeast's gravatar image

xurdeast
26113
accept rate: 0%


2 Answers:

6

Every user can see the history of their edits. For you it is:

https://www.openstreetmap.org/user/xurdeast/edits

You can download each of your edits as a changeset XML file. I'm not aware of an existing program to automate getting all of ones edits, but it should not be too hard to write some scripts (not that I'm volunteering).

I believe that having downloaded the changeset data, you will not be able to (re)apply it again since the change is against old versions of data.

If the data is subsequently changed to what you believe is now made incorrect, the proper procedure is to ask the user why the change was made (e.g. accidental or deliberate).

If the change needs to be reverted, then if the scale of the change is small - simply manually fix it. Otherwise seek help on IRC or the mailing lists to discuss having changes reverted.

Also see:

https://help.openstreetmap.org/questions/731/how-can-i-revert-a-changeset

To follow changes in areas you have edited see:

https://help.openstreetmap.org/questions/20805/how-can-i-set-up-automatic-notification-whenever-data-that-ive-added-to-osm-is-changed

answered 09 Apr '13, 19:47

robbieonsea's gravatar image

robbieonsea
90411325
accept rate: 16%

edited 09 Apr '13, 19:49

2

For a collection of tools, see the OSM wiki about Quality_assurance --> Monitoring Tools

answered 10 Apr '13, 16:58

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

Source code available on GitHub .