Changeset 10146 in josm


Ignore:
Timestamp:
2016-04-16T11:54:07+02:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #12761 - do not warn about sport=climbing + natural=cliff

File:
1 edited

Legend:

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

    r10068 r10146  
    293293}
    294294
    295 /* see #9593, #11183, #12418 */
    296 *[sport][!building][!club][tourism != hotel][highway != raceway][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool|recreation_ground|ice_rink)$/][natural !~ /^(beach|bare_rock|peak|water)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"][shop!=sports] {
     295/* see #9593, #11183, #12418, #12761 */
     296*[sport][!building][!club][tourism != hotel][highway != raceway][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool|recreation_ground|ice_rink)$/][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] {
    297297    throwWarning: tr("sport without physical feature");
    298298    assertMatch: "node sport=tennis";
Note: See TracChangeset for help on using the changeset viewer.