Changeset 6778 in josm for trunk/data/validator


Ignore:
Timestamp:
2014-01-29T23:10:09+01:00 (10 years ago)
Author:
simon04
Message:

fix #9614 - Check and remove unnecessary area=yes - patch by naoliv

File:
1 edited

Legend:

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

    r6760 r6778  
    1010  assertMatch: "way bridge=no";
    1111  assertMatch: "way highway=proposed access=no";
     12}
     13
     14area:closed[amenity ][area?],
     15area:closed[building][area?],
     16area:closed[landuse ][area?],
     17area:closed[leisure ][area?],
     18area:closed[natural ][area?],
     19area:closed[shop    ][area?] {
     20  throwWarning: tr("{0} is unnecessary for {1}", "{2.key}", "{1.key}");
     21  fixRemove: "{2.key}";
    1222}
    1323
Note: See TracChangeset for help on using the changeset viewer.