From 7e3bb6e552822edd9c1225f67cc804254a8e4d1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Sat, 5 Aug 2017 21:41:19 +0200
Subject: [PATCH] Category 'health'

---
 health.json | 21 +++++++++++++++++++++
 index.json  |  3 +++
 2 files changed, 24 insertions(+)

diff --git a/health.json b/health.json
index 2ed60e3..5d61338 100644
--- a/health.json
+++ b/health.json
@@ -1,4 +1,5 @@
 {
+    "type": "overpass",
     "name": {
         "ast": "Salú",
         "cs": "Zdravotnictví",
@@ -13,5 +14,25 @@
         "ro": "Sanatate",
         "ru": "Медицина",
         "uk": "Здоров'я"
+    },
+    "query": {
+        "11": "(\nnode[amenity~\"^(hospital)$\"];\nway[amenity~\"^(hospital)$\"];\nrelation[amenity~\"^(hospital)$\"]\n)",
+        "14": "(\nnode[amenity~\"^(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)$\"];\nway[amenity~\"^(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)$\"];\nrelation[amenity~\"^(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)$\"]\n)"
+    },
+    "feature": {
+        "description": "{{ tagTrans('amenity', tags.amenity) }}",
+        "body": "{{ tagTrans('amenity', tags.amenity) }}",
+        "markerSign": "{{ const[tags.amenity] }}"
+    },
+    "const": {
+        "baby_hatch": "🚼",
+        "clinic": "🏥",
+        "dentist": "☤",
+        "doctors": "☤",
+        "hospital": "🏥",
+        "nursing_home": "",
+        "pharmacy": "",
+        "social_facility": "",
+        "veterinary": "🐕"
     }
 }
diff --git a/index.json b/index.json
index c69b578..e37e368 100644
--- a/index.json
+++ b/index.json
@@ -70,6 +70,9 @@
                 {
                     "id": "education"
                 },
+                {
+                    "id": "health"
+                },
                 {
                     "id": "communication"
                 },