Browse Source

pt: fixes

pt
parent
commit
034d0c448b
  1. 3
      pt.json

3
pt.json

@ -113,7 +113,7 @@
"{% set color = const[aRoute.tags.route].color %}" "{% set color = const[aRoute.tags.route].color %}"
], ],
"listStopsMarkerSymbol": "{{ markerCircle({ width: 5, color: color, fillOpacity: '1', radius: 3 })|raw }}", "listStopsMarkerSymbol": "{{ markerCircle({ width: 5, color: color, fillOpacity: '1', radius: 3 })|raw }}",
"listStopsMarkerSign": " ",
"listStopsMarkerSign": "",
"styles": "{% if isStop %}stop{% elseif isWay %}way{% else %}{% endif %}", "styles": "{% if isStop %}stop{% elseif isWay %}way{% else %}{% endif %}",
"style:way": { "style:way": {
"color": [ "color": [
@ -142,7 +142,6 @@
" {% if master.tags.public_transport != 'stop_area' %}", " {% if master.tags.public_transport != 'stop_area' %}",
" <li data-object=\"{{ master.id }}\"><b>{{ master.tags.name|default(master.tags.ref) }}</li>", " <li data-object=\"{{ master.id }}\"><b>{{ master.tags.name|default(master.tags.ref) }}</li>",
" {% endif %}", " {% endif %}",
" {{ master.role }}",
"{% endfor %}", "{% endfor %}",
"</ul>" "</ul>"
], ],

Loading…
Cancel
Save