Changeset 9745 in osm for applications/editors/josm
- Timestamp:
- 2008-08-12T21:18:11+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/tagchecker.cfg
r9598 r9745 26 26 # Empty lines and space signs are ignored 27 27 28 node : bridge== * #bridgetag on a node28 node : oneway == * # oneway tag on a node 29 29 node : highway == tertiary # wrong highway tag on a node 30 30 node : highway == secondary # wrong highway tag on a node 31 31 way : highway == secondary && ref != * # highway without a reference 32 32 way : highway == tertiary && ref != * # highway without a reference 33 * : / *name */i == * && name != * # misspelled key
Note:
See TracChangeset
for help on using the changeset viewer.