Changes between Initial Version and Version 7 of Ticket #21778
- Timestamp:
- 2023-02-28T22:32:37+01:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21778
- Property Summary Validation error: oneway + oneway:conditional + bicycle:backwards:conditional → [patch][github patch] Validation error: oneway + oneway:conditional + bicycle:backwards:conditional
- Property Status new → reopened
- Property Milestone → 23.02
-
Ticket #21778 – Description
initial v7 8 8 Two validation errors 9 9 1. `dismount` is not recognized as a valid access tag (I know this road, it literally says cyclists should dismount - in Dutch of course, when going downhill) [https://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/data/validation/tests/ConditionalKeys.java#L31 by this test] 10 2. It complains about `bicycle:backward:conditional=dismount @ destination` together with `oneway=yes` (from [https://josm.openstreetmap.de/browser/josm/trunk/resources/data/validator/combinations.mapcss#L294 here]) without taking into account `oneway:conditional` 10 2. EDIT: Fixed by r18674 (was: It complains about `bicycle:backward:conditional=dismount @ destination` together with `oneway=yes` (from [https://josm.openstreetmap.de/browser/josm/trunk/resources/data/validator/combinations.mapcss#L294 here]) without taking into account `oneway:conditional`. ) 11 11 12 12 ==== Please provide any additional information below. Attach a screenshot if possible. 13 13 Suggested fixes: 14 14 1. add `dismount` to [https://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/data/validation/tests/ConditionalKeys.java#L31 this array]: `RESTRICTION_VALUES` 15 2. add `[!oneway:conditional]` to https://josm.openstreetmap.de/browser/josm/trunk/resources/data/validator/combinations.mapcss lines 294-297 15 2. EDIT: Fixed by r18674 (was: add `[!oneway:conditional]` to https://josm.openstreetmap.de/browser/josm/trunk/resources/data/validator/combinations.mapcss lines 294-297 ) 16 16 17 17 {{{