diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-20 19:07:29 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-20 19:07:29 +0200 |
| commit | 340865ad234f974ec4c0afcbfb6ff06f50a11b2f (patch) | |
| tree | 06b6a76b6dfc535f9091990eaaec82b50d5f851e /data/stop-overrides.yaml | |
| parent | 32bc4914759845516de2b7592b05afb3c3cc5c42 (diff) | |
Load stops from local data files
Diffstat (limited to 'data/stop-overrides.yaml')
| -rw-r--r-- | data/stop-overrides.yaml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/data/stop-overrides.yaml b/data/stop-overrides.yaml new file mode 100644 index 0000000..6dfc23f --- /dev/null +++ b/data/stop-overrides.yaml @@ -0,0 +1,38 @@ +# This file contains overrides for specific bus stops. +# Format: +# stopId: # Numeric ID of the stop to override +# name: # Override the name +# alternateNames: # Additional names for the stop +# metro: # Stop name in +# location: # Override location coordinates +# latitude: # New latitude value +# longitude: # New longitude value +# notes: # Additional notes about the stop +# active: # Boolean to indicate if stop is active +# amenities: # List of amenities available at this stop +# - shelter # Marquesina +# - real-time display # Display with real-time information + +6930: # Praza de América 1 + alternateNames: + intersect: "Praza América - Camelias" + amenities: + - shelter + - real-time display + +14264: + alternateNames: + intersect: "Urzáiz - Príncipe" + amenities: + - shelter + - real-time display + +6620: + location: + latitude: 42.23757846151978 + longitude: -8.721031378896738 + +20193: + location: + latitude: 42.23767601188501 + longitude: -8.721582630122455
\ No newline at end of file |
