Changes between Version 13 and Version 14 of Rules/QAToolInspiredValidations
- Timestamp:
- 2019-02-22T20:54:10+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/QAToolInspiredValidations
v13 v14 13 13 /* elevation 2020 */ 14 14 node[natural=peak][!ele], node[mountain_pass=yes][!ele]{ 15 throw Error: "2020: Elevation; Missing {1.key} tag";15 throwWarning: "2020: Elevation; Missing {1.key} tag"; 16 16 group: "OSMOSE"; 17 17 } … … 19 19 /* place without name 6030 */ 20 20 *[place][!name]{ 21 throw Error: "6030: Place Without Name; {0.key} without {1.key}";21 throwWarning: "6030: Place Without Name; {0.key} without {1.key}"; 22 22 group: "OSMOSE"; 23 23 }
