Changeset 5023 in josm for trunk


Ignore:
Timestamp:
2012-02-24T15:17:08+01:00 (12 years ago)
Author:
simon04
Message:

fix #7431 - validator: allow lit=* on public_transport=platform

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/tagchecker.cfg

    r4875 r5023  
    9292*    : W : lanes                == * && highway != *                                   # lanes without highway
    9393*    : W : lcn                  == * && highway != *                                   # lcn without highway
    94 *    : W : lit                  == * && highway != *                                   # lit without highway
     94*    : W : lit                  == * && highway != * && public_transport != platform   # lit without highway
    9595*    : W : living_street        == * && highway != *                                   # living_street without highway
    9696*    : W : maintenance          == * && highway != *                                   # maintenance without highway
Note: See TracChangeset for help on using the changeset viewer.