Changes between Version 27 and Version 28 of Rules/QAToolInspiredValidations
- Timestamp:
- 2019-07-24T03:52:55+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/QAToolInspiredValidations
v27 v28 95 95 } 96 96 97 /* Objects Intersection -- OSMOSE item 1250 Class 2 (highways/waterways) */ 98 way[waterway=canal] > node, 99 way[waterway=drain] > node, 100 way[waterway=river] > node, 101 way[waterway=stream] > node { 102 set node_in_waterway; 103 } 104 105 way[highway][ford!=yes] > node.node_in_waterway { 106 throwOther: tr("Intersection of unrelated highway and waterway objects"); 107 group: "OSMOSE"; 108 } 109 97 110 /* Bad link highway -- OSMOSE Item 1110 */ 98 111
