Changeset 16437 in osm for applications/editors/josm/plugins/validator
- Timestamp:
- 2009-07-11T15:57:40+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/tagchecker.cfg
r14123 r16437 43 43 node : W : highway == unclassified # wrong highway tag on a node 44 44 node : W : highway == track # wrong highway tag on a node 45 way : W : highway == unclassified && name != * # Unnamed unclassified highway 45 46 way : I : highway == secondary && ref != * # highway without a reference 46 47 way : I : highway == tertiary && ref != * # highway without a reference … … 48 49 * : W : highway == road # temporary highway type 49 50 * : W : / *name */i == * && name != * # misspelled key name 51 52 # The following could replace unnamed way check. Still at the moment we keep it as it is 53 #way : W : junction == roundabout && highway == /motorway|trunk|primary|secondary|tertiary|residential|pedestrian/ && /name|ref|(name:.*)|(.*_name)|(.*_ref)/ != * # Unnamed junction 54 #way : W : highway == /motorway|trunk|primary|secondary|tertiary|residential|pedestrian/ && /name|ref|(name:.*)|(.*_name)|(.*_ref)/ != * # Unnamed 50 55 51 56 way : W : highway == cycleway && bicycle == BOOLEAN_FALSE # cycleway with tag bicycle
Note:
See TracChangeset
for help on using the changeset viewer.