JOSM/Plugins/Undelete

Undelete
allows to undelete objects

This plugin allows to undelete objects.

How to use

  1. Find out the id of the object
  2. Choose "File" → "Undelete Object"
  3. Enter the id and type of the object (or list of ids; e.g. n1 w2)
    Examples:
    1. Node → n123
    2. Way → w234
    3. Relation → r345
    4. List → n1 n2 w1 r5
  4. Upload the changes

The object will be undeleted preserving the old id.

What if I do not know the id?

The current API does not allow searching for deleted objects, but it is possible to find deleted objects in various ways. See Find the id of a deleted node.

See also