Changeset 7264 in josm for trunk/data/validator


Ignore:
Timestamp:
2014-06-24T11:56:23+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10183 - "sport without physical feature" with leisure=recreation_ground

File:
1 edited

Legend:

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

    r7250 r7264  
    157157
    158158/* see ticket #9593 */
    159 *[sport][tourism != hotel][highway != raceway][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|farm|farmland)$/] {
     159*[sport][tourism != hotel][highway != raceway][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool|recreation_ground)$/][natural !~ /^(beach|bare_rock)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/] {
    160160    throwWarning: tr("sport without physical feature");
    161161    assertMatch: "node sport=tennis";
Note: See TracChangeset for help on using the changeset viewer.