Ignore:
Timestamp:
2015-02-20T00:07:54+01:00 (10 years ago)
Author:
Klumbumbus
Message:

fix #11127 - add validator warnings for waterway together with bridge=yes and node connecting waterway and bridge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/geometry.mapcss

    r7977 r8089  
    196196  throwWarning: tr("{0} must be connected to a way", "{1.tag}");
    197197}
     198
     199/*see #11127*/
     200way[railway][bridge] > node,
     201way[highway][bridge] > node {
     202  set node_in_bridge;
     203}
     204way[waterway] > node.node_in_bridge {
     205  throwWarning: tr("node connects waterway and bridge");
     206}
Note: See TracChangeset for help on using the changeset viewer.