Modify ↓
#5844 closed enhancement (wontfix)
[Patch] Validator: Warn when *:{backward|forward}=* appears with oneway=!no
| Reported by: | Am909 | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core validator |
| Version: | latest | Keywords: | validator forward backward oneway |
| Cc: | Am909 |
Description
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".
Attachments (1)
Change History (6)
comment:1 Changed 2 years ago by Am909
- Type changed from defect to enhancement
Changed 23 months ago by simon04
comment:2 Changed 23 months ago by simon04
- Summary changed from Validator: Warn when *:{backward|forward}=* appears with oneway=!no to [Patch] Validator: Warn when *:{backward|forward}=* appears with oneway=!no
comment:3 Changed 23 months ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
In [4295/josm]:
comment:4 Changed 22 months ago by simon04
In [4397/josm]:
comment:5 Changed 22 months ago by simon04
- Resolution changed from fixed to wontfix
Note: See
TracTickets for help on using
tickets.



The attached patch should provide the desired warning. Additionally, the description of the validator file format is clarified.