Update dentist. hospital and hospice

This commit is contained in:
JamesKingdom
2017-08-18 23:17:40 +01:00
parent c3178da2c3
commit e17f2d5209
7 changed files with 107 additions and 0 deletions

View File

@@ -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

View File

@@ -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": [

View File

@@ -17,5 +17,17 @@
"tags": {
"amenity": "dentist"
},
"addTags": {
"amenity": "dentist",
"healthcare": "dentist"
},
"removeTags": {
"amenity": "dentist",
"healthcare": "dentist"
},
"reference": {
"key": "amenity",
"value": "dentist"
},
"name": "Dentist"
}

View File

@@ -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"
}

View 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"
}

View File

@@ -1185,6 +1185,10 @@
"key": "healthcare",
"value": "blood_donation"
},
{
"key": "healthcare",
"value": "hospice"
},
{
"key": "healthcare",
"value": "yes"

View File

@@ -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"