Changeset 12201 in josm


Ignore:
Timestamp:
2017-05-17T20:00:55+02:00 (7 years ago)
Author:
Klumbumbus
Message:

fix #14812 - Don't warn that amenity=weighbridge is connected to a highway

File:
1 edited

Legend:

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

    r12089 r12201  
    238238}
    239239
    240 /* #11128 */
     240/* #11128, #14812 */
    241241way[highway] > node[tourism=information][information=guidepost] {
    242242  set guidepost;
    243243  throwOther: tr("{0} node connected to a highway", "{1.tag}");
    244244}
    245 way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal)$/],
     245way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal|weighbridge)$/],
    246246way[highway] > node[building][!entrance],
    247247way[highway] > node[leisure][!entrance][leisure!=slipway],
Note: See TracChangeset for help on using the changeset viewer.