9 | | This allows you to un-join two (or more) ways which share a common node. |
| 11 | * with a **single [[JOSMImage(data/node)]] node** selected, all ways will be unconnected. One way will keep the original node and all other ways will each get a new node instead at the identical location. One of the new nodes will be selected which might change in future, see #20884. |
| 12 | * ''**Note**'': with a **single [wikitr:/Help/Concepts/Object#Tags tagged] [[JOSMImage(data/node)]] node only part of one [[JOSMImage(data/way)]] way**, the node will be isolated and moved. A new node will be inserted in the way at the identical location. The originally selected node stays selected. |
| 13 | * with a ** single [[JOSMImage(data/way)]] way** selected, the way will be unconnected from all other ways and all former shared way's nodes will be replaced with new nodes at the identical location. All new nodes will be selected. |
| 14 | * with **one [[JOSMImage(data/way)]] way and [[JOSMImage(data/node)]] nodes** selected, all selected shared nodes of the selected way will be replaced with new nodes at the identical location. Selected nodes which are only part of the selected way are silently ignored. All new nodes will be selected. |
| 15 | |
| 16 | Depending on the selection, a [#UnglueConfirmationDialogs Unglue confirmation dialog] and/or a [#TagsMembershipsChoiceDialog Tags/Memberships choice dialog] might raise. \\ |
| 17 | Additionally, there a some [#Notifications Notifications] which might be displayed. |
| 18 | |
| 19 | |
| 20 | == Unglue confirmation dialogs ==#UnglueConfirmationDialogs |
| 21 | * If there is no download area or any involved node is outside download area the following confirmation dialog will be presented with the usual options to remember ones choice. |
| 22 | {{{ |
| 23 | You are about to unglue nodes which can have other referrers not yet downloaded. |
| 24 | This can cause problems because other objects (that you do not see) might use them. |
| 25 | Do you really want to unglue? |
| 26 | }}} |
| 27 | [[Image(UnglueWaysConfirmationNodeOutside.jpg,link=,margin-left=40)]] \\ |
| 28 | |
| 29 | |
| 30 | * ??? |
| 31 | {{{ |
| 32 | You are about to unglue incomplete objects. |
| 33 | This will cause problems because you don't see the real object. |
| 34 | Do you really want to unglue? |
| 35 | }}} |
| 36 | |
| 37 | == Tags/Memberships choice dialog ==#TagsMembershipsChoiceDialog |
| 38 | If any shared node involved in this action has a [wikitr:/Help/Concepts/Object#Tags tag] or is member of a [[JOSMImage(data/relation)]] [wikitr:/Help/Concepts/Object#Relations relation] a dialog to choose where the tags and, optionally, the relation memberships, should be placed. The option are: |
| 39 | * **Existing node**: The tags or memberships remain on the original node |
| 40 | * **Both nodes**: The tags or memberships remain on the original node and are additionally added to the new nodes. |
| 41 | * **New nodes**: The tags or memberships are moved onto the new nodes. |
| 42 | |
| 43 | [[Image(2020-08-12-212213.png,link=)]] |
| 44 | |
| 45 | == Notifications ==#Notifications |
| 46 | Following notifications might be displayed: |
| 47 | * If the single selected node is not part of any way: \\ |
| 48 | `This node is not glued to anything else.` |
| 49 | * If none of the selected nodes is part of another way: \\ |
| 50 | `None of these nodes are glued to anything else.` |
| 51 | * If none of the selected way's nodes is part of another way: \\ |
| 52 | `None of this way's nodes are glued to anything else.` |
| 53 | * If the current selection does not fit the demands for this action: |
| 54 | {{{ |
| 55 | The current selection cannot be used for unglueing. |
| 56 | |
| 57 | Select either: |
| 58 | * One tagged node, or |
| 59 | * One node that is used by more than one way, or |
| 60 | * One node that is used by more than one way and one of those ways, or |
| 61 | * One way that has one or more nodes that are used by more than one way, or |
| 62 | * One way and one or more of its nodes that are used by more than one way. |
| 63 | |
| 64 | Note: If a way is selected, this way will get fresh copies of the unglued nodes and the new nodes will be selected. |
| 65 | Otherwise, all ways will get their own copy and all nodes will be selected. |
| 66 | }}} |
| 67 | * If any relation might be affected: |
| 68 | {{{ |
| 69 | Unglueing possibly affected [number] relations: |
| 70 | Ensure that the relations have not been broken! |
| 71 | }}} |
| 72 | |
| 73 | == Examples == |