Changes between Version 13 and Version 14 of Rules/QAToolInspiredValidations


Ignore:
Timestamp:
2019-02-22T20:54:10+01:00 (7 years ago)
Author:
dmanzer95
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Rules/QAToolInspiredValidations

    v13 v14  
    1313/* elevation 2020 */
    1414node[natural=peak][!ele], node[mountain_pass=yes][!ele]{
    15     throwError: "2020: Elevation; Missing {1.key} tag";
     15    throwWarning: "2020: Elevation; Missing {1.key} tag";
    1616    group: "OSMOSE";
    1717}
     
    1919/* place without name 6030 */
    2020*[place][!name]{
    21     throwError: "6030: Place Without Name; {0.key} without {1.key}";
     21    throwWarning: "6030: Place Without Name; {0.key} without {1.key}";
    2222    group: "OSMOSE";
    2323}