diff --git a/data/presets.yaml b/data/presets.yaml index 2af2265ca..8b0600f14 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -2328,6 +2328,11 @@ en: name: Dentist # 'terms: tooth,teeth' terms: '' + amenity/dive_centre: + # amenity=dive_centre + name: Dive Center + # 'terms: diving' + terms: '' amenity/doctors: # amenity=doctors name: Doctor diff --git a/data/presets/presets.json b/data/presets/presets.json index 0663c97de..7ca4a351e 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -77,6 +77,7 @@ "amenity/courthouse": {"icon": "maki-town-hall", "fields": ["name", "operator", "address", "building_area"], "geometry": ["point", "area"], "tags": {"amenity": "courthouse"}, "name": "Courthouse"}, "amenity/crematorium": {"icon": "maki-cemetery", "fields": ["name", "website", "phone", "opening_hours", "wheelchair"], "geometry": ["area", "point"], "tags": {"amenity": "crematorium"}, "terms": ["cemetery", "funeral"], "name": "Crematorium"}, "amenity/dentist": {"icon": "maki-dentist", "fields": ["name", "operator", "healthcare/speciality", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["tooth", "teeth"], "tags": {"amenity": "dentist"}, "addTags": {"amenity": "dentist", "healthcare": "dentist"}, "removeTags": {"amenity": "dentist", "healthcare": "dentist"}, "reference": {"key": "amenity", "value": "dentist"}, "name": "Dentist"}, + "amenity/dive_centre": {"icon": "maki-swimming", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["diving"], "tags": {"amenity": "dive_centre"}, "name": "Dive Center"}, "amenity/doctors": {"icon": "maki-doctor", "fields": ["name", "operator", "healthcare/speciality", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["medic*", "physician"], "tags": {"amenity": "doctors"}, "addTags": {"amenity": "doctors", "healthcare": "doctor"}, "removeTags": {"amenity": "doctors", "healthcare": "doctor"}, "reference": {"key": "amenity", "value": "doctors"}, "name": "Doctor"}, "amenity/dojo": {"icon": "maki-pitch", "fields": ["name", "sport", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "terms": ["martial arts", "dojang"], "tags": {"amenity": "dojo"}, "name": "Dojo / Martial Arts Academy"}, "amenity/drinking_water": {"icon": "maki-drinking-water", "geometry": ["point"], "tags": {"amenity": "drinking_water"}, "terms": ["fountain", "potable"], "name": "Drinking Water"}, diff --git a/data/presets/presets/amenity/dive_centre.json b/data/presets/presets/amenity/dive_centre.json new file mode 100644 index 000000000..1211b89ce --- /dev/null +++ b/data/presets/presets/amenity/dive_centre.json @@ -0,0 +1,21 @@ +{ + "icon": "maki-swimming", + "fields": [ + "name", + "operator", + "address", + "building_area", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "diving" + ], + "tags": { + "amenity": "dive_centre" + }, + "name": "Dive Center" +} diff --git a/data/taginfo.json b/data/taginfo.json index 0a67645da..1f763d1a5 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -513,6 +513,13 @@ "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/dentist-15.svg?sanitize=true" }, + { + "key": "amenity", + "value": "dive_centre", + "description": "Dive Center", + "object_types": ["node", "area"], + "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/swimming-15.svg?sanitize=true" + }, { "key": "amenity", "value": "doctors", diff --git a/dist/locales/en.json b/dist/locales/en.json index b1dc1189d..87034ccbc 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3466,6 +3466,10 @@ "name": "Dentist", "terms": "tooth,teeth" }, + "amenity/dive_centre": { + "name": "Dive Center", + "terms": "diving" + }, "amenity/doctors": { "name": "Doctor", "terms": "medic*,physician"