Changes between Version 1 and Version 2 of Help/Action/SplitWay
- Timestamp:
- 2007-01-14T15:41:45+01:00 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/SplitWay
v1 v2 6 6 7 7 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 [wiki:Help/Action/AddNode node insert] tool. 8 9 Examples (numbers are unselected nodes, letters are selected nodes): 10 {{{ 11 1---A---2 becomes two ways: 1---A and A---2 12 13 1---A---2---B---3 becomes three ways: 1---A and A---2---B and B---3 14 15 1---A---2 3---4 becomes three ways: 1---A and A---2 and 3---4 16 17 2 18 | 19 1---A---3 becomes three ways: 1---A and 2---A and A---3 20 }}} 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. 8 22 9 23 == 2. One or more SEGMENTS (and, optionally, also one way) selected: ==