From 9ee5ae183ac4c93b9ce5ed08d92d240edb1d19c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?=
 <plepe@noreply.openstreetbrowser.org>
Date: Wed, 7 Mar 2018 07:04:39 +0100
Subject: [PATCH] Tourism Attractions: map key, translate 'other'

---
 tourism_attractions.json | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/tourism_attractions.json b/tourism_attractions.json
index 480b1859a..5299380ef 100644
--- a/tourism_attractions.json
+++ b/tourism_attractions.json
@@ -38,6 +38,10 @@
         "    <td>{{ tagTrans('tourism', value) }}</td>",
         "  </tr>",
         "{% endfor %}",
+        "  <tr>",
+        "    <td>{{ markerCircle({})|raw }}<div class='sign'></div></td>",
+        "    <td>{{ trans('other') }}</td>",
+        "  </tr>",
         "</table>"
     ],
     "const": {
@@ -49,7 +53,6 @@
         "picnic_site": "<img src='maki:picnic-site'>",
         "theme_park": "<img src='maki:amusement-park'>",
         "viewpoint": "<i class='fa fa-eye' aria-hidden='true'></i>",
-        "zoo": "🦁",
-        "other": ""
+        "zoo": "🦁"
     }
-}
+}
\ No newline at end of file