Add leisure=sports_hall preset (close #7818)

This commit is contained in:
Quincy Morgan
2020-09-02 12:05:22 -04:00
parent 6d9167920a
commit 39e60e925f
5 changed files with 46 additions and 0 deletions
+5
View File
@@ -6250,6 +6250,11 @@ en:
name: Swimming Pool Facility
# 'terms: dive,water'
terms: '<translate with synonyms or related terms for ''Swimming Pool Facility'', separated by commas>'
leisure/sports_hall:
# leisure=sports_hall
name: Gymnasium
# 'terms: athletic courts,gym,sports hall,sports venue'
terms: '<translate with synonyms or related terms for ''Gymnasium'', separated by commas>'
leisure/stadium:
# leisure=stadium
name: Stadium
+1
View File
@@ -731,6 +731,7 @@
"leisure/sports_centre": {"icon": "maki-pitch", "fields": ["name", "sport", "building", "address", "fee", "payment_multi_fee", "charge_fee"], "moreFields": ["email", "fax", "gnis/feature_id", "opening_hours", "opening_hours/covid19", "phone", "website"], "geometry": ["point", "area"], "tags": {"leisure": "sports_centre"}, "terms": [], "name": "Sports Center / Complex"},
"leisure/sports_centre/climbing": {"icon": "temaki-abseiling", "geometry": ["point", "area"], "terms": ["abseiling", "artificial climbing wall", "belaying", "bouldering", "rock climbing facility", "indoor rock wall", "rappeling", "rock gym", "ropes"], "tags": {"leisure": "sports_centre", "sport": "climbing"}, "reference": {"key": "sport", "value": "climbing"}, "name": "Climbing Gym"},
"leisure/sports_centre/swimming": {"icon": "fas-swimmer", "geometry": ["area", "point"], "terms": ["dive", "water"], "tags": {"leisure": "sports_centre", "sport": "swimming"}, "reference": {"key": "sport", "value": "swimming"}, "name": "Swimming Pool Facility"},
"leisure/sports_hall": {"icon": "maki-pitch", "fields": ["name", "operator", "sport", "address", "building_area", "access_simple"], "moreFields": ["air_conditioning", "level", "opening_hours", "opening_hours/covid19", "fee", "payment_multi_fee", "charge_fee", "wheelchair"], "geometry": ["point", "area"], "terms": ["athletic courts", "gym", "sports hall", "sports venue"], "tags": {"leisure": "sports_hall"}, "name": "Gymnasium"},
"leisure/stadium": {"icon": "maki-pitch", "fields": ["name", "operator", "sport", "address"], "moreFields": ["email", "fax", "gnis/feature_id", "phone", "website"], "geometry": ["point", "area"], "tags": {"leisure": "stadium"}, "name": "Stadium"},
"leisure/swimming_area": {"icon": "fas-swimmer", "fields": ["name", "access_simple", "supervised", "fee", "payment_multi_fee", "charge_fee", "lit"], "moreFields": ["opening_hours", "opening_hours/covid19", "operator"], "geometry": ["area"], "terms": ["dive", "water", "aquatics"], "tags": {"leisure": "swimming_area"}, "name": "Natural Swimming Area"},
"leisure/swimming_pool": {"icon": "fas-swimming-pool", "fields": ["name", "access_simple", "lit", "location_pool", "length", "swimming_pool"], "moreFields": ["address", "level", "gnis/feature_id", "opening_hours", "opening_hours/covid19", "operator"], "geometry": ["area", "point"], "terms": ["dive", "water", "aquatics"], "tags": {"leisure": "swimming_pool"}, "name": "Swimming Pool"},
@@ -0,0 +1,35 @@
{
"icon": "maki-pitch",
"fields": [
"name",
"operator",
"sport",
"address",
"building_area",
"access_simple"
],
"moreFields": [
"air_conditioning",
"level",
"opening_hours",
"opening_hours/covid19",
"fee",
"payment_multi_fee",
"charge_fee",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"athletic courts",
"gym",
"sports hall",
"sports venue"
],
"tags": {
"leisure": "sports_hall"
},
"name": "Gymnasium"
}
+1
View File
@@ -711,6 +711,7 @@
{"key": "leisure", "value": "sports_centre", "description": "🄿 Sports Center / Complex", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/pitch-15.svg"},
{"key": "sport", "value": "climbing", "description": "🄿 Climbing Gym", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/abseiling.svg"},
{"key": "sport", "value": "swimming", "description": "🄿 Swimming Pool Facility", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-swimmer.svg"},
{"key": "leisure", "value": "sports_hall", "description": "🄿 Gymnasium", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/pitch-15.svg"},
{"key": "leisure", "value": "stadium", "description": "🄿 Stadium", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/pitch-15.svg"},
{"key": "leisure", "value": "swimming_area", "description": "🄿 Natural Swimming Area", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-swimmer.svg"},
{"key": "leisure", "value": "swimming_pool", "description": "🄿 Swimming Pool", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-swimming-pool.svg"},
+4
View File
@@ -8090,6 +8090,10 @@
"name": "Swimming Pool Facility",
"terms": "dive,water"
},
"leisure/sports_hall": {
"name": "Gymnasium",
"terms": "athletic courts,gym,sports hall,sports venue"
},
"leisure/stadium": {
"name": "Stadium",
"terms": ""