This commit is contained in:
vershwal
2018-04-10 23:23:48 +05:30
parent 961b0300ff
commit 0e632f60e7
4 changed files with 43 additions and 0 deletions

View File

@@ -3142,6 +3142,11 @@ en:
name: Hospice
# 'terms: terminal,illness'
terms: '<translate with synonyms or related terms for ''Hospice'', separated by commas>'
healthcare/laboratory:
# healthcare=laboratory
name: Laboratory
# 'terms: medical_laboratory,medical_lab,blood_check'
terms: '<translate with synonyms or related terms for ''Laboratory'', separated by commas>'
healthcare/midwife:
# healthcare=midwife
name: Midwife

View File

@@ -7070,6 +7070,30 @@
},
"name": "Hospice"
},
"healthcare/laboratory": {
"icon": "hospital",
"fields": [
"name",
"operator",
"website",
"ref",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"medical_laboratory",
"medical_lab",
"blood_check"
],
"tags": {
"healthcare": "laboratory"
},
"name": "Laboratory"
},
"healthcare/midwife": {
"icon": "hospital",
"fields": [

View File

@@ -3078,6 +3078,16 @@
],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/hospital-15.svg?sanitize=true"
},
{
"key": "healthcare",
"value": "laboratory",
"description": "Laboratory",
"object_types": [
"node",
"area"
],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/hospital-15.svg?sanitize=true"
},
{
"key": "healthcare",
"value": "midwife",

View File

@@ -4111,6 +4111,10 @@
"name": "Hospice",
"terms": "terminal,illness"
},
"healthcare/laboratory": {
"name": "Laboratory",
"terms": "medical_laboratory,medical_lab,blood_check"
},
"healthcare/midwife": {
"name": "Midwife",
"terms": "baby,childbirth,delivery,labour,labor,pregnancy"