Ignore:
Timestamp:
2016-10-24T19:39:25+02:00 (8 years ago)
Author:
Klumbumbus
Message:

adjust sport=skiing validator warnings

File:
1 edited

Legend:

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

    r11153 r11159  
    338338
    339339/* #9593, #11183, #12418, #12761 */
    340 *[sport][!building][!club][tourism != hotel][highway != raceway][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool|recreation_ground|ice_rink|horse_riding)$/][natural !~ /^(beach|bare_rock|cliff|peak|water)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"][shop!=sports] {
     340*[sport][sport!=skiing][!building][!club][tourism != hotel][highway != raceway][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool|recreation_ground|ice_rink|horse_riding)$/][natural !~ /^(beach|bare_rock|cliff|peak|water)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"][shop!=sports] {
    341341    throwWarning: tr("sport without physical feature");
    342342    group: tr("missing tag");
     
    344344    assertNoMatch: "node sport=tennis leisure=pitch";
    345345    assertNoMatch: "node sport=beachvolleyball natural=beach";
    346     assertNoMatch: "node sport=skiiing landuse=piste";
     346    assertNoMatch: "node sport=skiing"; /* skiing has deprecated warning */
    347347    assertNoMatch: "node sport=swimming tourism=hotel";
    348348    assertNoMatch: "node sport=10pin amenity=restaurant";
Note: See TracChangeset for help on using the changeset viewer.