From ecd3c20969b9579b8e6f09316985f9d30db121c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Mon, 17 Jul 2017 22:21:03 +0200 Subject: [PATCH] fix public --- public.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public.json b/public.json index 7417e0a..b9a3763 100644 --- a/public.json +++ b/public.json @@ -8,7 +8,7 @@ "feature": { "title": "{{ tags.name|default(tags.operator)|default(tagTrans('amenity', tags.amenity)) }}", "markerSign": "{% if tags.amenity=='post_office' %}🏤{% elseif tags.amenity=='post_box'%}📮{% elseif tags.amenity=='internet_cafe' %}💻{% elseif tags.amenity=='telephone' %}✆{% endif %}", - "body": "{{ tagTrans('amenity', tags.amenity) }}
{% if tags.operator %}{{ tagTrans('operator'): {{ tags.operator }}
{% endif %}", + "body": "{{ tagTrans('amenity', tags.amenity) }}
{% if tags.operator %}{{ tagTrans('operator') }}: {{ tags.operator }}
{% endif %}", "description": "{{ tagTrans('amenity', tags.amenity) }}" } }