Changeset 10037 in josm for trunk/data


Ignore:
Timestamp:
2016-03-24T20:46:34+01:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #11128 - downgrade validator warning for information=guidepost node connected to a highway

File:
1 edited

Legend:

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

    r10030 r10037  
    223223
    224224/*see #11128*/
     225way[highway] > node[tourism=information][information=guidepost] {
     226  set guidepost;
     227  throwOther: tr("{0} node connected to a highway", "{1.tag}");
     228}
    225229way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station)$/],
    226230way[highway] > node[building][!entrance],
     
    228232way[highway] > node[office][!entrance],
    229233way[highway] > node[shop][!entrance],
    230 way[highway] > node[tourism][!entrance][tourism!=viewpoint] {
     234way[highway] > node!.guidepost[tourism][!entrance][tourism!=viewpoint] {
    231235  throwWarning: tr("{0} node connected to a highway", "{0.key}");
    232236}
Note: See TracChangeset for help on using the changeset viewer.