Opened 12 years ago
Closed 9 years ago
#8706 closed enhancement (worksforme)
preserve correct order of member ways in relation when splitting
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | split way relation | Cc: |
Description
Ways as member of relations have often an order. Please preserve this order when splitting ways by finding the right position to add the new ways.
- with role forward/backward always add way after/before.
- for other you probably have to look at least at one neighbour to find the right place (e.g. before/after).
Attachments (1)
Change History (6)
follow-up: 2 comment:1 by , 12 years ago
comment:2 by , 12 years ago
Replying to anonymous:
If the neighboured ways after and before this distinct way are loaded in JOSM, the splitting seams to be applied correctly. Maybe, as solution, JOSM loads the both ways after and before the distinct way before splitting it.
It should be enough to have one extra way as long as the order is correct in advance.
comment:3 by , 12 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
follow-up: 5 comment:4 by , 12 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Not all cases:
- load example osm file
- (revert direction of fence in the south containing node A)
- select node A and split
Without reverting it works but with reverted direction it does not.
comment:5 by , 9 years ago
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
If the neighboured ways after and before this distinct way are loaded in JOSM, the splitting seams to be applied correctly. Maybe, as solution, JOSM loads the both ways after and before the distinct way before splitting it.