Changes between Version 21 and Version 22 of Rules/QAToolInspiredValidations


Ignore:
Timestamp:
2019-03-18T17:18:31+01:00 (7 years ago)
Author:
dmanzer95
Comment:

fix false positives addressed in ticket #17458

Legend:

Unmodified
Added
Removed
Modified
  • Rules/QAToolInspiredValidations

    v21 v22  
    216216/*      Roundabout crossing     */
    217217
     218way[highway=footway] node:connection,
     219way[highway=pedestrian] node:connection,
     220way[highway=cycleway] node:connection,
     221way[highway=path] node:connection,
     222way[landuse] node:connection,
     223way[natural] node:connection {
     224    set excluded2;
     225}
     226
    218227way[highway][!junction] >[index=-1] node,
    219228way[highway][!junction] >[index=1] node {
     
    226235}
    227236
    228 way[highway][junction=roundabout] node:connection!.crossing!.junc_to_junc!.excluded {
     237way[highway][junction=roundabout] node:connection!.crossing!.junc_to_junc!.excluded2 {
    229238    throwWarning: tr("Roundabout crossing");
    230239    -osmoseItemClassLevel: "3010/4/2";