Changeset 9561 in josm for trunk


Ignore:
Timestamp:
2016-01-21T21:36:43+01:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #12418 - don't warn about shop=sports + sport=* combination

File:
1 edited

Legend:

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

    r9500 r9561  
    289289}
    290290
    291 /* see #9593, #11183 */
    292 *[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"] {
     291/* see #9593, #11183, #12418 */
     292*[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] {
    293293    throwWarning: tr("sport without physical feature");
    294294    assertMatch: "node sport=tennis";
Note: See TracChangeset for help on using the changeset viewer.