Ignore:
Timestamp:
2008-08-20T16:44:39+02:00 (16 years ago)
Author:
stoecker
Message:

removed debatable checks

File:
1 edited

Legend:

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

    r9959 r10024  
    4949way  : W : highway == cycleway && bicycle == BOOLEAN_FALSE     # cycleway with tag bicycle
    5050way  : W : highway == footway && foot == BOOLEAN_FALSE         # footway with tag foot
    51 way  : I : highway == cycleway && bicycle == *                 # cycleway with tag bicycle
    52 way  : I : highway == footway && foot == *                     # footway with tag foot
     51#way  : I : highway == cycleway && bicycle == *                 # cycleway with tag bicycle
     52#way  : I : highway == footway && foot == *                     # footway with tag foot
    5353way  : W : highway == cycleway && cycleway == lane             # seperate cycleway as lane on a cycleway
    5454way  : W : highway == * && barrier == *                        # barrier used on a way
    5555
    56 way  : I : waterway == * && layer != *                         # waterway without layer tag
     56#way  : I : waterway == * && layer != *                         # waterway without layer tag
    5757way  : I : highway == footway && maxspeed == *                 # maxspeed used for footway
    5858
Note: See TracChangeset for help on using the changeset viewer.