Browse Source

pt: fixes

pt
parent
commit
8c4fc6f64e
  1. 7
      pt.json

7
pt.json

@ -49,17 +49,14 @@
], ],
"listMarkerSign": "{{ const[tags.route].sign|raw }}", "listMarkerSign": "{{ const[tags.route].sign|raw }}",
"markerSymbol": null, "markerSymbol": null,
"listMarkerSymbol": "{{ markerCircle({fillColor:const[tags.route].color})|raw }}",
"style": {
"color": "{{ const[tags.route].color }}"
}
"listMarkerSymbol": "{{ markerCircle({fillColor:const[tags.route].color})|raw }}"
}, },
"memberFeature": { "memberFeature": {
"listMarkerSymbol": "{{ markerCircle({})|raw }}", "listMarkerSymbol": "{{ markerCircle({})|raw }}",
"style": { "style": {
"color": [ "color": [
"{% set master = masters[0] %}", "{% set master = masters[0] %}",
"{{ {'subway':'#0000ff','tram':'#007fff','trolley':'#ff007f','bus':'#ff0000'}[master.tags.route]|default('#000000') }}"
"{{ const[master.tags.route].color|default('#ff0000') }}"
], ],
"width": "{% if map.zoom>=15 %}5{% else %}3{% endif %}" "width": "{% if map.zoom>=15 %}5{% else %}3{% endif %}"
}, },

Loading…
Cancel
Save