From 034d0c448b72734fef0a5e5f21823b269b8c1c79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
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' %}",
             "  <li data-object=\"{{ master.id }}\"><b>{{ master.tags.name|default(master.tags.ref) }}</li>",
             "  {% endif %}",
-            "  {{ master.role }}",
             "{% endfor %}",
             "</ul>"
         ],