From 12cb84eb952efb845fa79fee4a32e8f3cedd9690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Thu, 26 Jul 2018 22:10:34 +0200 Subject: [PATCH] pt: fixes --- pt.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pt.json b/pt.json index 0843303..65afdd6 100644 --- a/pt.json +++ b/pt.json @@ -113,7 +113,7 @@ "{% set color = const[aRoute.tags.route].color %}" ], "listStopsMarkerSymbol": "{{ markerCircle({ width: 5, color: color, fillOpacity: '1', radius: 3 })|raw }}", - "listStopsMarkerSign": " ", + "listStopsMarkerSign": "", "styles": "{% if isStop %}stop{% elseif isWay %}way{% else %}{% endif %}", "style:way": { "color": [ @@ -142,7 +142,6 @@ " {% if master.tags.public_transport != 'stop_area' %}", "
  • {{ master.tags.name|default(master.tags.ref) }}
  • ", " {% endif %}", - " {{ master.role }}", "{% endfor %}", "" ],