|
|
@ -168,7 +168,7 @@ |
|
|
|
"pattern-offset": "{% if dirBackward %}4{% else %}30.5{% endif %}", |
|
|
|
"pattern-polygon": "true", |
|
|
|
"pattern-angleCorrection": "{% if dirBackward %}180{% else %}0{% endif %}", |
|
|
|
"pattern-path-weight": "0", |
|
|
|
"pattern-path-width": "0", |
|
|
|
"pattern-path-fillOpacity": "1", |
|
|
|
"pattern-path-color": "{{ color|default('#ff0000') }}" |
|
|
|
}, |
|
|
@ -186,7 +186,7 @@ |
|
|
|
"pattern-offset": "{% if hover == 'backward' %}4{% else %}30.5{% endif %}", |
|
|
|
"pattern-polygon": "true", |
|
|
|
"pattern-angleCorrection": "{% if hover == 'backward' %}180{% else %}0{% endif %}", |
|
|
|
"pattern-path-weight": "0", |
|
|
|
"pattern-path-width": "0", |
|
|
|
"pattern-path-fillOpacity": "1", |
|
|
|
"pattern-path-color": "black" |
|
|
|
}, |
|
|
@ -204,7 +204,7 @@ |
|
|
|
"pattern-offset": "{% if selected == 'backward' %}4{% else %}30.5{% endif %}", |
|
|
|
"pattern-polygon": "true", |
|
|
|
"pattern-angleCorrection": "{% if selected == 'backward' %}180{% else %}0{% endif %}", |
|
|
|
"pattern-path-weight": "0", |
|
|
|
"pattern-path-width": "0", |
|
|
|
"pattern-path-fillOpacity": "1", |
|
|
|
"pattern-path-color": "#3f3f3f" |
|
|
|
} |
|
|
|