Opened 5 years ago
Last modified 5 years ago
#21192 closed enhancement
Warn about conflicting, multiple access values with *:lanes and/or :forward/backward — at Version 5
| Reported by: | skyper | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core validator | Version: | |
| Keywords: | access lanes_tagging multiple value | Cc: |
Description (last modified by )
This is a followup of #19419.
Access tags per direction are not yet checked: *(:both_ways)?:[backward|forward] und *:both_ways as all *:lanes* see my comment 11 on #19419.
bus:forward=private;designated
bus:both_ways:backward=no;designated
access:lanes=no|yes;no|yes
access:lanes:both_ways:forward=agricultural;forestry;no|yes
I would go with a general warning as mentioning the exact keys would need many lines of code.
Change History (6)
comment:1 by , 5 years ago
| Owner: | changed from to |
|---|
by , 5 years ago
| Attachment: | josm_21192.patch added |
|---|
comment:2 by , 5 years ago
| Milestone: | → 21.08 |
|---|---|
| Owner: | changed from to |
| Summary: | Warn about multiple access values with *:lanes and/or :forward/backward → [Patch] Warn about multiple access values with *:lanes and/or :forward/backward |
Please, find attached patch file which adds the checks for access tags with direction and/or lanes.
comment:4 by , 5 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Please, revert, see my comment 17 on #19419.
comment:5 by , 5 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | [Patch] Warn about multiple access values with *:lanes and/or :forward/backward → Warn about conflicting, multiple access values with *:lanes and/or :forward/backward |



patch file