diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-11-06 21:22:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-06 21:22:33 +0100 |
| commit | 8258cf91dda99bc68731b7f285612fdf63a7781d (patch) | |
| tree | 87631605465411175b8a82fa33376705d759eba8 /src/frontend/public | |
| parent | 7d96e02ee54879cdd220abdaa7dec3076a72071b (diff) | |
Update stops data (#75)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/frontend/public')
| -rw-r--r-- | src/frontend/public/stops/vigo.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/frontend/public/stops/vigo.json b/src/frontend/public/stops/vigo.json index 798393e..b025348 100644 --- a/src/frontend/public/stops/vigo.json +++ b/src/frontend/public/stops/vigo.json @@ -7366,6 +7366,11 @@ "28", "N4" ], + "cancelled": true, + "title": "Parada movida a Colón 12", + "alternateCodes": [ + 20208 + ], "amenities": [ "shelter", "display" @@ -15018,6 +15023,11 @@ "28", "N4" ], + "cancelled": true, + "title": "Parada movida a Marqués de Valladares (fronte 19)", + "alternateCodes": [ + 20206 + ], "amenities": [ "shelter" ] @@ -15063,6 +15073,26 @@ ] }, { + "stopId": 20208, + "name": { + "original": "Colón 12" + }, + "latitude": 42.23805815883466, + "longitude": -8.72057889828808, + "lines": [ + "C1", + "A", + "5A", + "9B", + "15B", + "15C", + "24", + "28", + "N4" + ], + "title": "Parada provisional sin datos" + }, + { "stopId": 20209, "name": { "original": "Avda. do Alcalde Portanet, 23" |
