Changeset 6513 in josm for trunk/data/validator/tagchecker.cfg
- Timestamp:
- 2013-12-23T00:13:58+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/tagchecker.cfg
r6510 r6513 37 37 # Empty lines and space signs are ignored 38 38 39 way : 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 name40 41 node : W : oneway == * # oneway tag on a node42 node : W : bridge == BOOLEAN_TRUE # bridge tag on a node43 node : W : highway == /motorway*|trunk*|primary*|secondary*|tertiary*|unclassified|residential|service|living_street|pedestrian|track|path|footway/ # wrong highway tag on a node44 way : W : /highway|railway/ == crossing # wrong crossing tag on a way45 way : I : highway == unclassified && name != * # Unnamed unclassified highway46 way : I : highway == /motorway|trunk|primary|secondary|tertiary/ && ref != * # highway without a reference47 * : W : highway == road # temporary highway type48 39 * : W : / *name */i == * && name != * # misspelled key name 49 40 … … 52 43 #way : W : highway == /motorway|trunk|primary|secondary|tertiary|residential|pedestrian/ && /name|ref|(name:.*)|(.*_name)|(.*_ref)/ != * # Unnamed 53 44 54 way : W : highway == cycleway && bicycle == BOOLEAN_FALSE # cycleway with tag bicycle55 way : W : highway == footway && foot == BOOLEAN_FALSE # footway with tag foot56 #way : I : highway == cycleway && bicycle == * # cycleway with tag bicycle57 #way : I : highway == footway && foot == * # footway with tag foot58 way : W : highway == cycleway && cycleway == lane # separate cycleway as lane on a cycleway59 way : W : highway == * && barrier == * # barrier used on a way60 61 #way : I : waterway == * && layer != * # waterway without layer tag62 way : I : highway == footway && maxspeed == * # maxspeed used for footway63 way : I : highway == steps && maxspeed == * # maxspeed used for footway64 65 45 # see #5844, #6760 66 46 #way : W : oneway != BOOLEAN_FALSE && /.*:(backward|forward)/ == * # oneway combined with *:backward/forward 67 68 * : W : layer == /\+.*/ # layer tag with + sign69 70 * : I : name == /.*Strasse.*/i # street name contains ss71 47 72 48 relation : E : type != * # relation without type … … 217 193 218 194 # measurement values and units warnings (ticket #8687) 195 * : W : layer == /\+.*/ # layer tag with + sign 219 196 way : W : layer == * && layer != /^0$|^-?[1-5]$/ # layer should be between -5 and 5 220 197 * : W : level == * && level != /^((([0-9]|-[1-9])|[1-9][0-9]*)(\.5)?)(;(([0-9]|-[1-9])|[1-9][0-9]*)(\.5)?)*$|^-0\.5$/ # level should be numbers with optional .5 increments
Note:
See TracChangeset
for help on using the changeset viewer.