From 53c3c0293bbacefb9ed0d56f61695f0b76a9f385 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 22 Mar 2026 00:04:11 +0100 Subject: Urbanos de Lugo --- src/frontend/app/routes/map.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/frontend/app/routes/map.tsx') diff --git a/src/frontend/app/routes/map.tsx b/src/frontend/app/routes/map.tsx index efc97e4..0aceec7 100644 --- a/src/frontend/app/routes/map.tsx +++ b/src/frontend/app/routes/map.tsx @@ -586,6 +586,8 @@ export default function StopMap() { "#E61C29", "ourense", "#ffb319", + "lugo", + "#FDC609", "xunta", "#007BC4", "renfe", @@ -599,9 +601,19 @@ export default function StopMap() { ["get", "feed"], "ourense", "#000000", + "lugo", + "#000000", "#FFF", ], - "text-halo-width": ["match", ["get", "feed"], "ourense", 1.5, 1], + "text-halo-width": [ + "match", + ["get", "feed"], + "ourense", + 1.5, + "lugo", + 1.5, + 1, + ], }} /> -- cgit v1.3