|
@ -21,16 +21,16 @@ |
|
|
"{%endif %}", |
|
|
"{%endif %}", |
|
|
"", |
|
|
"", |
|
|
"{% if tags.service == 'yard' or tags.service == 'siding' or tags.service == 'spur' or tags.service == 'crossover' %}", |
|
|
"{% if tags.service == 'yard' or tags.service == 'siding' or tags.service == 'spur' or tags.service == 'crossover' %}", |
|
|
" {% set weight=2 %}", |
|
|
|
|
|
|
|
|
" {% set width=2 %}", |
|
|
" {% else %}", |
|
|
" {% else %}", |
|
|
" {% if tags.railway == 'rail' %}", |
|
|
" {% if tags.railway == 'rail' %}", |
|
|
" {% if tags.usage == 'main' or tags.usage == 'branch' %}", |
|
|
" {% if tags.usage == 'main' or tags.usage == 'branch' %}", |
|
|
" {% set weight=3 %}", |
|
|
|
|
|
|
|
|
" {% set width=3 %}", |
|
|
" {% else %}", |
|
|
" {% else %}", |
|
|
" {% set weight=2.5 %}", |
|
|
|
|
|
|
|
|
" {% set width=2.5 %}", |
|
|
" {% endif %}", |
|
|
" {% endif %}", |
|
|
" {% else %}", |
|
|
" {% else %}", |
|
|
" {% set weight=2 %}", |
|
|
|
|
|
|
|
|
" {% set width=2 %}", |
|
|
" {% endif %}", |
|
|
" {% endif %}", |
|
|
"{% endif %}" |
|
|
"{% endif %}" |
|
|
], |
|
|
], |
|
@ -57,7 +57,7 @@ |
|
|
"styles": "casing,default", |
|
|
"styles": "casing,default", |
|
|
"priority": "{% if tags.railway == 'station' %}0{% elseif tags.railway in [ 'halt', 'tram_stop' ] %}1{% else %}5{% endif %}", |
|
|
"priority": "{% if tags.railway == 'station' %}0{% elseif tags.railway in [ 'halt', 'tram_stop' ] %}1{% else %}5{% endif %}", |
|
|
"style": { |
|
|
"style": { |
|
|
"weight": "{{ weight }}", |
|
|
|
|
|
|
|
|
"width": "{{ width }}", |
|
|
"lineCap": "butt", |
|
|
"lineCap": "butt", |
|
|
"color": "{{ color }}", |
|
|
"color": "{{ color }}", |
|
|
"opacity": "1", |
|
|
"opacity": "1", |
|
@ -71,7 +71,7 @@ |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
"style:casing": { |
|
|
"style:casing": { |
|
|
"weight": "{{ weight }}", |
|
|
|
|
|
|
|
|
"width": "{{ width }}", |
|
|
"color": "white", |
|
|
"color": "white", |
|
|
"opacity": "1", |
|
|
"opacity": "1", |
|
|
"fill": null |
|
|
"fill": null |
|
@ -81,13 +81,13 @@ |
|
|
"<table>", |
|
|
"<table>", |
|
|
" {% set color = '#000000' %}", |
|
|
" {% set color = '#000000' %}", |
|
|
" <tr>", |
|
|
" <tr>", |
|
|
" <td>{{ markerLine({ 'weight': 3, 'color': color })|raw }}</td>", |
|
|
|
|
|
|
|
|
" <td>{{ markerLine({ 'width': 3, 'color': color })|raw }}</td>", |
|
|
" <td>{{ trans('not electrified') }}</td>", |
|
|
" <td>{{ trans('not electrified') }}</td>", |
|
|
" </tr>", |
|
|
" </tr>", |
|
|
"{% for i in range(0, 1000, 200) %}", |
|
|
"{% for i in range(0, 1000, 200) %}", |
|
|
" {% set color = colorInterpolate([ '#00ff00', 'blue' ], i / 1000) %}", |
|
|
" {% set color = colorInterpolate([ '#00ff00', 'blue' ], i / 1000) %}", |
|
|
" <tr>", |
|
|
" <tr>", |
|
|
" <td>{{ markerLine({ 'weight': 3, 'color': color })|raw }}</td>", |
|
|
|
|
|
|
|
|
" <td>{{ markerLine({ 'width': 3, 'color': color })|raw }}</td>", |
|
|
" <td>{{ i }}V</td>", |
|
|
" <td>{{ i }}V</td>", |
|
|
" </tr>", |
|
|
" </tr>", |
|
|
"{% endfor %}", |
|
|
"{% endfor %}", |
|
@ -95,18 +95,18 @@ |
|
|
"{% for i in range(3000, 25000, 2000) %}", |
|
|
"{% for i in range(3000, 25000, 2000) %}", |
|
|
" {% set color = colorInterpolate([ 'blue', 'red' ], (i - 1000) / 24000) %}", |
|
|
" {% set color = colorInterpolate([ 'blue', 'red' ], (i - 1000) / 24000) %}", |
|
|
" <tr>", |
|
|
" <tr>", |
|
|
" <td>{{ markerLine({ 'weight': 3, 'color': color })|raw }}</td>", |
|
|
|
|
|
|
|
|
" <td>{{ markerLine({ 'width': 3, 'color': color })|raw }}</td>", |
|
|
" <td>{{ i }}V</td>", |
|
|
" <td>{{ i }}V</td>", |
|
|
" </tr>", |
|
|
" </tr>", |
|
|
"{% endfor %}", |
|
|
"{% endfor %}", |
|
|
"", |
|
|
"", |
|
|
" <tr>", |
|
|
" <tr>", |
|
|
" <td>{{ markerLine({ 'weight': 3, 'color': color })|raw }}</td>", |
|
|
|
|
|
|
|
|
" <td>{{ markerLine({ 'width': 3, 'color': color })|raw }}</td>", |
|
|
" <td>{{ trans('direct current') }}</td>", |
|
|
" <td>{{ trans('direct current') }}</td>", |
|
|
" </tr>", |
|
|
" </tr>", |
|
|
"", |
|
|
"", |
|
|
" <tr>", |
|
|
" <tr>", |
|
|
" <td>{{ markerLine({ 'styles': [ 'casing', 'default' ], 'style:casing': { 'weight': 3, 'color': 'white' }, 'style': { 'weight': '3', 'dashArray': '5,2', 'lineCap': 'butt', 'color': color } })|raw }}</td>", |
|
|
|
|
|
|
|
|
" <td>{{ markerLine({ 'styles': [ 'casing', 'default' ], 'style:casing': { 'width': 3, 'color': 'white' }, 'style': { 'width': '3', 'dashArray': '5,2', 'lineCap': 'butt', 'color': color } })|raw }}</td>", |
|
|
" <td>{{ trans('alternating current') }}</td>", |
|
|
" <td>{{ trans('alternating current') }}</td>", |
|
|
" </tr>", |
|
|
" </tr>", |
|
|
"</table>" |
|
|
"</table>" |
|
|