Changes between Version 1 and Version 2 of Ticket #21153
- Timestamp:
- 2021-07-22T17:32:20+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21153
- Property Cc added
- Property Keywords relations added
- Property Summary Split Object: Overlapping closed ways created → Split Object: Overlapping areas created
-
Ticket #21153 – Description
v1 v2 1 1 ==== 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 2 1. Have a closed way or a multipolygon relation 3 1. 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] 4 1. Select the new unclosed way (and the relation) 5 5 1. Split Object 6 6 7 7 ==== 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 8 Either 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 9 9 10 10 ==== What happens instead? 11 A new closed way is created as expected but additional the newpart is added to the original closed way, too, resulting in overlapping areas.11 A new closed way/relation is created as expected but additional the former outer part is added two both areas, resulting in overlapping areas. 12 12 13 13 ==== Please provide any additional information below. Attach a screenshot if possible.