Opened 15 years ago
Closed 15 years ago
#4068 closed defect (fixed)
[Patch] connecting ways turns oneway without warning or asking to change tag
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
I have drawn a new way and connected a with an already existing.
Since I drew the new way in opposite direction to the ecisting one, josm changed the direction of the existing way without mentioning that I was changing a way with tag oneway.
Should it not be the way round to change the direction of the new way?
Please have josm check for oneway when connecting ways !!!
Thanks
Attachments (1)
Change History (5)
comment:1 by , 15 years ago
Version: | → latest |
---|
comment:3 by , 15 years ago
Summary: | connecting ways turns oneway without warning or asking to chang tag → [Patch] connecting ways turns oneway without warning or asking to change tag |
---|
Normally, CombineWayAction warns when it has to reverse a way. But, when the way it wants to reverse is completely overlapped by another way it does so silently.
The attached patch should change the behavior in a couple of ways:
- it detects every way that is reversed
- when it is reversing ways it prefers those without direction-dependent tags.
- when it is reversing ways with direction-dependent tags it asks the user what to do with those just like ReverseWayAction does
by , 15 years ago
Attachment: | CombineWay.patch added |
---|
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
version 2555