Modify ↓
Opened 13 years ago
Closed 13 years ago
#7546 closed defect (fixed)
False positive The "to" way does not start or end at a "via" node
Reported by: | Paultergeist | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | latest |
Keywords: | validator restriction relation | Cc: |
Description
Relation that produces false positive
Reproduced on both tested (r5047) and latest (r5115) versions.
Attachments (1)
Change History (5)
follow-up: 3 comment:1 by , 13 years ago
by , 13 years ago
Attachment: | 7546.patch added |
---|
comment:2 by , 13 years ago
Patch adds warning Superfluous turnrestriction as "to" way is oneway
and therefore fixes this bug. Any comments?
comment:3 by , 13 years ago
Looks like it is really not necessary any more. According to the history when the relation was created, the to
way was not oneway
.
Thanks for the patch, having this warning is great.
Note:
See TracTickets
for help on using tickets.
This behavior is not intended. However, why is this turn restriction necessary at all (the
to
way is aoneway
)?