From 9ee5ae183ac4c93b9ce5ed08d92d240edb1d19c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= 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 480b185..5299380 100644 --- a/tourism_attractions.json +++ b/tourism_attractions.json @@ -38,6 +38,10 @@ " {{ tagTrans('tourism', value) }}", " ", "{% endfor %}", + " ", + " {{ markerCircle({})|raw }}
", + " {{ trans('other') }}", + " ", "" ], "const": { @@ -49,7 +53,6 @@ "picnic_site": "", "theme_park": "", "viewpoint": "", - "zoo": "🦁", - "other": "" + "zoo": "🦁" } -} +} \ No newline at end of file