Changeset 15624 in josm


Ignore:
Timestamp:
2019-12-29T22:32:02+01:00 (6 years ago)
Author:
Klumbumbus
Message:
  • see #18485 - don't warn about man_made=maypole looks like man_made=manhole
  • don't warn about parking=yes|no without amenity=parking - while parking=yes|no is controversial as "yes" and "no" are no "parking types" (and not wiki documented too), the warning text is the wrong one anyway (see https://github.com/osm-fr/osmose-backend/issues/723)
Location:
trunk/data/validator
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/combinations.mapcss

    r15619 r15624  
    110110*[artwork_type                 ][tourism!=artwork][exhibit!=artwork],
    111111*[castle_type                  ][historic!=castle],
    112 *[parking                      ][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking)$/],
     112*[parking                      ][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking)$/][parking!=yes][parking!=no],
    113113way[cutline                    ][man_made!=cutline],
    114114*[bunker_type                  ][military!=bunker] {
  • trunk/data/validator/ignoretags.cfg

    r15621 r15624  
    170170K:man_made=yes
    171171K:man_made=clearcut
     172K:man_made=maypole
    172173K:railway=construction
    173174K:railway=razed
Note: See TracChangeset for help on using the changeset viewer.