Changes between Version 14 and Version 15 of Help/Action/SplitWay
- Timestamp:
- 2016-02-29T23:00:16+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/SplitWay
v14 v15 34 34 == Using old object id == 35 35 36 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 [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. To suppress this window when using expert mode, set the preference key `splitway.segment-selection-dialog` to `false` in the [wiki:Help/Preferences/Advanced advanced preferences].36 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 [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. 37 37 38 38 [[Image(id_reuse.png)]] 39 40 === Advanced Preferences === 41 ||= **Property** =||= **Default** =||= **Explanation** =|| 42 || {{{splitway.segment-selection-dialog}}} || {{{true}}} || If set to {{{fasle}}}, can be used to suppress this window when using expert mode 39 43 40 44 == See also ==