Changes between Version 30 and Version 31 of Rules/QAToolInspiredValidations
- Timestamp:
- 2019-09-10T20:51:20+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/QAToolInspiredValidations
v30 v31 181 181 } 182 182 183 way[cycleway= opposite][!oneway],184 way[cycleway=opposite_lane ][!oneway] {183 way[cycleway=~/opposite|opposite_lane/][!oneway], 184 way[cycleway=~/opposite|opposite_lane/][oneway=no] { 185 185 throwError: tr("Opposite cycleway without oneway"); 186 186 -osmoseItemClassLevel: "2030/20301/1"; 187 -osmoseTags: list("tag", "highway", "cycleway", "fix:survey"); 188 group: "2030 - oneway"; 187 -osmoseTags: list("cycleway", "fix:survey"); 188 189 assertMatch: "way cycleway=opposite"; 190 assertNoMatch: "way cycleway=opposite oneway=yes"; 191 assertNoMatch: "way cycleway=lane oneway=yes"; 189 192 } 190 193