Opened 17 years ago
Closed 17 years ago
#701 closed defect (fixed)
[PATCH] Bug in relation handling splitting up ways
Reported by: | cetest | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | relation split road | Cc: | ehabkost@… |
Description
When splitting a way, already part of a relation, only one half
of this way will remain part of the relation.
The other half will be unlinked.
This goes unnoticed to the user, so may happen
inadvertently, jeopardizing for example bicycle routes
on this way.
V613
Attachments (1)
Change History (7)
comment:1 by , 17 years ago
Summary: | Bug in relation handling → Bug in relation handling splitting up ways |
---|
comment:3 by , 17 years ago
Cc: | added |
---|
comment:4 by , 17 years ago
Summary: | Bug in relation handling splitting up ways → [PATCH] Bug in relation handling splitting up ways |
---|
Attached is a patch, which copies the new way also to the relation, when splitting a way.
by , 17 years ago
Attachment: | bettersplitway.diff added |
---|
comment:5 by , 17 years ago
Status: | new → assigned |
---|
Patch committed in r668. Ticket left open because this patch only makes the problem different, it doesn't really fix it - depending on the kind of relation that is being worked on, we don't even want both halves of the way in the relation (think turn restrictions).
comment:6 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
In r674 a warning has been added for role-based relations. That should do it until automatically handling these relations is a stronger requirement.
i support this bug - splitting ways with relations should always end up in having all part of the previous way having this relations (i disarranged a dual carriage way by splitting it up without even noticing this); (greetings and thanks by the way for josm!)