Changes between Version 21 and Version 22 of Rules/QAToolInspiredValidations
- Timestamp:
- 2019-03-18T17:18:31+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/QAToolInspiredValidations
v21 v22 216 216 /* Roundabout crossing */ 217 217 218 way[highway=footway] node:connection, 219 way[highway=pedestrian] node:connection, 220 way[highway=cycleway] node:connection, 221 way[highway=path] node:connection, 222 way[landuse] node:connection, 223 way[natural] node:connection { 224 set excluded2; 225 } 226 218 227 way[highway][!junction] >[index=-1] node, 219 228 way[highway][!junction] >[index=1] node { … … 226 235 } 227 236 228 way[highway][junction=roundabout] node:connection!.crossing!.junc_to_junc!.excluded { 237 way[highway][junction=roundabout] node:connection!.crossing!.junc_to_junc!.excluded2 { 229 238 throwWarning: tr("Roundabout crossing"); 230 239 -osmoseItemClassLevel: "3010/4/2";
