diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-05 01:38:13 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-05 01:38:13 +0100 |
| commit | cde15534041499a0baf4153476805ee7f2db7f0d (patch) | |
| tree | 33617fa52bf17ff901a6982c8d784304cbe9e0cc /src/frontend/public/maps/spritesheet/sprite.json | |
| parent | 6bc0b28d68f9b4d2779cea403e4af987d6e9dd0e (diff) | |
Support for Ourense!!
Squashed commit of the following:
commit 6c70396fe66ff8bc64655dd8e8c393001d2df8c3
Author: Ariel Costas Guerrero <ariel@costas.dev>
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 <ariel@costas.dev>
Date: Thu Mar 5 01:30:46 2026 +0100
Update sprite and map colours
commit cc3662922d8cf7d8d87c52444bc582c8332160c1
Author: Ariel Costas Guerrero <ariel@costas.dev>
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
Diffstat (limited to 'src/frontend/public/maps/spritesheet/sprite.json')
| -rw-r--r-- | src/frontend/public/maps/spritesheet/sprite.json | 16 |
1 files changed, 12 insertions, 4 deletions
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, |
