Ignore:
Timestamp:
2015-05-01T15:52:34+02:00 (9 years ago)
Author:
Klumbumbus
Message:

see #11394 - do not warn about all club=* (e.g. club=chess|sailing|...) together with sport=*

File:
1 edited

Legend:

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

    r8301 r8302  
    241241
    242242/* see #9593, #11183 */
    243 *[sport][!building][club != sport][tourism != hotel][highway != raceway][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool|recreation_ground)$/][natural !~ /^(beach|bare_rock|peak)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"] {
     243*[sport][!building][!club][tourism != hotel][highway != raceway][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool|recreation_ground)$/][natural !~ /^(beach|bare_rock|peak)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"] {
    244244    throwWarning: tr("sport without physical feature");
    245245    assertMatch: "node sport=tennis";
Note: See TracChangeset for help on using the changeset viewer.