Ignore:
Timestamp:
2015-05-01T15:34:28+02:00 (9 years ago)
Author:
Don-vip
Message:

fix #11394 - disable warning "sport without physical feature" for club=sport

File:
1 edited

Legend:

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

    r8245 r8301  
    241241
    242242/* see #9593, #11183 */
    243 *[sport][!building][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 != 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"] {
    244244    throwWarning: tr("sport without physical feature");
    245245    assertMatch: "node sport=tennis";
Note: See TracChangeset for help on using the changeset viewer.