From 3a988549b117c3b28060c85bc2ab7ae97ff2d045 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Tue, 8 Aug 2017 12:09:37 +0200
Subject: [PATCH] Improve culture signs

- closes #1
---
 culture.json             | 8 ++++----
 tourism_attractions.json | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/culture.json b/culture.json
index f7a9f86..34f42e9 100644
--- a/culture.json
+++ b/culture.json
@@ -29,15 +29,15 @@
         "markerSign": "{{ const[value] }}"
     },
     "const": {
-        "arts_centre": "",
+        "arts_centre": "🎨",
         "cinema": "🎦",
         "community_centre": "",
         "fountain": "⛲",
         "studio": "",
-        "theatre": "",
-        "artwork": "",
+        "theatre": "🎭",
+        "artwork": "🎨 ",
         "gallery": "🖼",
-        "museum": "",
+        "museum": "🏛 ",
         "theme_park": ""
     }
 }
diff --git a/tourism_attractions.json b/tourism_attractions.json
index 0e964fe..538101a 100644
--- a/tourism_attractions.json
+++ b/tourism_attractions.json
@@ -27,7 +27,7 @@
     },
     "const": {
         "aquarium": "🐟",
-        "artwork": "🛌",
+        "artwork": "🎨 ",
         "attraction": "",
         "gallery": "🖼",
         "museum": "",