mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Update dentist. hospital and hospice
This commit is contained in:
@@ -2732,6 +2732,11 @@ en:
|
||||
name: Blood Donor Center
|
||||
# 'terms: blood bank,blood donation,blood transfusion,apheresis,plasmapheresis,plateletpheresis,stem cell donation'
|
||||
terms: '<translate with synonyms or related terms for ''Blood Donor Center'', separated by commas>'
|
||||
healthcare/hospice:
|
||||
# healthcare=hospice
|
||||
name: Hospice
|
||||
# 'terms: terminal,illness'
|
||||
terms: '<translate with synonyms or related terms for ''Hospice'', separated by commas>'
|
||||
healthcare/specialist:
|
||||
# healthcare=yes
|
||||
name: Healthcare Specialist
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -17,5 +17,17 @@
|
||||
"tags": {
|
||||
"amenity": "dentist"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "dentist",
|
||||
"healthcare": "dentist"
|
||||
},
|
||||
"removeTags": {
|
||||
"amenity": "dentist",
|
||||
"healthcare": "dentist"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "dentist"
|
||||
},
|
||||
"name": "Dentist"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
23
data/presets/presets/healthcare/hospice.json
Normal file
23
data/presets/presets/healthcare/hospice.json
Normal file
@@ -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"
|
||||
}
|
||||
@@ -1185,6 +1185,10 @@
|
||||
"key": "healthcare",
|
||||
"value": "blood_donation"
|
||||
},
|
||||
{
|
||||
"key": "healthcare",
|
||||
"value": "hospice"
|
||||
},
|
||||
{
|
||||
"key": "healthcare",
|
||||
"value": "yes"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user