From 44401ecfaf6ab5d362350272f9598bc5ae7168ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Mon, 20 Dec 2021 22:14:27 +0100
Subject: [PATCH] huts

---
 huts.json | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 huts.json

diff --git a/huts.json b/huts.json
new file mode 100644
index 0000000..1982346
--- /dev/null
+++ b/huts.json
@@ -0,0 +1,24 @@
+{
+    "type": "overpass",
+    "name": {
+        "en": "Huts",
+        "de": "Hütten"
+    },
+    "query": {
+        "14": [
+            "(",
+            "nwr[shelter_type=basic_hut];",
+            "nwr[tourism=wilderness_hut];",
+            ")"
+        ]
+    },
+    "feature": {
+        "description": [
+            "{% if tags.shelter_type %}",
+            "{{ tagTransList('shelter_type', tags.shelter_type) }}",
+            "{% elseif tags.tourism %}",
+            "{{ tagTransList('tourism', tags.wilderness_hut) }}",
+            "{% endif %}"
+        ]
+    }
+}