Changeset 6462 in josm


Ignore:
Timestamp:
2013-12-10T08:14:58+01:00 (11 years ago)
Author:
Don-vip
Message:

see #9369 - tagchecker: Re-add tertiary in "missing ref for highway" test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/tagchecker.cfg

    r6435 r6462  
    3939way  : W : highway == * && name == /.* (Ave|Blvd|Br|Brg|Cct|Cir|Cl|Cr|Crct|Cres|Crt|Ct|Dr|Drv|Esp|Espl|Hwy|Ln|Mw|Mwy|Pl|Rd|Qy|Qys|Sq|St|Str|Ter|Tce|Tr|Wy)\.?$/i               # abbreviated street name
    4040
    41 node : W : oneway == *                                                # oneway tag on a node
    42 node : W : bridge == BOOLEAN_TRUE                                     # bridge tag on a node
     41node : W : oneway == *                                                         # oneway tag on a node
     42node : W : bridge == BOOLEAN_TRUE                                              # bridge tag on a node
    4343node : W : highway == /motorway*|trunk*|primary*|secondary*|tertiary*|unclassified|residential|service|living_street|pedestrian|track|path|footway/  # wrong highway tag on a node
    44 way  : W : /highway|railway/ == crossing                              # wrong crossing tag on a way
    45 way  : I : highway == unclassified && name != *                       # Unnamed unclassified highway
    46 way  : I : highway == /motorway|trunk|primary|secondary/ && ref != *  # highway without a reference
    47 *    : W : highway == road                                            # temporary highway type
    48 *    : W : / *name */i == * && name != *                              # misspelled key name
     44way  : W : /highway|railway/ == crossing                                       # wrong crossing tag on a way
     45way  : I : highway == unclassified && name != *                                # Unnamed unclassified highway
     46way  : I : highway == /motorway|trunk|primary|secondary|tertiary/ && ref != *  # highway without a reference
     47*    : W : highway == road                                                     # temporary highway type
     48*    : W : / *name */i == * && name != *                                       # misspelled key name
    4949
    5050# The following could replace unnamed way check. Still at the moment we keep it as it is
Note: See TracChangeset for help on using the changeset viewer.