Changeset 4296 in josm for trunk/data/tagchecker.cfg


Ignore:
Timestamp:
Aug 8, 2011 12:14:45 AM (22 months ago)
Author:
stoecker
Message:

fix #3751 - patch by simon04 - Illegal tag/value combinations test doesn't tell me what tag/values can't be combined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/tagchecker.cfg

    r4295 r4296  
    7878node : I : amenity == /restaurant|cafe|fast_food/ && name != * # restaurant without name 
    7979#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.