mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-05-27 02:25:10 +00:00
colored track casing
This commit is contained in:
@@ -878,14 +878,14 @@
|
|||||||
],
|
],
|
||||||
"layout": {"line-cap": "round", "line-join": "round"},
|
"layout": {"line-cap": "round", "line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "#cfcdca",
|
"line-color": ["match", ["get", "class"], ["service"], "#cfcdca", "hsl(47,61%,51%,70%)"],
|
||||||
"line-width": [
|
"line-width": [
|
||||||
"interpolate",
|
"interpolate",
|
||||||
["exponential", 1.2],
|
["exponential", 1.2],
|
||||||
["zoom"],
|
["zoom"],
|
||||||
15,
|
12,
|
||||||
1,
|
1,
|
||||||
16,
|
15,
|
||||||
4,
|
4,
|
||||||
20,
|
20,
|
||||||
11
|
11
|
||||||
@@ -1196,9 +1196,9 @@
|
|||||||
"interpolate",
|
"interpolate",
|
||||||
["exponential", 1.2],
|
["exponential", 1.2],
|
||||||
["zoom"],
|
["zoom"],
|
||||||
15.5,
|
12,
|
||||||
0,
|
0.5,
|
||||||
16,
|
15,
|
||||||
2,
|
2,
|
||||||
20,
|
20,
|
||||||
7.5
|
7.5
|
||||||
|
|||||||
Reference in New Issue
Block a user