Changeset 18734 in josm for trunk/resources/data/validator/combinations.mapcss
- Timestamp:
- 2023-05-22T21:03:10+02:00 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/combinations.mapcss
r18731 r18734 120 120 } 121 121 122 /* #20742 - No warning about barrier with inappropriate access tags on highway */123 way[highway=~/^(motorway|motorway_link|trunk|trunk_link|primary|primary_link|secondary|secondary_link|tertiary|tertiary_link)$/][!access][!vehicle] > node[barrier][barrier!~/entrance|border_control| height_restrictor|toll_booth/][!access][!motor_vehicle][!vehicle] {122 /* #20742 - No warning about barrier with inappropriate access tags on highway, #22739 */ 123 way[highway=~/^(motorway|motorway_link|trunk|trunk_link|primary|primary_link|secondary|secondary_link|tertiary|tertiary_link)$/][!access][!vehicle] > node[barrier][barrier!~/entrance|border_control|cattle_grid|height_restrictor|toll_booth/][!access][!motor_vehicle][!vehicle] { 124 124 throwWarning: tr("{0} without access tags such as {1}, {2}, or {3}.", "{0.tag}", "{2.key}", "{3.key}", "{4.key}"); 125 125 group: tr("suspicious barrier");
Note:
See TracChangeset
for help on using the changeset viewer.