Changes between Version 1 and Version 2 of Help/Action/SplitWay


Ignore:
Timestamp:
2007-01-14T15:41:45+01:00 (19 years ago)
Author:
dmgroom
Comment:

add examples

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/SplitWay

    v1 v2  
    66
    77Way 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 [wiki:Help/Action/AddNode node insert] tool.
     8
     9Examples (numbers are unselected nodes, letters are selected nodes):
     10{{{
     111---A---2  becomes  two ways: 1---A and A---2
     12
     131---A---2---B---3  becomes three ways:   1---A and A---2---B and B---3
     14
     151---A---2  3---4  becomes three ways: 1---A and A---2 and 3---4
     16
     17    2                     
     18    |                   
     191---A---3  becomes three ways: 1---A and 2---A and A---3
     20}}}
     21This 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.
    822
    923== 2. One or more SEGMENTS (and, optionally, also one way) selected: ==