Changes between Version 20 and Version 21 of Rules/QAToolInspiredValidations


Ignore:
Timestamp:
2019-03-11T02:06:20+01:00 (7 years ago)
Author:
Don-vip
Comment:

s/throwInfo/throwOther/

Legend:

Unmodified
Added
Removed
Modified
  • Rules/QAToolInspiredValidations

    v20 v21  
    8282way[bridge=yes][highway!~/^(motorway|trunk|primary|secondary)$/][!/^bridge:/][eval(waylength()) > 500],
    8383way[bridge=yes][railway][!/^bridge:/][eval(waylength()) > 500] {
    84     throwInfo: tr("Bridge structure missing");
     84    throwOther: tr("Bridge structure missing");
    8585    -osmoseItemClassLevel: "7012/1/3";
    8686    -osmoseTags: list("tag", "highway", "fix:survey");
     
    9191
    9292way[junction=roundabout][oneway] {
    93     throwInfo: tr("Unnecessary oneway tag");
     93    throwOther: tr("Unnecessary oneway tag");
    9494    -osmoseItemClassLevel: "4020/101/3";
    9595    -osmoseTags: list("highway", "roundabout", "fix:chair");