Changeset 5788 in josm for trunk/data/tagchecker.cfg


Ignore:
Timestamp:
2013-03-21T00:20:39+01:00 (11 years ago)
Author:
Don-vip
Message:

fix #8527 - Validator warning in case of multiple traffic signs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/tagchecker.cfg

    r5771 r5788  
    145145*    : W : psv                  == * && highway != * && railway != * && waterway != *  # psv without highway/railway/waterway
    146146*    : W : width                == * && highway != * && railway != * && waterway != * && aeroway != *  # width without highway/railway/waterway/aeroway
    147 *    : W : maxspeed             == * && highway != * && railway != * && traffic_sign != maxspeed && type != enforcement # maxspeed without highway/railway/traffic_sign
     147*    : W : maxspeed             == * && highway != * && railway != * && traffic_sign != /(.*;)?maxspeed(;.*)?/ && type != enforcement # maxspeed without highway/railway/traffic_sign
    148148
    149149################################
Note: See TracChangeset for help on using the changeset viewer.