mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
built
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user