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

How to retrieve older versions of deleted objects?

0

https://www.openstreetmap.org/browse/way/211750802 this way was deleted.

i want to see the first version of this but https://www.openstreetmap.org/browse/way/211750802/1 gives file not found.

asked 04 Jul '13, 10:13

amritkarma's gravatar image

amritkarma
684212941
accept rate: 11%


One Answer:

5

The browse pages on openstreetmap.org don't allow you to see individual versions of objects like the API does. You can view the entire history of an object by appending /history to its URI, like this: https://www.openstreetmap.org/browse/way/211750802/history.

If you accidentally delete data like this, you have a number of options available:

  • If you haven't closed your editor (JOSM in your case) you may be able to use its Undo function to restore the deleted data, then re-upload
  • If you realise you've accidentally deleted data after closing JOSM, you can use the Reverter plug-in to restore it
  • If you're not comfortable doing this, or can't get it working, ask on the Talk mailing list or the IRC channel where an experienced mapper may be able to help you revert your mistakes.

answered 04 Jul '13, 10:26

Jonathan%20Bennett's gravatar image

Jonathan Ben...
8.3k1785108
accept rate: 18%

Source code available on GitHub .