| | 112 | /* #20742 - No warning about barrier with inappropriate access tags on highway */ |
| | 113 | 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] { |
| | 114 | throwWarning: tr("{0} without access tags such as {1}, {2}, or {3}.", "{0.tag}", "access", "motor_vehicle", "vehicle"); |
| | 115 | group: tr("suspicious barrier"); |
| | 116 | } |
| | 117 | |