From a31ab824cdad3971c8d325993a9c543048bf1f98 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Sat, 5 Aug 2017 21:02:04 +0200
Subject: [PATCH] Category 'financial'

---
 financial.json | 15 +++++++++++++++
 index.json     |  3 +++
 2 files changed, 18 insertions(+)

diff --git a/financial.json b/financial.json
index d5b213c..f7f00a1 100644
--- a/financial.json
+++ b/financial.json
@@ -1,4 +1,5 @@
 {
+    "type": "overpass",
     "name": {
         "ast": "Dineru",
         "cs": "Finanční služby",
@@ -13,5 +14,19 @@
         "ro": "Financiar",
         "ru": "Финансы",
         "uk": "Фінанси"
+    },
+    "query": {
+        "14": "(\nnode[amenity~\"^(bank)$\"];\nway[amenity~\"^(bank)$\"];\nrelation[amenity~\"^(bank)$\"]\n)",
+        "15": "(\nnode[amenity~\"^(bank|bureau_de_change|atm)$\"];\nway[amenity~\"^(bank|bureau_de_change|atm)$\"];\nrelation[amenity~\"^(bank|bureau_de_change|atm)$\"]\n)"
+    },
+    "feature": {
+        "description": "{{ tagTrans('amenity', tags.amenity) }}",
+        "body": "{{ tagTrans('amenity', tags.amenity) }}",
+        "markerSign": "{{ const[tags.amenity] }}"
+    },
+    "const": {
+        "atm": "💵",
+        "bank": "🏢",
+        "bureau_de_change": "⇄"
     }
 }
diff --git a/index.json b/index.json
index d53da69..c69b578 100644
--- a/index.json
+++ b/index.json
@@ -73,6 +73,9 @@
                 {
                     "id": "communication"
                 },
+                {
+                    "id": "financial"
+                },
                 {
                     "id": "public"
                 }