Changes between Version 19 and Version 33 of Help/Action/SplitWay


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/SplitWay

    v19 v33  
    22
    33= Tools > Split Way =
     4[[PageOutline(2-10,Table of Contents)]]
    45
    5 [[Image(source:/trunk/images/splitway.png)]] ''Keyboard shortcut:'' '''{{{P}}}'''
     6[[JOSMImage(mapmode/splitway,link=,middle,48,margin-right=20)]] ''Keyboard shortcut:'' **`P`**
    67
    7 '''Split a way at the selected nodes.'''
     8**Split a way at the selected nodes.**
    89
    9 If a node is only part of one way then you just need to select the node before you use the 'Split Way' tool.  If the node is shared by two or more ways then you need to select both the node '''and''' the way which you want to split.
     10The [[JOSMImage(data/way)]] [wikitr:/Help/Concepts/Object#Ways way] is split at the [wikitr:/Help/Dialog/SelectionList selected] [[JOSMImage(data/node)]] [wikitr:/Help/Concepts/Object#Nodes nodes] into contiguous ways and which all will be select afterwards.
     11* If all nodes are only part of one way then you just need to select the nodes before you use ''Split Way''.
     12* If all nodes are shared by two or more ways then you need to select both the nodes **''and''** the way which you want to split.
     13* To split a [[JOSMImage(data/closedway)]] [wikitr:/Help/Concepts/Object#Areas closed way] at least two nodes need to be selected.
    1014
    11 All nodes must be part of the same way. If a way is also selected, that way must contain all selected nodes.
     15''Split Way'' will result in at least two ways, otherwise a notification message ([#Notifications see below]) will be presented.
    1216
    13 How the split way tool works is dependent on what is selected.
    14  
    15 == 1. One or more NODES (and, optionally, also one way) selected: ==
    16  
    17 Way is split at the selected node(s) into contiguous ways. If you select just one node then the way will be split into two ways, if you select two nodes, the way will be split into three ways, etc. If the original contained one or more parts that were not reachable from any of the nodes, they form an extra new way. If there is no existing node at the point where you want to split the way, then you can first add a node using the [wikitr:/Help/Action/Draw Draw node mode].
     17=== Detailed example ===
     18If you select just one node then the way will be split into two ways. \\
     19If you select two nodes, the way will be split into three ways, etc.. \\
     20If the original contained one or more parts that were not reachable from any of the nodes, they form an extra new way. \\
     21If there is no existing node at the point where you want to split the way, then you can first add a node using the [wikitr:/Help/Action/Draw Draw node mode].
    1822
    19 [[Image(SplitWay_illustration.svg)]]
     23 [[Image(SplitWay_illustration.svg,link=)]]
    2024
    21 This function will result in at least two ways, unless the selected node is at the end of the way AND the way is contiguous, which will lead to an error message.
     25=== Notifications === #Notifications
     26If the selection does not fit ''Split Way'' needs, following notification messages will be presented, if:
     27
     28[[Image(josm_split_way_message_multiple_ways.png,link=,right,margin-left=10)]]
     29* all selected nodes are shared nodes of multiple ways:
     30
     31 `There is more than one way using the node you selected. Please, select the way also.`
     32
     33 \\ [[Image(josm_split_way_message_same_way.png,link=,right,margin-left=10)]]
     34* all selected nodes are not part of the same way: \\
     35 ''**or**''
     36* the selected way does not contain all selected nodes:
     37
     38 `The selected nodes do not share the same way`
     39
     40[[Image(josm_split_way_message_cannot_node.png,link=,right,margin-left=10)]]
     41* all selected nodes are only end nodes:
     42
     43 `The way cannot be split at the selected nodes (Hint: Select nodes in the middle of the way.)`
     44
     45 \\ [[Image(josm_split_way_message_circular.png,link=,right,margin-left=10)]]
     46* only one node of a closed way is selected:
     47
     48 `You must select two or more nodes to split a circular way.`
    2249
    2350
    24 == Using old object id ==
     51== Using old object id == #Usingoldobjectid
     52[[Image(id_reuse.png,link=,right,margin-left=100,margin-right=100)]]
     53Since r8886 when splitting a way, JOSM will use the existing id of the way for the longest new segment (longest means with the most nodes). This way the longest part will keep the object history and it is easier to understand, if someone just splits a short part of a long way. If [wikitr:/Help/ExpertMode expert mode] is enabled, a popup appears where you can choose, which segment should use the old object id. The selected segment is additionally highlighted in Mapview by default the longest segment is already selected in this window.
    2554
    26 Since r8886 when splitting a way, JOSM will use the existing id of the way for the longest new segment (longest means with the most nodes). This way the longest part will keep the object history and it is easier to understand, if someone just splits a short part of a long way. If [wikitr:/Help/ExpertMode expert mode] is enabled, a popup appears where you can choose, which segment should use the old object id. By default the longest segment is already selected in this window.
    27 
    28 [[Image(id_reuse.png)]]
    29 
    30 === Advanced Preferences ===
    31 ||= Property =||= Default =||= Explanation =||
    32 || {{{message.way.split.segment-selection-dialog}}} || || Set to {{{true}}}, to display the reuse id dialog again if you once selected "Do not show again". ||
     55== Advanced Preferences ==#AdvancedPreferences
     56||= **Property** =||= **Default** =||= **Explanation** =||
     57|| **`message.way.split.segment-selection-dialog`** ||  `true`  || Set to `false` will not display the reuse id dialog anymore. The `Do not show again …` options in the dialog may set it to `false`. ||
    3358
    3459== See also ==
    35 
    36  * [[Image(source:/trunk/images/combineway.png,20)]] [wikitr:/Help/Action/CombineWay Combine Way]
     60* [[JOSMImage(combineway)]] [wikitr:/Help/Action/CombineWay Combine Way]
    3761
    3862----
    39 Back to [wikitr:/Help/Menu/Tools Menu Tools][[Br]]
     63Back to [wikitr:/Help/Menu/Tools Menu Tools] \\
     64Back to [wikitr:/Help/Menu Main Menu] \\
    4065Back to [wikitr:/Help Main Help]