Changes between Version 1 and Version 2 of Ticket #21153


Ignore:
Timestamp:
2021-07-22T17:32:20+02:00 (4 years ago)
Author:
skyper
Comment:

Ah, relations have this problem, too.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21153

    • Property Cc Woazboat added
    • Property Keywords relations added
    • Property Summary Split Object: Overlapping closed ways createdSplit Object: Overlapping areas created
  • Ticket #21153 – Description

    v1 v2  
    11==== What steps will reproduce the problem?
    2 1. Have a closed way
    3 1. Draw a new way between two nodes of the closed way completely **outside** of area, [attachment:josm_SplitObject_examples.osm example file]
    4 1. Select the new unclosed way
     21. Have a closed way or a multipolygon relation
     31. Draw a new way between two nodes of the closed way completely **outside** of area, or in case of a relation with some parts outside, [attachment:josm_SplitObject_examples.osm example file]
     41. Select the new unclosed way (and the relation)
    551. Split Object
    66
    77==== What is the expected result?
    8 Either the split is denied or better add the outer part as a new closed way connected to the other closed way
     8Either the split is denied or better add the outer part as a new closed way connected to the other closed way. For relations only add the former outer part to one relation
    99
    1010==== What happens instead?
    11 A new closed way is created as expected but additional the new part is added to the original closed way, too, resulting in overlapping areas.
     11A new closed way/relation is created as expected but additional the former outer part is added two both areas, resulting in overlapping areas.
    1212
    1313==== Please provide any additional information below. Attach a screenshot if possible.