Changes between Version 27 and Version 28 of Help/Action/SplitWay


Ignore:
Timestamp:
2020-04-16T19:45:19+02:00 (5 years ago)
Author:
skyper
Comment:

screenshot size; link=

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/SplitWay

    v27 v28  
    44[[PageOutline(2-10,Table of Contents)]]
    55
    6 [[JOSMImage(splitway,middle,48,margin-right=20)]] ''Keyboard shortcut:'' '''{{{P}}}'''
     6[[JOSMImage(splitway,link=,middle,48,margin-right=20)]] ''Keyboard shortcut:'' '''{{{P}}}'''
    77
    88'''Split a way at the selected nodes.'''
     
    1818If 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].
    1919
    20  [[Image(SplitWay_illustration.svg)]]
     20 [[Image(SplitWay_illustration.svg,link=)]]
    2121
    2222=== Notifications === #Notifications
    2323If the selection does not fit Split Way needs, following notification messages will be presented, if:
    2424
    25 [[Image(josm_split_way_message_multiple_ways.png,right,margin-left=20)]]
     25[[Image(josm_split_way_message_multiple_ways.png,link=,right,margin-left=10,45%)]]
    2626* all selected nodes are shared nodes of multiple ways:
    2727
    2828 `There is more than one way using the node you selected. Please, select the way also.`
    2929
    30 [[Image(josm_split_way_message_same_way.png,right,margin-left=20)]]
     30[[Image(josm_split_way_message_same_way.png,link=,right,margin-left=10)]]
    3131* all selected nodes are not part of the same way:\\
    3232 ''**or**''
     
    3535 `The selected nodes do not share the same way`
    3636
    37 [[Image(josm_split_way_message_cannot_node.png,right,margin-left=20)]]
     37[[Image(josm_split_way_message_cannot_node.png,link=,right,margin-left=10,45%)]]
    3838* all selected nodes are only end nodes:
    3939
    4040 `The way cannot be split at the selected nodes (Hint: Select nodes in the middle of the way.)`
    4141
    42 [[Image(josm_split_way_message_circular.png,right,margin-left=20)]]
     42[[Image(josm_split_way_message_circular.png,link=,right,margin-left=10)]]
    4343* only one node of a closed way is selected:
    4444
     
    4949Deprecated #UsingOldId target is called from some Help/ExpertMode pages
    5050}}}
    51 [[Image(id_reuse.png,right,margin-left=200,margin-right=200)]]
    52 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. The selected segment is additionally highlighted in mapview By default the longest segment is already selected in this window.
     51[[Image(id_reuse.png,link=,right,margin-left=200,margin-right=200)]]
     52Since 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.
    5353
    5454== Advanced Preferences ==
     
    5757
    5858== See also ==
    59  * [[JOSMImage(combineway,middle)]] [wikitr:/Help/Action/CombineWay Combine Way]
     59 * [[JOSMImage(combineway)]] [wikitr:/Help/Action/CombineWay Combine Way]
    6060
    6161----