Changeset 7922 in josm for trunk/data/validator


Ignore:
Timestamp:
2015-01-03T15:45:16+01:00 (9 years ago)
Author:
Don-vip
Message:

fix #10918 - "Sport without physical feature" should not be triggered for building=*

File:
1 edited

Legend:

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

    r7920 r7922  
    172172
    173173/* see #9593 */
    174 *[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)$/] {
     174*[sport][!building][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)$/] {
    175175    throwWarning: tr("sport without physical feature");
    176176    assertMatch: "node sport=tennis";
Note: See TracChangeset for help on using the changeset viewer.