Ignore:
Timestamp:
2009-07-11T15:57:40+02:00 (16 years ago)
Author:
stoecker
Message:

fixed j2806

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/validator/tagchecker.cfg

    r14123 r16437  
    4343node : W : highway == unclassified                             # wrong highway tag on a node
    4444node : W : highway == track                                    # wrong highway tag on a node
     45way  : W : highway == unclassified && name != *                # Unnamed unclassified highway
    4546way  : I : highway == secondary && ref != *                    # highway without a reference
    4647way  : I : highway == tertiary && ref != *                     # highway without a reference
     
    4849*    : W : highway == road                                     # temporary highway type
    4950*    : W : / *name */i == * && name != *                       # misspelled key name
     51
     52# The following could replace unnamed way check. Still at the moment we keep it as it is
     53#way  : W : junction == roundabout && highway == /motorway|trunk|primary|secondary|tertiary|residential|pedestrian/ && /name|ref|(name:.*)|(.*_name)|(.*_ref)/ != * # Unnamed junction
     54#way  : W : highway == /motorway|trunk|primary|secondary|tertiary|residential|pedestrian/ && /name|ref|(name:.*)|(.*_name)|(.*_ref)/ != * # Unnamed
    5055
    5156way  : W : highway == cycleway && bicycle == BOOLEAN_FALSE     # cycleway with tag bicycle
Note: See TracChangeset for help on using the changeset viewer.