Changeset 6416 in josm


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

fix #9363 - tagchecker: detect highway/railway=crossing on ways

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/tagchecker.cfg

    r6414 r6416  
    4646node : W : highway == unclassified                             # wrong highway tag on a node
    4747node : W : highway == track                                    # wrong highway tag on a node
     48way  : W : highway == crossing                                 # wrong crossing tag on a way
     49way  : W : railway == crossing                                 # wrong crossing tag on a way
    4850way  : I : highway == unclassified && name != *                # Unnamed unclassified highway
    4951way  : I : highway == secondary && ref != *                    # highway without a reference
Note: See TracChangeset for help on using the changeset viewer.