Changes between Version 16 and Version 17 of Rules/QAToolInspiredValidations
- Timestamp:
- 2019-03-06T19:19:12+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/QAToolInspiredValidations
v16 v17 116 116 */ 117 117 118 way[highway][!junction][!oneway][eval(waylength()) < 100] node.junc_node { 118 way[highway=footway] node:connection, 119 way[highway=pedestrian] node:connection, 120 way[highway=cycleway] node:connection, 121 way[highway=path] node:connection { 122 set excluded; 123 } 124 125 way[highway][!junction][!oneway][eval(waylength()) < 100] node.junc_node!.excluded { 119 126 throwWarning: tr("2030/2 Oneway; Missing Oneway - Check highway entering/exiting roundabout"); 120 127 group: "OSMOSE"; … … 197 204 } 198 205 199 way[highway][junction=roundabout] node:connection!.crossing!.junc_to_junc { 206 way[highway][junction=roundabout] node:connection!.crossing!.junc_to_junc!.excluded { 200 207 throwWarning: tr("3010/4: Highway Roundabout; highway crossing roundabout without stopping"); 201 208 group: "OSMOSE";
