diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-20 21:37:10 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-20 21:37:10 +0200 |
| commit | dfdf4a291f3a686496ed9948a31e26ef43879f19 (patch) | |
| tree | 6a168d0aad2084ef32434b27d0b4ad406039e976 /data/overrides/fix-gregorio-espino.yaml | |
| parent | 3676b1d1d9216a676c7d5a40affa5b3256ca8df3 (diff) | |
Enhance stop data handling by adding support for multiple YAML override files and improving coordinate accuracy for various stops
Diffstat (limited to 'data/overrides/fix-gregorio-espino.yaml')
| -rw-r--r-- | data/overrides/fix-gregorio-espino.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/overrides/fix-gregorio-espino.yaml b/data/overrides/fix-gregorio-espino.yaml new file mode 100644 index 0000000..2e035a2 --- /dev/null +++ b/data/overrides/fix-gregorio-espino.yaml @@ -0,0 +1,20 @@ +# Fix the position of the stops in Gregorio Espino, which are "opposite" to the actual location of the bus stops. +5720: # Gregorio Espino, 33 + location: + latitude: 42.23004933454558 + longitude: -8.706947409683313 + +5710: # Gregorio Espino, 22 + location: + latitude: 42.23003666347398 + longitude: -8.707266671978003 + +5730: # Gregorio Espino, 44 + location: + latitude: 42.227850036119314 + longitude: -8.708105429626789 + +5740: # Gregorio Espino, 57 + location: + latitude: 42.22783722597372 + longitude: -8.707849091551859
\ No newline at end of file |
