|
|
@ -40,7 +40,7 @@ |
|
|
|
" <line x1='2' x2='7' y1='2' y2='13' style='stroke-width: 2; stroke: #000000; stroke-linecap: round;'/>", |
|
|
|
" <line x1='7' x2='2' y1='2' y2='13' style='stroke-width: 2; stroke: #000000; stroke-linecap: round;'/>", |
|
|
|
"</svg>", |
|
|
|
"{% elseif tags.railway not in [ 'rail', 'tram', 'subway', 'narrow_gauge', 'abandoned', 'disused' ] %}", |
|
|
|
"{% elseif tags.railway not in [ 'rail', 'tram', 'subway', 'narrow_gauge', 'abandoned', 'disused', 'light_rail' ] %}", |
|
|
|
"{{ markerPointer({})|raw }}", |
|
|
|
"{% endif %}" |
|
|
|
], |
|
|
@ -81,7 +81,10 @@ |
|
|
|
], |
|
|
|
"color": "{% if tags.railway == 'rail' or tags.railway == 'narrow_gauge' or tags.railway == 'disused' %}{% if tags.usage == 'main' %}#ff8100{% elseif tags.usage == 'branch' %}#daca00{% else %}#000000{% endif %}{% elseif tags.railway == 'subway' %}#0000ff{% elseif tags.railway == 'tram' %}#ff00ff{% elseif tags.railway == 'light_rail' %}#00BD14{% elseif tags.railway == 'platform' %}#3f3f3f{% else %}#000000{% endif %}", |
|
|
|
"opacity": "1", |
|
|
|
"dashArray": "{% if tags.railway == 'rail' %}{% elseif tags.railway == 'disused' %}1,5{% elseif tags.railway == 'abandoned' %}1,7{% endif %}", |
|
|
|
"dashArray": [ |
|
|
|
"{% if tags.railway == 'rail' %}{% elseif tags.railway == 'disused' %}1,5{% elseif tags.railway == 'abandoned' %}1,7{% endif %}", |
|
|
|
"{% if tags.tunnel %}5,5{% endif %}" |
|
|
|
], |
|
|
|
"fill": [ |
|
|
|
"{% if tags.railway == 'platform' %}", |
|
|
|
"1", |
|
|
@ -142,4 +145,4 @@ |
|
|
|
"{% endif %}", |
|
|
|
"</table>" |
|
|
|
] |
|
|
|
} |
|
|
|
} |