| 8 | | |
| 9 | | This item can be found in [wiki:/Help/Menu/Edit Edit menu]. |
| 10 | | |
| 11 | | The user can click on an [Concepts/Object object], which gets deleted if possible. |
| 12 | | |
| 13 | | * If a node is not part of a way then the node gets deleted. |
| 14 | | * If a node is part of a way then the node gets deleted. |
| 15 | | * If the node was at the end of a way, the way gets shortened. |
| 16 | | * If the node was in the middle of the way, the way is changed that it runs between the remaining nodes. |
| 17 | | * If the user clicks on a way then the way and any associated nodes not used by anything else, get deleted. |
| 18 | | |
| | 9 | The results of deleting an object are: |
| | 10 | * If a deleted node was at the end of a way, the way gets shortened. |
| | 11 | * If a deleted node was in the middle of the way, the way is changed that it runs between the remaining nodes. |
| | 12 | * If the user deletes a way then the way and its untagged nodes not being child of another way get deleted. |
| | 13 | * If the user deletes a relation only the relation is deleted. |
| | 14 | In all cases the object is removed from all relations it was a member of before. Usually a [wikitr:/Help/Action/Delete#DeleteFromRelations warning] is raised in advance of deleting an object`s membership. |