Changes between Version 20 and Version 21 of Rules/QAToolInspiredValidations
- Timestamp:
- 2019-03-11T02:06:20+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/QAToolInspiredValidations
v20 v21 82 82 way[bridge=yes][highway!~/^(motorway|trunk|primary|secondary)$/][!/^bridge:/][eval(waylength()) > 500], 83 83 way[bridge=yes][railway][!/^bridge:/][eval(waylength()) > 500] { 84 throw Info: tr("Bridge structure missing");84 throwOther: tr("Bridge structure missing"); 85 85 -osmoseItemClassLevel: "7012/1/3"; 86 86 -osmoseTags: list("tag", "highway", "fix:survey"); … … 91 91 92 92 way[junction=roundabout][oneway] { 93 throw Info: tr("Unnecessary oneway tag");93 throwOther: tr("Unnecessary oneway tag"); 94 94 -osmoseItemClassLevel: "4020/101/3"; 95 95 -osmoseTags: list("highway", "roundabout", "fix:chair");
