Changeset 17091 in josm


Ignore:
Timestamp:
2020-10-07T18:40:59+02:00 (4 years ago)
Author:
Klumbumbus
Message:

see https://github.com/osm-fr/osmose-backend/issues/995 - Allow amenity=bar and highway=pedestrian as physical features for sport tags

File:
1 edited

Legend:

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

    r17051 r17091  
    445445
    446446/* #9593, #11183, #12418, #12761, #17254, #19311  */
    447 *[sport][sport!=skiing][!building][!club][tourism != hotel][highway != raceway][!leisure][natural !~ /^(beach|bare_rock|cliff|peak|water)$/][amenity !~ /^(dojo|pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"][shop!=sports][attraction!=summer_toboggan] {
     447*[sport][sport!=skiing][!building][!club][tourism != hotel][highway !~ /^(pedestrian|raceway)$/][!leisure][natural !~ /^(beach|bare_rock|cliff|peak|water)$/][amenity !~ /^(bar|dojo|pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"][shop!=sports][attraction!=summer_toboggan] {
    448448    throwWarning: tr("sport without physical feature");
    449449    group: tr("missing tag");
Note: See TracChangeset for help on using the changeset viewer.