Changes between Initial Version and Version 1 of Help/Action/Purge


Ignore:
Timestamp:
2010-08-24T12:05:33+02:00 (15 years ago)
Author:
bastiK
Comment:

added doc for purge command

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Purge

    v1 v1  
     1= Edit > Purge... =
     2[[Image(source:/trunk/images/purge.png)]] ''Keyboard shortcut:'' '''{{{Ctrl-Shift-P}}}'''
     3
     4The purge action cleans up your data layer by removing the selected objects from the layer. However, in contrast to the delete action, they will '''not''' be deleted on the server when you upload your changes.
     5
     6It is, as if JOSM completely forgets about these objects and they never have been downloaded.
     7
     8== Warnings ==
     9=== Dependent objects ===
     10
     11When you purge a node of a way, that way cannot exist without its nodes, so it has to be purged as well. JOSM will give a warning in this case and lets you inspect the objects that need to be purged in addition to the original selection.
     12
     13The same holds, if you like to puge a new object (id:0) that is member of a relation. Members with a positive id can be purged without affecting the relation. Their status will be 'incomplete' after purging.
     14
     15If you get this warning, you can safely proceed, but be aware that more objects are purged, than originally selected.
     16
     17=== Modified objects ===
     18
     19If you purge modified objects, these edits are lost. This can be intended, but you will get a warning in this case.
     20
     21== Clear Undo/Redo buffer ==
     22
     23This option is supposed to free resources (memory). But don't rely on it (yet). If you are short of memory, it is still the best option to save the (partially purged) layer and reopen it in another instance of JOSM.
     24
     25
     26== See also ==
     27
     28 * [[Image(source:/trunk/images/dialogs/delete.png)]][wiki:/Help/Action/Delete Delete Action]
     29
     30----
     31Back to [wiki:/Help/Menu/Edit Menu Edit][[Br]]
     32Back to [wiki:/Help Main Help]