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

How to restore the previous version of a point

0

I have moved a point by mistake in a series of JOSM edits.1 Though I have moved it to a place near the original place, it results in an additional version of a way I didn't intend to edit.

  1. Are there any way to restore the original location of the point? (this is useful when I don't know where the point originally is.)
  2. Are there any way to undo the move of the point in JOSM before the changes are uploaded, without losting succeeding changes? This will prevent the unnecessary version to be saved.

asked 04 Apr '19, 20:03

a828245's gravatar image

a828245
11112
accept rate: 0%


One Answer:

4

After an upload you can use the reverter plugin (however this will create even one more object version of the node). Ways don't get a new object version if you only move their nodes.

Before an upload you can select the node, use Edit -> Purge to "remove" the node and the connected ways from your dataset and download that area again.

answered 04 Apr '19, 20:46

Klumbumbus's gravatar image

Klumbumbus
5431119
accept rate: 8%

2

this is a really useful tip!

(05 Apr '19, 11:10) SK53 ♦

Source code available on GitHub .