Changes between Version 7 and Version 8 of Help/Action/Delete


Ignore:
Timestamp:
2007-10-12T12:35:47+02:00 (18 years ago)
Author:
dmgroom
Comment:

update for version 368

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Delete

    v7 v8  
    55Allows the user to delete nodes and other objects.
    66
    7 The user can click on an object, which get deleted if possible. When Ctrl is pressed when releasing the button, the objects and all its references are deleted.
     7The user can click on an object, which get deleted if possible.
    88
    9 The exact definition of ''all its references'' is:
     9 * If a node is not part of a way then the node gets deleted.
     10
     11 * If a node is part of a way then the node gets deleted.  Then if the node was at the end of a way the way gets shortened.  If the node was in the middle of the way then the way is changed so  it runs between the existing points.
     12
     13 * If you click between two nodes on a way then the relevant segment gets deleted.  If this segment is in the middle of a way, then the way gets split into two separate ways.
     14 
     15
     16When Ctrl is pressed when releasing the button, the objects and all its references are deleted. The exact definition of ''all its references'' is:
    1017
    1118 * If a node is deleted, the node and all ways and areas the node is part of are deleted as well.
     
    1926 * If the user did not press Ctrl and the object has any references, the user is informed and nothing is deleted.
    2027
    21 If the user enters the mapmode and any object is selected, all selected objects that can be deleted will.
    2228
    2329Back to [wiki:Help Main Help]