From ece50087985eecd85b4166666ff809705335325d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sun, 5 Aug 2018 07:55:44 +0200 Subject: [PATCH] pt: route icons in stop/way popup --- pt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt.json b/pt.json index bf8ca22..6dd8884 100644 --- a/pt.json +++ b/pt.json @@ -127,7 +127,7 @@ "{% for master in masters %}", " {% if master.tags.public_transport != 'stop_area' %}", "
  • ", - "
    {{ markerLine({ width: 4, color: const[master.tags.route].color })|raw }}
    ", + "
    {{ markerCircle({fillColor:const[master.tags.route].color})|raw }}
    {{ const[master.tags.route].sign|raw }}
    ", " {% if master.tags.ref and master.tags.name %}{{ master.tags.ref }} - {{ master.tags.name|default(master.tags.ref) }}{% elseif master.tags.ref %}{{ master.tags.ref }}{% elseif master.tags.name %}{{ master.tags.name }}{% else %}{{ trans('unnamed') }}{% endif %}", " {{ tagTrans('route', master.tags.route) }}", "
  • ",