diff --git a/data/presets.yaml b/data/presets.yaml index ee32faebf..e44e808a8 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -2545,6 +2545,11 @@ en: name: Theater # 'terms: theatre,performance,play,musical' terms: '' + amenity/theatre/type/amphi: + # 'amenity=theatre, theatre:type=amphi' + name: Amphitheatre + # 'terms: open air,outdoor,greek,ampi' + terms: '' amenity/toilets: # amenity=toilets name: Toilets diff --git a/data/presets/presets.json b/data/presets/presets.json index e2ca983db..d50ccff81 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -145,6 +145,7 @@ "amenity/taxi": {"icon": "fas-taxi", "fields": ["name", "operator", "capacity"], "geometry": ["point", "vertex", "area"], "terms": ["cab"], "tags": {"amenity": "taxi"}, "name": "Taxi Stand"}, "amenity/telephone": {"icon": "maki-telephone", "fields": ["operator", "phone", "fee", "payment_multi", "covered", "indoor", "booth"], "geometry": ["point", "vertex"], "tags": {"amenity": "telephone"}, "terms": ["phone"], "name": "Telephone"}, "amenity/theatre": {"icon": "maki-theatre", "fields": ["name", "operator", "address", "building_area"], "geometry": ["point", "area"], "terms": ["theatre", "performance", "play", "musical"], "tags": {"amenity": "theatre"}, "name": "Theater"}, + "amenity/theatre/type/amphi": {"icon": "maki-theatre", "fields": ["name", "operator", "address", "lit"], "geometry": ["point", "area"], "terms": ["open air", "outdoor", "greek", "ampi"], "tags": {"amenity": "theatre", "theatre:type": "amphi"}, "name": "Amphitheatre"}, "amenity/toilets": {"icon": "maki-toilet", "fields": ["toilets/disposal", "operator", "building_area", "access_simple", "gender", "fee", "diaper"], "geometry": ["point", "vertex", "area"], "terms": ["bathroom", "restroom", "outhouse", "privy", "head", "lavatory", "latrine", "water closet", "WC", "W.C."], "tags": {"amenity": "toilets"}, "name": "Toilets"}, "amenity/townhall": {"icon": "maki-town-hall", "fields": ["name", "operator", "address", "building_area"], "geometry": ["point", "area"], "terms": ["village", "city", "government", "courthouse", "municipal"], "tags": {"amenity": "townhall"}, "name": "Town Hall"}, "amenity/university": {"icon": "maki-college", "fields": ["name", "operator", "address", "internet_access", "internet_access/ssid"], "geometry": ["point", "area"], "terms": ["college"], "tags": {"amenity": "university"}, "name": "University Grounds"}, diff --git a/data/presets/presets/amenity/theatre/type/amphi.json b/data/presets/presets/amenity/theatre/type/amphi.json new file mode 100644 index 000000000..6d18e1e5f --- /dev/null +++ b/data/presets/presets/amenity/theatre/type/amphi.json @@ -0,0 +1,23 @@ +{ + "icon": "maki-theatre", + "fields": [ + "name", + "operator", + "address", + "lit" + ], + "geometry": [ + "point", "area" + ], + "terms": [ + "open air", + "outdoor", + "greek", + "ampi" + ], + "tags": { + "amenity": "theatre", + "theatre:type": "amphi" + }, + "name": "Amphitheatre" +} diff --git a/data/taginfo.json b/data/taginfo.json index b28c662a4..355401102 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -980,6 +980,13 @@ "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/theatre-15.svg?sanitize=true" }, + { + "key": "theatre:type", + "value": "amphi", + "description": "Amphitheatre", + "object_types": ["node", "area"], + "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/theatre-15.svg?sanitize=true" + }, { "key": "amenity", "value": "toilets", diff --git a/dist/locales/en.json b/dist/locales/en.json index 32343c13e..3f2809e9d 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3639,6 +3639,10 @@ "name": "Theater", "terms": "theatre,performance,play,musical" }, + "amenity/theatre/type/amphi": { + "name": "Amphitheatre", + "terms": "open air,outdoor,greek,ampi" + }, "amenity/toilets": { "name": "Toilets", "terms": "bathroom,restroom,outhouse,privy,head,lavatory,latrine,water closet,WC,W.C."