Changeset 6462 in josm
- Timestamp:
- 2013-12-10T08:14:58+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/tagchecker.cfg
r6435 r6462 39 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 name 40 40 41 node : W : oneway == * # oneway tag on a node42 node : W : bridge == BOOLEAN_TRUE # bridge tag on a node41 node : W : oneway == * # oneway tag on a node 42 node : W : bridge == BOOLEAN_TRUE # bridge tag on a node 43 43 node : W : highway == /motorway*|trunk*|primary*|secondary*|tertiary*|unclassified|residential|service|living_street|pedestrian|track|path|footway/ # wrong highway tag on a node 44 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 / && ref != * # highway without a reference47 * : W : highway == road # temporary highway type48 * : W : / *name */i == * && name != * # misspelled key name44 way : W : /highway|railway/ == crossing # wrong crossing tag on a way 45 way : I : highway == unclassified && name != * # Unnamed unclassified highway 46 way : I : highway == /motorway|trunk|primary|secondary|tertiary/ && ref != * # highway without a reference 47 * : W : highway == road # temporary highway type 48 * : W : / *name */i == * && name != * # misspelled key name 49 49 50 50 # The following could replace unnamed way check. Still at the moment we keep it as it is
Note:
See TracChangeset
for help on using the changeset viewer.