From f03ad5a0e92b8614187ff54c62c3ea12253db0cc Mon Sep 17 00:00:00 2001 From: vcoppe Date: Sun, 24 May 2026 00:04:09 +0200 Subject: [PATCH] colored track casing --- website/src/lib/assets/custom/topo.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/src/lib/assets/custom/topo.json b/website/src/lib/assets/custom/topo.json index fbf8a4aeb..93c7f386d 100644 --- a/website/src/lib/assets/custom/topo.json +++ b/website/src/lib/assets/custom/topo.json @@ -878,14 +878,14 @@ ], "layout": {"line-cap": "round", "line-join": "round"}, "paint": { - "line-color": "#cfcdca", + "line-color": ["match", ["get", "class"], ["service"], "#cfcdca", "hsl(47,61%,51%,70%)"], "line-width": [ "interpolate", ["exponential", 1.2], ["zoom"], - 15, + 12, 1, - 16, + 15, 4, 20, 11 @@ -1196,9 +1196,9 @@ "interpolate", ["exponential", 1.2], ["zoom"], - 15.5, - 0, - 16, + 12, + 0.5, + 15, 2, 20, 7.5