From 4030c5c91db4bdf0aa1d52905955bb304adcc1c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Thu, 10 Jan 2019 21:17:24 +0100
Subject: [PATCH] tourism_services: include office=camping

---
 tourism_services.json | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/tourism_services.json b/tourism_services.json
index 0247ae3..4901f18 100644
--- a/tourism_services.json
+++ b/tourism_services.json
@@ -25,7 +25,7 @@
             "node[tourism~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|motel|wilderness_hut)$\"];",
             "way[tourism~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|motel|wilderness_hut)$\"];",
             "relation[tourism~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|motel|wilderness_hut)$\"];",
-            "nwr[office~\"^(guide|tourism|tourist_accommodation)$\"];",
+            "nwr[office~\"^(guide|tourism|tourist_accommodation|camping)$\"];",
             ")"
         ],
         "16": [
@@ -33,7 +33,7 @@
             "node[tourism~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];",
             "way[tourism~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];",
             "relation[tourism~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];",
-            "nwr[office~\"^(guide|tourism|tourist_accommodation)$\"];",
+            "nwr[office~\"^(guide|tourism|tourist_accommodation|camping)$\"];",
             ")"
         ]
     },
@@ -133,6 +133,10 @@
             "sign": "🛌",
             "zoom": 13
         },
+        "office=camping": {
+            "sign": "⛺",
+            "zoom": 13
+        },
         "tourism=information": {
             "sign": "ℹ️",
             "zoom": 16