diff options
Diffstat (limited to 'src/frontend/app/routes/map.tsx')
| -rw-r--r-- | src/frontend/app/routes/map.tsx | 14 |
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, + ], }} /> |
