Changeset 6877 in josm


Ignore:
Timestamp:
2014-02-23T23:34:49+01:00 (10 years ago)
Author:
Don-vip
Message:

see #9593 - validator: forgot leisure=track for "sport without physical feature" test

File:
1 edited

Legend:

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

    r6860 r6877  
    143143
    144144/* see ticket #9593 */
    145 *[sport][tourism != hotel][leisure !~ /^(sports_centre|stadium|pitch|golf_course|water_park|swimming_pool)$/][natural !~ /^(beach|bare_rock)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste)$/] {
     145*[sport][tourism != hotel][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool)$/][natural !~ /^(beach|bare_rock)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste)$/] {
    146146    throwWarning: tr("sport without physical feature");
    147147    assertMatch: "node sport=tennis";
Note: See TracChangeset for help on using the changeset viewer.