mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Adding midwife preset
This commit is contained in:
@@ -2737,6 +2737,11 @@ en:
|
||||
name: Hospice
|
||||
# 'terms: terminal,illness'
|
||||
terms: '<translate with synonyms or related terms for ''Hospice'', separated by commas>'
|
||||
healthcare/midwife:
|
||||
# healthcare=midwife
|
||||
name: Midwife
|
||||
# 'terms: pregnancy,childbirth'
|
||||
terms: '<translate with synonyms or related terms for ''Midwife'', separated by commas>'
|
||||
healthcare/specialist:
|
||||
# healthcare=yes
|
||||
name: Healthcare Specialist
|
||||
|
||||
@@ -6046,6 +6046,29 @@
|
||||
},
|
||||
"name": "Hospice"
|
||||
},
|
||||
"healthcare/midwife": {
|
||||
"icon": "hospital",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"building_area",
|
||||
"address",
|
||||
"opening_hours",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"pregnancy",
|
||||
"childbirth"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "midwife"
|
||||
},
|
||||
"name": "Midwife"
|
||||
},
|
||||
"healthcare/specialist": {
|
||||
"icon": "hospital",
|
||||
"fields": [
|
||||
|
||||
23
data/presets/presets/healthcare/midwife.json
Normal file
23
data/presets/presets/healthcare/midwife.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"icon": "hospital",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"building_area",
|
||||
"address",
|
||||
"opening_hours",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"pregnancy",
|
||||
"childbirth"
|
||||
],
|
||||
"tags": {
|
||||
"healthcare": "midwife"
|
||||
},
|
||||
"name": "Midwife"
|
||||
}
|
||||
@@ -1189,6 +1189,10 @@
|
||||
"key": "healthcare",
|
||||
"value": "hospice"
|
||||
},
|
||||
{
|
||||
"key": "healthcare",
|
||||
"value": "midwife"
|
||||
},
|
||||
{
|
||||
"key": "healthcare",
|
||||
"value": "yes"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -3484,6 +3484,10 @@
|
||||
"name": "Hospice",
|
||||
"terms": "terminal,illness"
|
||||
},
|
||||
"healthcare/midwife": {
|
||||
"name": "Midwife",
|
||||
"terms": "pregnancy,childbirth"
|
||||
},
|
||||
"healthcare/specialist": {
|
||||
"name": "Healthcare Specialist",
|
||||
"terms": "special"
|
||||
|
||||
Reference in New Issue
Block a user