Changeset 7230 in josm


Ignore:
Timestamp:
2014-06-09T14:36:40+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10113 - allow landuse=farmland too

File:
1 edited

Legend:

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

    r7229 r7230  
    153153
    154154/* see ticket #9593 */
    155 *[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|farm)$/] {
     155*[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|farm|farmland)$/] {
    156156    throwWarning: tr("sport without physical feature");
    157157    assertMatch: "node sport=tennis";
Note: See TracChangeset for help on using the changeset viewer.