Changeset 6414 in josm


Ignore:
Timestamp:
2013-11-26T02:02:38+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #9366 - "highway without a reference" bug with motorways in validator (tagchecker)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/tagchecker.cfg

    r6384 r6414  
    4949way  : I : highway == secondary && ref != *                    # highway without a reference
    5050way  : I : highway == tertiary && ref != *                     # highway without a reference
    51 way  : I : highway == motorway && nat_ref != *                 # highway without a reference
     51way  : I : highway == motorway && ref != *                     # highway without a reference
    5252*    : W : highway == road                                     # temporary highway type
    5353*    : W : / *name */i == * && name != *                       # misspelled key name
Note: See TracChangeset for help on using the changeset viewer.