Changeset 5273 in josm


Ignore:
Timestamp:
Jun 8, 2012 12:02:56 PM (12 months ago)
Author:
simon04
Message:

Validator/TagChecker: allow boat on natural=water

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/tagchecker.cfg

    r5255 r5273  
    133133*    : W : stream               == * && waterway != *                                  # stream without waterway 
    134134*    : W : intermittent         == * && waterway != *                                  # intermittent without waterway 
    135 *    : W : boat                 == * && waterway != *                                  # boat without waterway 
     135*    : W : boat                 == * && waterway != * && natural != water              # boat without waterway / natural=water 
    136136*    : W : length_unit          == * && waterway != *                                  # length_unit without waterway 
    137137*    : W : llid                 == * && waterway != *                                  # llid without waterway 
Note: See TracChangeset for help on using the changeset viewer.