Changeset 6277 in josm


Ignore:
Timestamp:
2013-10-01T01:11:16+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #9124 - do not consider lit=yes + amenity=parking* as suspicious

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/tagchecker.cfg

    r6269 r6277  
    101101*    : W : lanes                == * && highway != *                                   # lanes without highway
    102102*    : W : lcn                  == * && highway != *                                   # lcn without highway
    103 *    : W : lit                  == * && highway != * && public_transport != platform   # lit without highway
     103*    : W : lit                  == * && highway != * && amenity != /parking.*/ && public_transport != platform   # lit without highway/parking/platform
    104104*    : W : living_street        == * && highway != *                                   # living_street without highway
    105105*    : W : maintenance          == * && highway != *                                   # maintenance without highway
Note: See TracChangeset for help on using the changeset viewer.