Modify ↓
#9389 closed enhancement (fixed)
make validator report mismatches of lane directions on a highway
Reported by: | aceman | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | 15.02 |
Component: | Core validator | Version: | |
Keywords: | Cc: |
Description
In addition to ticket #8519, these tag mismatches could be reported by the validator:
- if the highway is oneway=yes, report an error on any occurence of "*:backward" tags. Open issue -> what to do on oneway=-1 ? What is the interpretation of lane directions in that case?
- if the highway is oneway=yes, report a warning on any tags "*:forward" or "*:backward". Hint that the version of the tag without specifying direction can be used.
- if only one of "lanes:forward" or "lanes:backward" is specified on a highway that is not oneway, report a warning to add the opposite tag.
Attachments (0)
Change History (5)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Milestone: | → 15.02 |
---|
comment:3 by , 10 years ago
Nice, thanks.
Think the lanes:backward/forward
check should be a warning.
Note:
See TracTickets
for help on using tickets.
In 8077/josm: