Ignore:
Timestamp:
2021-07-07T23:04:44+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #20902 - Warn about solo layer and level tags, remove relations from checks, warn about area on relations (patch by skyper)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/validator/unnecessary.mapcss

    r17947 r17957  
    2020}
    2121
    22 area:closed[amenity ][area?][!highway],
    23 area:closed[building][area?],
    24 area:closed[landuse ][area?][!highway],
    25 area:closed[leisure ][area?][!highway][leisure!=track][leisure!=slipway],
    26 area:closed[natural ][area?],
    27 area:closed[shop    ][area?] {
     22way:closed[amenity ][area?][!highway],
     23way:closed[building][area?],
     24way:closed[landuse ][area?][!highway],
     25way:closed[leisure ][area?][!highway][leisure!=track][leisure!=slipway],
     26way:closed[natural ][area?],
     27way:closed[shop    ][area?] {
    2828  throwWarning: tr("{0} is unnecessary for {1}", "{2.tag}", "{1.key}");
    2929  group: tr("unnecessary tag");
Note: See TracChangeset for help on using the changeset viewer.