Ignore:
Timestamp:
2016-03-22T18:09:48+01:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #11128 - add validator warning for pois connected to a highway (modified patch by naoliv)

File:
1 edited

Legend:

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

    r9985 r10026  
    222222}
    223223
     224/*see #11128*/
     225way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/],
     226way[highway] > node[building][!entrance],
     227way[highway] > node[leisure][!entrance],
     228way[highway] > node[office][!entrance],
     229way[highway] > node[shop][!entrance],
     230way[highway] > node[tourism][!entrance][tourism!=viewpoint] {
     231        throwWarning: tr("{0} node connected to a highway", "{0.key}");
     232}
     233
    224234way[junction=roundabout]:righthandtraffic:clockwise,
    225235way[junction=roundabout]!:righthandtraffic:anticlockwise {
Note: See TracChangeset for help on using the changeset viewer.