diff --git a/pt.json b/pt.json
index 29cbfa7..aee7bc3 100644
--- a/pt.json
+++ b/pt.json
@@ -65,12 +65,13 @@
],
"description": "{{ tagTrans('route', tags.route) }}",
"body": [
- "
Stops {{ map.zoom }}
",
+ "Stops
",
"{% for member in members %}",
"{% if member.role|slice(-4) == 'stop' %}",
- "{{ member.tags.name }}
",
+ "- {{ member.tags.name|default(member.id) }}
",
"{% endif %}",
- "{% endfor %}"
+ "{% endfor %}",
+ "
"
],
"listStopsExclude": "true",
"listRoutesMarkerSign": "{{ const[tags.route].sign|raw }}",
@@ -87,11 +88,15 @@
"width": "{% if map.zoom>=15 %}5{% else %}3{% endif %}"
},
"title": "{% if tags.public_transport == 'stop_position' %}{{ tags.name }}{% endif %}",
- "listStopsTitle": "{{ tags.name }}
{% for master in masters %}{{ master.tags.ref }} {% endfor %}",
+ "listStopsTitle": "{{ tags.name }}",
+ "listStopsDescription": "{% for master in masters %}{{ master.tags.ref }} {% endfor %}",
"body": [
+ "Routes
",
+ ""
],
"listRoutesExclude": "true",
"listStopsExclude": "{% set isStop = 0 %}{% for master in masters %}{% if master.role|slice(-4) == 'stop' %}{% set isStop = 1 %}{% endif %}{% endfor %}{{ not isStop }}"