Changes between Version 16 and Version 17 of Rules/QAToolInspiredValidations


Ignore:
Timestamp:
2019-03-06T19:19:12+01:00 (7 years ago)
Author:
abalosc1
Comment:

add exclusions for 2030/2 and 3010/4

Legend:

Unmodified
Added
Removed
Modified
  • Rules/QAToolInspiredValidations

    v16 v17  
    116116*/
    117117
    118 way[highway][!junction][!oneway][eval(waylength()) < 100]  node.junc_node {
     118way[highway=footway] node:connection,
     119way[highway=pedestrian] node:connection,
     120way[highway=cycleway] node:connection,
     121way[highway=path] node:connection {
     122    set excluded;
     123}
     124
     125way[highway][!junction][!oneway][eval(waylength()) < 100]  node.junc_node!.excluded {
    119126    throwWarning: tr("2030/2 Oneway; Missing Oneway - Check highway entering/exiting roundabout");
    120127    group: "OSMOSE";
     
    197204}
    198205
    199 way[highway][junction=roundabout] node:connection!.crossing!.junc_to_junc {
     206way[highway][junction=roundabout] node:connection!.crossing!.junc_to_junc!.excluded {
    200207    throwWarning: tr("3010/4: Highway Roundabout; highway crossing roundabout without stopping");
    201208    group: "OSMOSE";