Ticket #20742: 20742_v1.patch
File 20742_v1.patch, 995 bytes (added by , 4 years ago) |
---|
-
resources/data/validator/combinations.mapcss
109 109 group: tr("missing tag"); 110 110 } 111 111 112 /* #20742 - No warning about barrier with inappropriate access tags on highway */ 113 way[!access][!vehicle][highway] > node[barrier][barrier!=entrance][!access][!motor_vehicle] { 114 throwWarning: tr("{0} tag on node missing complimentary tags such as {1}, {2}, or {3}.", "barrier", "access", "motor_vehicle", "vehicle"); 115 group: tr("suspicious barrier tags"); 116 assertMatch: "node barrier=gate way highway=tertiary"; 117 assertNoMatch: "node barrier=entrance way highway=tertiary"; 118 } 119 112 120 /* {0.key} without {1.tag} or {2.tag} */ 113 121 *[bridge:movable ][bridge!=movable][man_made!=bridge], 114 122 *[substation ][power!=substation][pipeline!=substation],