aboutsummaryrefslogtreecommitdiff
path: root/src/frontend
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
parentf1b0b5f7ceaf6d23ae347e12cf29eef617c7dc9b (diff)
Urbanos de Lugo
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/app/routes/favourites.tsx1
-rw-r--r--src/frontend/app/routes/map.tsx14
-rw-r--r--src/frontend/app/routes/routes.tsx1
-rw-r--r--src/frontend/public/maps/spritesheet/sprite.json16
-rw-r--r--src/frontend/public/maps/spritesheet/sprite.pngbin6208 -> 7288 bytes
-rw-r--r--src/frontend/public/maps/spritesheet/sprite@2x.json16
-rw-r--r--src/frontend/public/maps/spritesheet/sprite@2x.pngbin14126 -> 16564 bytes
7 files changed, 39 insertions, 9 deletions
diff --git a/src/frontend/app/routes/favourites.tsx b/src/frontend/app/routes/favourites.tsx
index 9632123..3d786b6 100644
--- a/src/frontend/app/routes/favourites.tsx
+++ b/src/frontend/app/routes/favourites.tsx
@@ -35,6 +35,7 @@ export default function Favourites() {
"tranvias",
"tussa",
"ourense",
+ "lugo",
"feve",
"shuttle",
];
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,
+ ],
}}
/>
diff --git a/src/frontend/app/routes/routes.tsx b/src/frontend/app/routes/routes.tsx
index 6f07571..57dfe00 100644
--- a/src/frontend/app/routes/routes.tsx
+++ b/src/frontend/app/routes/routes.tsx
@@ -31,6 +31,7 @@ export default function RoutesPage() {
"tranvias",
"tussa",
"ourense",
+ "lugo",
"feve",
"shuttle",
];
diff --git a/src/frontend/public/maps/spritesheet/sprite.json b/src/frontend/public/maps/spritesheet/sprite.json
index 48e7554..ee51274 100644
--- a/src/frontend/public/maps/spritesheet/sprite.json
+++ b/src/frontend/public/maps/spritesheet/sprite.json
@@ -31,9 +31,17 @@
"height": 32,
"pixelRatio": 1
},
+ "stop-lugo": {
+ "id": "stop-lugo",
+ "x": 128,
+ "y": 0,
+ "width": 32,
+ "height": 32,
+ "pixelRatio": 1
+ },
"stop-xunta": {
"id": "stop-xunta",
- "x": 128,
+ "x": 160,
"y": 0,
"width": 32,
"height": 32,
@@ -41,7 +49,7 @@
},
"stop-renfe": {
"id": "stop-renfe",
- "x": 160,
+ "x": 192,
"y": 0,
"width": 32,
"height": 32,
@@ -49,7 +57,7 @@
},
"stop-feve": {
"id": "stop-feve",
- "x": 192,
+ "x": 224,
"y": 0,
"width": 32,
"height": 32,
@@ -57,7 +65,7 @@
},
"stop-generic": {
"id": "stop-generic",
- "x": 224,
+ "x": 256,
"y": 0,
"width": 32,
"height": 32,
diff --git a/src/frontend/public/maps/spritesheet/sprite.png b/src/frontend/public/maps/spritesheet/sprite.png
index fd13c62..f23cd41 100644
--- a/src/frontend/public/maps/spritesheet/sprite.png
+++ b/src/frontend/public/maps/spritesheet/sprite.png
Binary files differ
diff --git a/src/frontend/public/maps/spritesheet/sprite@2x.json b/src/frontend/public/maps/spritesheet/sprite@2x.json
index 28dd220..5a09edf 100644
--- a/src/frontend/public/maps/spritesheet/sprite@2x.json
+++ b/src/frontend/public/maps/spritesheet/sprite@2x.json
@@ -31,9 +31,17 @@
"height": 64,
"pixelRatio": 2
},
+ "stop-lugo": {
+ "id": "stop-lugo",
+ "x": 256,
+ "y": 0,
+ "width": 64,
+ "height": 64,
+ "pixelRatio": 2
+ },
"stop-xunta": {
"id": "stop-xunta",
- "x": 256,
+ "x": 320,
"y": 0,
"width": 64,
"height": 64,
@@ -41,7 +49,7 @@
},
"stop-renfe": {
"id": "stop-renfe",
- "x": 320,
+ "x": 384,
"y": 0,
"width": 64,
"height": 64,
@@ -49,7 +57,7 @@
},
"stop-feve": {
"id": "stop-feve",
- "x": 384,
+ "x": 448,
"y": 0,
"width": 64,
"height": 64,
@@ -57,7 +65,7 @@
},
"stop-generic": {
"id": "stop-generic",
- "x": 448,
+ "x": 512,
"y": 0,
"width": 64,
"height": 64,
diff --git a/src/frontend/public/maps/spritesheet/sprite@2x.png b/src/frontend/public/maps/spritesheet/sprite@2x.png
index f431b7f..4b71f72 100644
--- a/src/frontend/public/maps/spritesheet/sprite@2x.png
+++ b/src/frontend/public/maps/spritesheet/sprite@2x.png
Binary files differ