Changeset 5273 in josm


Ignore:
Timestamp:
2012-06-08T12:02:56+02:00 (12 years 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.