Changes between Version 3 and Version 4 of Help/Action/SplitObject


Ignore:
Timestamp:
2021-07-22T18:17:35+02:00 (4 years ago)
Author:
skyper
Comment:

fixes and note about parent relations

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/SplitObject

    v3 v4  
    77**Split an object at selected nodes.** Splits an area, [[JOSMImage(data/closedway)]] [wikitr:/Help/Concepts/Object#Areas closed way] and multipolygon or boundary [[JOSMImage(data/relation)]] [wikitr:/Help/Concepts/Object#Relations relation] into two parts.
    88
    9 Depending on the type of object, the underlying objects and the desired outcome different selections are needed. In all case both areas inherit all tags and are selected after the action:
     9Depending on the type of object, the underlying objects and the desired outcome different selections are needed. In all cases both areas inherit all tags and are selected after the action:
    1010
    1111== Closed way ==#ClosedWay
    1212* With only two nodes of the way selected which are not direct neighbors, the way is split with a straight line between the selected nodes into two closed ways.
    1313 * If two or more closed ways share the selected nodes, the closed way needs to be selected in addition.
    14 * With an non-closed way without tags selected which shares its end nodes with the closed way, the closed way is split along the non-closed way into two closed ways
     14* With a non-closed way without tags selected which shares its end nodes with the closed way, the closed way is split along the non-closed way into two closed ways
    1515 * Again, if two or more closed ways share the end nodes of the non-closed way, the closed way needs to be selected in addition.
    1616
    1717== Relation ==
    18 In order to split a relation, the all members of the relation have to be downloaded. The relation and an non-closed way without tags and with its end nodes sharing any way with membership of the relation and with role `outer` need to be selected. Additionally, the non-closed way is not allowed to cross any members with role `inner` nor share any nodes with them.
     18**Note**: Be careful to have all parent relations of all `outer` ways which will be split download.
     19
     20In order to split a relation, all members of the relation have to be downloaded. The relation and a non-closed way without tags and with its end nodes sharing any way with membership of the relation and with role `outer` need to be selected. Additionally, the non-closed way is not allowed to cross any member with role `inner` nor share any nodes with one of them.
    1921
    2022----