Changeset 4296 in josm
- Timestamp:
- 2011-08-08T00:14:45+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/tagchecker.cfg
r4295 r4296 78 78 node : I : amenity == /restaurant|cafe|fast_food/ && name != * # restaurant without name 79 79 #way : I : highway != * && railway != * && waterway != * && name == * # unusual named way type 80 #* : W : natural == water && waterway == * # unusual tag combination 81 * : W : highway == * && waterway == * # unusual tag combination 82 * : W : highway == * && natural == * # unusual tag combination 80 #* : W : natural == water && waterway == * # unusual tag combination (natural=water & waterway) 81 * : W : highway == * && waterway == * # unusual tag combination (highway & waterway) 82 * : W : highway == * && natural == * # unusual tag combination (highway & natural)
Note:
See TracChangeset
for help on using the changeset viewer.