[Patch] Validator: Warn when *:{backward|forward}=* appears with oneway=!no
When splitting a way into a dual carriageway, it's possible to overlook the fact that there are *:{backward|forward}=* tags (e.g. source:maxspeed:forward) that need special handling.
Please add a warning to the validator to check for any forward/backward tags when the oneway key is present and its value is not "no".
Change History (6)
Type: |
defect →
enhancement
|
Summary: |
Validator: Warn when *:{backward|forward}=* appears with oneway=!no →
[Patch] Validator: Warn when *:{backward|forward}=* appears with oneway=!no
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Resolution: |
fixed →
wontfix
|
The attached patch should provide the desired warning. Additionally, the description of the validator file format is clarified.