Changeset 5329 in josm


Ignore:
Timestamp:
Jul 12, 2012 3:09:01 PM (11 months ago)
Author:
simon04
Message:

Tune validator/tagchecker: allow maxspeed= on highway=

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/tagchecker.cfg

    r5273 r5329  
    9595*    : W : living_street        == * && highway != *                                   # living_street without highway 
    9696*    : W : maintenance          == * && highway != *                                   # maintenance without highway 
    97 *    : W : maxspeed             == * && highway != *                                   # maxspeed without highway 
    9897*    : W : median               == * && highway != *                                   # median without highway 
    9998*    : W : motorroad            == * && highway != *                                   # motorroad without highway 
     
    138137*    : W : canal                == * && waterway != *                                  # canal without waterway 
    139138*    : W : have_riverbank       == * && waterway != *                                  # have_riverbank without waterway 
     139*    : W : maxspeed             == * && highway != * && railway != *                   # maxspeed without highway/railway 
    140140*    : W : tunnel               == * && highway != * && railway != * && waterway != *  # tunnel without highway/railway/waterway 
    141141*    : W : bridge               == * && highway != * && railway != * && waterway != *  # bridge without highway/railway/waterway 
Note: See TracChangeset for help on using the changeset viewer.