From cb7466598f7f83b2352e356b45dfec4a2a4af426 Mon Sep 17 00:00:00 2001
From: garudakarura <garudakarura@noreply.openstreetbrowser.org>
Date: Tue, 15 Oct 2019 00:06:36 +0200
Subject: [PATCH] =?UTF-8?q?'emergency.json'=20=E3=82=92=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Add fire_hydrant and water_tank
---
 emergency.json | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/emergency.json b/emergency.json
index 361337c07..e89dbc0e3 100644
--- a/emergency.json
+++ b/emergency.json
@@ -33,7 +33,7 @@
             "node[amenity~\"^(fire_station|hospital|police)$\"];",
             "way[amenity~\"^(fire_station|hospital|police)$\"];",
             "relation[amenity~\"^(fire_station|hospital|police)$\"];",
-            "node[emergency~\"^(phone)$\"];",
+            "node[emergency~\"^(phone|fire_hydrant|water_tank)$\"];",
             "node[highway=emergency_access_point];",
             ")"
         ]
@@ -122,6 +122,14 @@
                 "emergency_access_point": {
                     "name": "{{ tagTrans('highway', 'emergency_access_point') }}",
                     "query": "node[highway=emergency_access_point]"
+                },
+                "emergency_fire_hydrant": {
+                    "name": "{{ tagTrans('emergency', 'fire_hydrant') }}",
+                    "query": "node[emergency=fire_hydrant]"
+                },
+                "emergency_water_tank": {
+                    "name": "{{ tagTrans('emergency', 'water_tank') }}",
+                    "query": "node[emergency=water_tank]"
                 }
             }
         }