Changes between Version 2 and Version 3 of Ticket #10808
- Timestamp:
- 2016-03-17T00:51:51+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10808
- Property Cc added
- Property Priority normal → major
- Property Summary JOSM can break some "No U-Turn restriction" relations when they aren't fully downloaded → JOSM breaks "No U-Turn restriction" relations when 'via' is a 'way', and relation isn't fully downloaded
-
Ticket #10808 – Description
v2 v3 1 1 Steps to reproduce: 2 2 3 1. Download the following bounding box: https://www.openstreetmap.org/#map=18/40.66309/-80.09486 4 2. Open up the 'Relations' panel on the right. 5 3. Notice there is 1 'no_u_turn' relation that is partially downloaded. It has 3 members, with the 'via' being a way instead of a node. 6 4. Now, select any node along way 57,375,488. 7 5. Now, split the way using the selected node. 3 1. Download the following way [osmwww:way/57375488], and make sure you download the "parent relations" as well 4 2. Split the way. 8 5 9 6 What happens: 10 The way is split, however, the 'no_u_turn' relation s now have4 members because JOSM didn't realize that only one of the newly split ways should have been added. Because of this,eitherrelation now has 2 ways in the 'to' or 2 in the 'from' rolefoe each of the relationsdepending on which type of way was split.7 The way is split, however, the 'no_u_turn' relation ([osmwww:relation/4247812]) now has 4 members because JOSM didn't realize that only one of the newly split ways should have been added. Because of this, the relation now has 2 ways in the 'to' or 2 in the 'from' role depending on which type of way was split. 11 8 12 9 What should happen: