From 5412b0b57ec6d91a66d7959cee6b84986d798176 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Mon, 4 Jun 2018 16:03:27 +0200
Subject: [PATCH] Bugfixes (API adaption)

---
 financial.json           | 4 ++--
 sport.json               | 2 +-
 tourism_attractions.json | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/financial.json b/financial.json
index 08c3508..b8dc5b5 100644
--- a/financial.json
+++ b/financial.json
@@ -21,14 +21,14 @@
             "(",
             "node[amenity~\"^(bank)$\"];",
             "way[amenity~\"^(bank)$\"];",
-            "relation[amenity~\"^(bank)$\"]",
+            "relation[amenity~\"^(bank)$\"];",
             ")"
         ],
         "15": [
             "(",
             "node[amenity~\"^(bank|bureau_de_change|atm)$\"];",
             "way[amenity~\"^(bank|bureau_de_change|atm)$\"];",
-            "relation[amenity~\"^(bank|bureau_de_change|atm)$\"]",
+            "relation[amenity~\"^(bank|bureau_de_change|atm)$\"];",
             ")"
         ]
     },
diff --git a/sport.json b/sport.json
index ef6be0e..50ee5b0 100644
--- a/sport.json
+++ b/sport.json
@@ -16,7 +16,7 @@
         "uk": "Спорт. Інше."
     },
     "query": {
-        "14": "(node[sport];way[sport];relation[sport])"
+        "14": "(node[sport];way[sport];relation[sport];)"
     },
     "feature": {
         "title": "{{ localizedTag(tags, 'name') |default(localizedTag(tags, 'operator')) |default(tagTransList('sport', tags.sport)) }}",
diff --git a/tourism_attractions.json b/tourism_attractions.json
index 0005c05..0df04af 100644
--- a/tourism_attractions.json
+++ b/tourism_attractions.json
@@ -23,7 +23,7 @@
             "(",
             "node[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];",
             "way[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];",
-            "relation[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"]",
+            "relation[tourism][tourism!~\"^(alpine_hut|apartment|camp_site|caravan_site|chalet|guest_house|hostel|hotel|information|motel|wilderness_hut)$\"];",
             ")"
         ]
     },