From 0e632f60e705cd121b8aac9ebd8066a4e2536bc1 Mon Sep 17 00:00:00 2001 From: vershwal Date: Tue, 10 Apr 2018 23:23:48 +0530 Subject: [PATCH] built --- data/presets.yaml | 5 +++++ data/presets/presets.json | 24 ++++++++++++++++++++++++ data/taginfo.json | 10 ++++++++++ dist/locales/en.json | 4 ++++ 4 files changed, 43 insertions(+) diff --git a/data/presets.yaml b/data/presets.yaml index 36ec94a18..219546307 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -3142,6 +3142,11 @@ en: name: Hospice # 'terms: terminal,illness' terms: '' + healthcare/laboratory: + # healthcare=laboratory + name: Laboratory + # 'terms: medical_laboratory,medical_lab,blood_check' + terms: '' healthcare/midwife: # healthcare=midwife name: Midwife diff --git a/data/presets/presets.json b/data/presets/presets.json index c066ef28a..9b68e2600 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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": [ diff --git a/data/taginfo.json b/data/taginfo.json index a6a9cdbd1..4fcfb8826 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -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", diff --git a/dist/locales/en.json b/dist/locales/en.json index ec3318bcf..568954428 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -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"