From cde15534041499a0baf4153476805ee7f2db7f0d Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 5 Mar 2026 01:38:13 +0100 Subject: Support for Ourense!! Squashed commit of the following: commit 6c70396fe66ff8bc64655dd8e8c393001d2df8c3 Author: Ariel Costas Guerrero Date: Thu Mar 5 01:35:52 2026 +0100 feat: enhance stop sorting logic for bus and coach in map component commit 380396c78a0b9dc8b0435a479236031e0910b57e Author: Ariel Costas Guerrero Date: Thu Mar 5 01:30:46 2026 +0100 Update sprite and map colours commit cc3662922d8cf7d8d87c52444bc582c8332160c1 Author: Ariel Costas Guerrero Date: Thu Mar 5 01:02:22 2026 +0100 update ourense colour codes and refactor route fetching logic commit a2d8e8b0ecc57989dc79214947ed805d98ebddaa Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Wed Mar 4 23:42:49 2026 +0000 feat: add ourense urban bus feed (schedule-only, no real-time) Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> commit 639a9cf75a71dabc07d1cdf2b39edfd264ccc220 Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Wed Mar 4 23:35:44 2026 +0000 Initial plan --- src/frontend/public/maps/spritesheet/sprite.json | 16 ++++++++++++---- src/frontend/public/maps/spritesheet/sprite.png | Bin 6134 -> 6208 bytes src/frontend/public/maps/spritesheet/sprite@2x.json | 16 ++++++++++++---- src/frontend/public/maps/spritesheet/sprite@2x.png | Bin 13742 -> 14126 bytes 4 files changed, 24 insertions(+), 8 deletions(-) (limited to 'src/frontend/public/maps') diff --git a/src/frontend/public/maps/spritesheet/sprite.json b/src/frontend/public/maps/spritesheet/sprite.json index 3875080..48e7554 100644 --- a/src/frontend/public/maps/spritesheet/sprite.json +++ b/src/frontend/public/maps/spritesheet/sprite.json @@ -23,9 +23,17 @@ "height": 32, "pixelRatio": 1 }, + "stop-ourense": { + "id": "stop-ourense", + "x": 96, + "y": 0, + "width": 32, + "height": 32, + "pixelRatio": 1 + }, "stop-xunta": { "id": "stop-xunta", - "x": 96, + "x": 128, "y": 0, "width": 32, "height": 32, @@ -33,7 +41,7 @@ }, "stop-renfe": { "id": "stop-renfe", - "x": 128, + "x": 160, "y": 0, "width": 32, "height": 32, @@ -41,7 +49,7 @@ }, "stop-feve": { "id": "stop-feve", - "x": 160, + "x": 192, "y": 0, "width": 32, "height": 32, @@ -49,7 +57,7 @@ }, "stop-generic": { "id": "stop-generic", - "x": 192, + "x": 224, "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 1878558..fd13c62 100644 Binary files a/src/frontend/public/maps/spritesheet/sprite.png and b/src/frontend/public/maps/spritesheet/sprite.png differ diff --git a/src/frontend/public/maps/spritesheet/sprite@2x.json b/src/frontend/public/maps/spritesheet/sprite@2x.json index ef3c53c..28dd220 100644 --- a/src/frontend/public/maps/spritesheet/sprite@2x.json +++ b/src/frontend/public/maps/spritesheet/sprite@2x.json @@ -23,9 +23,17 @@ "height": 64, "pixelRatio": 2 }, + "stop-ourense": { + "id": "stop-ourense", + "x": 192, + "y": 0, + "width": 64, + "height": 64, + "pixelRatio": 2 + }, "stop-xunta": { "id": "stop-xunta", - "x": 192, + "x": 256, "y": 0, "width": 64, "height": 64, @@ -33,7 +41,7 @@ }, "stop-renfe": { "id": "stop-renfe", - "x": 256, + "x": 320, "y": 0, "width": 64, "height": 64, @@ -41,7 +49,7 @@ }, "stop-feve": { "id": "stop-feve", - "x": 320, + "x": 384, "y": 0, "width": 64, "height": 64, @@ -49,7 +57,7 @@ }, "stop-generic": { "id": "stop-generic", - "x": 384, + "x": 448, "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 d676b56..f431b7f 100644 Binary files a/src/frontend/public/maps/spritesheet/sprite@2x.png and b/src/frontend/public/maps/spritesheet/sprite@2x.png differ -- cgit v1.3