From 961b0300ffbf5254af8e9731effc19aabe883bd1 Mon Sep 17 00:00:00 2001 From: vershwal Date: Tue, 10 Apr 2018 23:20:14 +0530 Subject: [PATCH] healthcare=laboratory preset --- .../presets/healthcare/laboratory.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 data/presets/presets/healthcare/laboratory.json diff --git a/data/presets/presets/healthcare/laboratory.json b/data/presets/presets/healthcare/laboratory.json new file mode 100644 index 000000000..741cbc233 --- /dev/null +++ b/data/presets/presets/healthcare/laboratory.json @@ -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" +}