diff --git a/data/presets.yaml b/data/presets.yaml index 2e4453fbf..476e36e2e 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -2732,6 +2732,11 @@ en: name: Blood Donor Center # 'terms: blood bank,blood donation,blood transfusion,apheresis,plasmapheresis,plateletpheresis,stem cell donation' terms: '' + healthcare/hospice: + # healthcare=hospice + name: Hospice + # 'terms: terminal,illness' + terms: '' healthcare/specialist: # healthcare=yes name: Healthcare Specialist diff --git a/data/presets/presets.json b/data/presets/presets.json index 972a4e013..21de1fe14 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1301,6 +1301,18 @@ "tags": { "amenity": "dentist" }, + "addTags": { + "amenity": "dentist", + "healthcare": "dentist" + }, + "removeTags": { + "amenity": "dentist", + "healthcare": "dentist" + }, + "reference": { + "key": "amenity", + "value": "dentist" + }, "name": "Dentist" }, "amenity/doctors": { @@ -1596,6 +1608,18 @@ "tags": { "amenity": "hospital" }, + "addTags": { + "amenity": "hospital", + "healthcare": "hospital" + }, + "removeTags": { + "amenity": "hospital", + "healthcare": "hospital" + }, + "reference": { + "key": "amenity", + "value": "hospital" + }, "name": "Hospital Grounds" }, "amenity/hunting_stand": { @@ -5999,6 +6023,29 @@ }, "name": "Blood Donor Center" }, + "healthcare/hospice": { + "icon": "hospital", + "fields": [ + "name", + "operator", + "building_area", + "address", + "opening_hours", + "ref" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "terminal", + "illness" + ], + "tags": { + "healthcare": "hospice" + }, + "name": "Hospice" + }, "healthcare/specialist": { "icon": "hospital", "fields": [ diff --git a/data/presets/presets/amenity/dentist.json b/data/presets/presets/amenity/dentist.json index 44200211a..395945f58 100644 --- a/data/presets/presets/amenity/dentist.json +++ b/data/presets/presets/amenity/dentist.json @@ -17,5 +17,17 @@ "tags": { "amenity": "dentist" }, + "addTags": { + "amenity": "dentist", + "healthcare": "dentist" + }, + "removeTags": { + "amenity": "dentist", + "healthcare": "dentist" + }, + "reference": { + "key": "amenity", + "value": "dentist" + }, "name": "Dentist" } diff --git a/data/presets/presets/amenity/hospital.json b/data/presets/presets/amenity/hospital.json index 870c70a3f..c4a46b1b1 100644 --- a/data/presets/presets/amenity/hospital.json +++ b/data/presets/presets/amenity/hospital.json @@ -26,5 +26,17 @@ "tags": { "amenity": "hospital" }, + "addTags": { + "amenity": "hospital", + "healthcare": "hospital" + }, + "removeTags": { + "amenity": "hospital", + "healthcare": "hospital" + }, + "reference": { + "key": "amenity", + "value": "hospital" + }, "name": "Hospital Grounds" } diff --git a/data/presets/presets/healthcare/hospice.json b/data/presets/presets/healthcare/hospice.json new file mode 100644 index 000000000..88cfba374 --- /dev/null +++ b/data/presets/presets/healthcare/hospice.json @@ -0,0 +1,23 @@ +{ + "icon": "hospital", + "fields": [ + "name", + "operator", + "building_area", + "address", + "opening_hours", + "ref" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "terminal", + "illness" + ], + "tags": { + "healthcare": "hospice" + }, + "name": "Hospice" +} diff --git a/data/taginfo.json b/data/taginfo.json index 3413c0727..fc6e5040e 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1185,6 +1185,10 @@ "key": "healthcare", "value": "blood_donation" }, + { + "key": "healthcare", + "value": "hospice" + }, { "key": "healthcare", "value": "yes" diff --git a/dist/locales/en.json b/dist/locales/en.json index 8cd33cdac..fc8cecf8b 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3480,6 +3480,10 @@ "name": "Blood Donor Center", "terms": "blood bank,blood donation,blood transfusion,apheresis,plasmapheresis,plateletpheresis,stem cell donation" }, + "healthcare/hospice": { + "name": "Hospice", + "terms": "terminal,illness" + }, "healthcare/specialist": { "name": "Healthcare Specialist", "terms": "special"