Changes between Version 28 and Version 29 of Help/Plugin/KindaHackedInUtils


Ignore:
Timestamp:
2025-12-25T13:39:42+01:00 (4 weeks ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Plugin/KindaHackedInUtils

    v28 v29  
    177177For example in the 2nd image the 1st selected node is the node at the bottom, the 2nd node is the 1st node shared with the wrap way and the 3rd node is the last node shared with the wrap way. The way between the 2nd and the 3rd node will be wrapped around the wrap way in forward direction, so in this case to the left. If the node at the top and the 2 shared nodes would have been selected the way between the 2nd and 3rd node would have been wrapped around the wrap way in the other direction, so it would go to the right.
    178178
    179 === Fix/split multipolygon ===
    180 
    181 Select [[JOSMImage(multipoly_update, 32px, middle)]] `Fix/split multipolygon` from the `More tools` menu or press **`Alt+Shift+X`** on the keyboard.
     179=== Optimize/split multipolygon ===
     180
     181Select [[JOSMImage(multipoly_update, 32px, middle)]] `Optimize/split multipolygon` from the `More tools` menu or press **`Alt+Shift+X`** on the keyboard.
    182182
    183183==== What it does? ====
     
    185185[[Image(fix_1.png, 150px, middle)]] 🡲 [[Image(fix_2.png, 150px, middle)]] 🡲 [[Image(fix_3.png, 150px, middle)]]
    186186
    187 A multipolygon that contains at least 2 distinct closed ways will be separated into the needed number of new areas/multipolygons. A new area is created if that area doesn't contains any inner ways, a new multipolygon if there are inner ways.
     187If the multipolygon doesn't contain a single closed outer way but the outer way consists of multiple single ways a single outer way will be created and any unused way will be deleted.
     188
     189A multipolygon that contains at least 2 distinct closed ways will be separated into the needed number of new areas/multipolygons. A new area is created if that area doesn't contain any inner ways, a new multipolygon if there are inner ways.
    188190
    189191If the utils2pluign is installed this action can directly split a closed outer way of a myltipolygon and create the needed new areas/multipolygons by selecting the 2 nodes to split between and press **`Alt+Shift+X`** on the keyboard or select the action from the `More tools` menu.
    190 
    191 NOTE: This action is disabled by default and hidden from the user. To enable it add an advanced preference key **`kindahackedinutils.fixSplitMultipolygon`** with the value `true` to the preferences.
    192192
    193193=== Quick Relation Selection List ===