From dc3338c8f5fa5eeee4c3ea6e7eeca7877c2af706 Mon Sep 17 00:00:00 2001 From: JamesKingdom Date: Fri, 18 Aug 2017 23:47:14 +0100 Subject: [PATCH] Adding midwife preset --- data/presets.yaml | 5 +++++ data/presets/presets.json | 23 ++++++++++++++++++++ data/presets/presets/healthcare/midwife.json | 23 ++++++++++++++++++++ data/taginfo.json | 4 ++++ dist/locales/en.json | 4 ++++ 5 files changed, 59 insertions(+) create mode 100644 data/presets/presets/healthcare/midwife.json diff --git a/data/presets.yaml b/data/presets.yaml index 476e36e2e..e3c75efc1 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -2737,6 +2737,11 @@ en: name: Hospice # 'terms: terminal,illness' terms: '' + healthcare/midwife: + # healthcare=midwife + name: Midwife + # 'terms: pregnancy,childbirth' + terms: '' healthcare/specialist: # healthcare=yes name: Healthcare Specialist diff --git a/data/presets/presets.json b/data/presets/presets.json index 21de1fe14..38bcb03d3 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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": [ diff --git a/data/presets/presets/healthcare/midwife.json b/data/presets/presets/healthcare/midwife.json new file mode 100644 index 000000000..d2e92e731 --- /dev/null +++ b/data/presets/presets/healthcare/midwife.json @@ -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" +} diff --git a/data/taginfo.json b/data/taginfo.json index fc6e5040e..a8ff45e02 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1189,6 +1189,10 @@ "key": "healthcare", "value": "hospice" }, + { + "key": "healthcare", + "value": "midwife" + }, { "key": "healthcare", "value": "yes" diff --git a/dist/locales/en.json b/dist/locales/en.json index fc8cecf8b..51e59c6db 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3484,6 +3484,10 @@ "name": "Hospice", "terms": "terminal,illness" }, + "healthcare/midwife": { + "name": "Midwife", + "terms": "pregnancy,childbirth" + }, "healthcare/specialist": { "name": "Healthcare Specialist", "terms": "special"