Changes between Version 27 and Version 28 of Rules/QAToolInspiredValidations


Ignore:
Timestamp:
2019-07-24T03:52:55+02:00 (7 years ago)
Author:
mzagorski
Comment:

adding osmose check #1250 Class 2 (highways/waterways)

Legend:

Unmodified
Added
Removed
Modified
  • Rules/QAToolInspiredValidations

    v27 v28  
    9595}
    9696
     97/* Objects Intersection -- OSMOSE item 1250 Class 2 (highways/waterways) */
     98way[waterway=canal] > node,
     99way[waterway=drain] > node,
     100way[waterway=river] > node,
     101way[waterway=stream] > node {
     102  set node_in_waterway;
     103}
     104
     105way[highway][ford!=yes] > node.node_in_waterway {
     106  throwOther: tr("Intersection of unrelated highway and waterway objects");
     107  group: "OSMOSE";
     108}
     109
    97110/* Bad link highway -- OSMOSE Item 1110 */
    98111