<feed xmlns='http://www.w3.org/2005/Atom'>
<title>enmarcha.git/src/frontend/public/maps, branch copilot/improve-route-details-visualisation</title>
<subtitle>The ultimate public transit application for Galicia (Spain)
</subtitle>
<id>https://git.costas.dev/arielcostas/enmarcha.git/atom?h=copilot%2Fimprove-route-details-visualisation</id>
<link rel='self' href='https://git.costas.dev/arielcostas/enmarcha.git/atom?h=copilot%2Fimprove-route-details-visualisation'/>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/'/>
<updated>2026-02-25T15:13:24Z</updated>
<entry>
<title>Include back the building-top without 'shadows'</title>
<updated>2026-02-25T15:13:24Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2026-02-25T15:13:24Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=ae36a9e4a8a4dad3c14d8bb254d92778279c5c89'/>
<id>urn:sha1:ae36a9e4a8a4dad3c14d8bb254d92778279c5c89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename a lot of stuff, add Santiago real time</title>
<updated>2025-12-28T23:41:52Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-28T23:41:52Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=a304c24b32c0327436bbd8c2853e60668e161b42'/>
<id>urn:sha1:a304c24b32c0327436bbd8c2853e60668e161b42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix shit with map</title>
<updated>2025-12-25T01:10:25Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-25T01:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=843cfb208849d652da16e943247057cf5a251254'/>
<id>urn:sha1:843cfb208849d652da16e943247057cf5a251254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update icons again</title>
<updated>2025-12-25T00:53:12Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-25T00:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=800fd816132c38617b2cc16f4eecf95f38d09841'/>
<id>urn:sha1:800fd816132c38617b2cc16f4eecf95f38d09841</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement loading stops as tiles from OTP</title>
<updated>2025-12-19T12:06:27Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-19T12:06:27Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=2a9aca302485bc08f5b2dd2a54987de6f80fc338'/>
<id>urn:sha1:2a9aca302485bc08f5b2dd2a54987de6f80fc338</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix icons not transparent</title>
<updated>2025-12-07T22:50:31Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-07T22:50:31Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=579f61a84c351e8c2e0f1e3962d1969541ca39fa'/>
<id>urn:sha1:579f61a84c351e8c2e0f1e3962d1969541ca39fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement Renfe data source</title>
<updated>2025-12-07T22:37:38Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-12-07T22:33:10Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=a1d589c1a0d5a5010e5fe4e8a1ec403ffafb289f'/>
<id>urn:sha1:a1d589c1a0d5a5010e5fe4e8a1ec403ffafb289f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor street name processing and remove unused stop downloader script</title>
<updated>2025-11-30T18:17:02Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-30T18:17:02Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=cee521142a4e0673b155d97c3e4825b7fec1987f'/>
<id>urn:sha1:cee521142a4e0673b155d97c3e4825b7fec1987f</id>
<content type='text'>
- Updated `street_name.py` to simplify street name handling by removing the `re_remove_street_type` regex and exception streets list, replacing them with a dictionary for name replacements.
- Deleted the `download-stops.py` script from the Santiago stop downloader, which was no longer needed.
- Removed the empty `.gitkeep` file from the overrides directory.
- Added a new `VigoController` class to handle stop estimates and timetables, including error handling for missing data.
- Introduced `LineFormatterService` to format circulation routes based on specific line conditions.
</content>
</entry>
<entry>
<title>Fix 3  errors in JS console</title>
<updated>2025-11-22T19:26:11Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-22T19:26:11Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=ba7534e242c1c7b620c106407db94ef065b1a246'/>
<id>urn:sha1:ba7534e242c1c7b620c106407db94ef065b1a246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some UI tweaks</title>
<updated>2025-11-19T11:40:48Z</updated>
<author>
<name>Ariel Costas Guerrero</name>
<email>ariel@costas.dev</email>
</author>
<published>2025-11-19T11:40:48Z</published>
<link rel='alternate' type='text/html' href='https://git.costas.dev/arielcostas/enmarcha.git/commit/?id=d434204860fc0409ad6343e815d0057b97ce3573'/>
<id>urn:sha1:d434204860fc0409ad6343e815d0057b97ce3573</id>
<content type='text'>
</content>
</entry>
</feed>
