Merge branch 'healthcare_lab' of https://github.com/vershwal/iD into vershwal-healthcare_lab

This commit is contained in:
Bryan Housel
2018-04-10 16:55:11 -04:00
5 changed files with 67 additions and 0 deletions
+5
View File
@@ -3194,6 +3194,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
+24
View File
@@ -7088,6 +7088,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": [
@@ -0,0 +1,24 @@
{
"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"
}
+10
View File
@@ -3087,6 +3087,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",
+4
View File
@@ -4160,6 +4160,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"