aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/routes/map.tsx
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-03-22 00:04:11 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-03-22 00:04:11 +0100
commit53c3c0293bbacefb9ed0d56f61695f0b76a9f385 (patch)
treef634d7ecbbf04e18c9b302dc201851cb5a1ed27d /src/frontend/app/routes/map.tsx
parentf1b0b5f7ceaf6d23ae347e12cf29eef617c7dc9b (diff)
Urbanos de Lugo
Diffstat (limited to 'src/frontend/app/routes/map.tsx')
-rw-r--r--src/frontend/app/routes/map.tsx14
1 files changed, 13 insertions, 1 deletions
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,
+ ],
}}
/>