From 6340841df152a4f913f2fb9dd4ca931d143af591 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?=
 <plepe@noreply.openstreetbrowser.org>
Date: Fri, 19 Jul 2019 07:30:11 +0200
Subject: [PATCH] climbing: unfinished category

---
 climbing.json | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 climbing.json

diff --git a/climbing.json b/climbing.json
new file mode 100644
index 0000000..2624bc3
--- /dev/null
+++ b/climbing.json
@@ -0,0 +1,15 @@
+{
+    "type": "overpass",
+    "name": {
+        "en": "Climbing"
+    },
+    "query": {
+        "11": [
+            "(",
+            "nwr[sport~\"^(.*;|)climbing(|;.*)$\"];",
+            "nwr[highway=via_ferrata];",
+            "nwr[climbing~\"^(route|crag|boulder)$\"];",
+            ")"
+        ]
+    }
+}