Changeset 11497 in josm


Ignore:
Timestamp:
2017-01-25T18:45:30+01:00 (7 years ago)
Author:
Klumbumbus
Message:
  • fix #14280 - remove warning with leisure=fitness_station + sport=fitness
  • fix #14291 - add 'surface' chunk to runway preset
Location:
trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r11463 r11497  
    34763476            <optional>
    34773477                <text key="ref" text="Reference" />
     3478                <reference ref="surface" />
    34783479            </optional>
    34793480        </item> <!-- Runway -->
  • trunk/data/validator/combinations.mapcss

    r11430 r11497  
    338338
    339339/* #9593, #11183, #12418, #12761 */
    340 *[sport][sport!=skiing][!building][!club][tourism != hotel][highway != raceway][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool|recreation_ground|ice_rink|horse_riding)$/][natural !~ /^(beach|bare_rock|cliff|peak|water)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"][shop!=sports] {
     340*[sport][sport!=skiing][!building][!club][tourism != hotel][highway != raceway][leisure !~ /^(sports_centre|stadium|track|pitch|golf_course|water_park|swimming_pool|recreation_ground|ice_rink|horse_riding|fitness_station)$/][natural !~ /^(beach|bare_rock|cliff|peak|water)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"][shop!=sports] {
    341341    throwWarning: tr("sport without physical feature");
    342342    group: tr("missing tag");
Note: See TracChangeset for help on using the changeset viewer.