diff --git a/data/presets.yaml b/data/presets.yaml index c786c3d4f..f14b49bd3 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -6250,6 +6250,11 @@ en: name: Swimming Pool Facility # 'terms: dive,water' terms: '' + leisure/sports_hall: + # leisure=sports_hall + name: Gymnasium + # 'terms: athletic courts,gym,sports hall,sports venue' + terms: '' leisure/stadium: # leisure=stadium name: Stadium diff --git a/data/presets/presets.json b/data/presets/presets.json index 316072fc6..e129a8f84 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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"}, diff --git a/data/presets/presets/leisure/sports_hall.json b/data/presets/presets/leisure/sports_hall.json new file mode 100644 index 000000000..092dd379f --- /dev/null +++ b/data/presets/presets/leisure/sports_hall.json @@ -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" +} diff --git a/data/taginfo.json b/data/taginfo.json index 384fca6ef..bfe1feff4 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -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"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 42552a549..5516772d0 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -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": ""