diff options
| author | Gabriel Montes <64473570+Gabriel44200@users.noreply.github.com> | 2026-04-05 17:59:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-05 17:59:26 +0200 |
| commit | bf379401647bdaaaf5728d2e48d5a0da773cc047 (patch) | |
| tree | 0f529862e1a269b6b8b0f446e8d9583810b08c5c | |
| parent | b2631a82a394af8c38224ae0722bcf728d651cfd (diff) | |
Fix headsigns on tranvias
| -rw-r--r-- | build_tranvias/trip_byshape_overrides.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/build_tranvias/trip_byshape_overrides.json b/build_tranvias/trip_byshape_overrides.json index 9d7eb99..7218ed8 100644 --- a/build_tranvias/trip_byshape_overrides.json +++ b/build_tranvias/trip_byshape_overrides.json @@ -18,6 +18,7 @@ { "shape_id": "60101", "trip_headsign": "Av. de Hércules" }, { "shape_id": "70001", "trip_headsign": "Av. de Hércules" }, { "shape_id": "80000", "trip_headsign": "Hosp.Oza - As Xubias" }, + { "shape_id": "80001", "trip_headsign": "Abente y Lago" }, { "shape_id": "80002", "trip_headsign": "Hosp.Oza - As Xubias" }, { "shape_id": "110000", "trip_headsign": "Os Mallos - Área C.Marineda" }, { "shape_id": "110001", "trip_headsign": "As Lagoas" }, @@ -26,7 +27,7 @@ { "shape_id": "140000", "trip_headsign": "Castrillón" }, { "shape_id": "140001", "trip_headsign": "Os Rosales" }, { "shape_id": "150000", "trip_headsign": "CHUAC - Materno Inf."}, - { "shape_id": "150000", "trip_headsign": "Cidade Escolar" }, + { "shape_id": "150001", "trip_headsign": "Cidade Escolar" }, { "shape_id": "170000", "trip_headsign": "CHUAC - Materno Inf." }, { "shape_id": "170001", "trip_headsign": "Av. de Hércules" }, { "shape_id": "180000", "trip_headsign": "Servizo Nocturno" }, @@ -42,10 +43,11 @@ { "shape_id": "220000", "trip_headsign": "A.Molina - A Pasaxe" }, { "shape_id": "220001", "trip_headsign": "CHUAC - Pza.Pontevedra" }, { "shape_id": "220003", "trip_headsign": "Pza.Pontevedra - Cocheiras" }, + { "shape_id": "230002", "trip_headsign": "Urb. Breogán" }, { "shape_id": "230001", "trip_headsign": "Abente y Lago" }, - { "shape_id": "230000", "trip_headsign": "Urb.Breogán" }, + { "shape_id": "230000", "trip_headsign": "Obradoiro - Urb. Breogán" }, { "shape_id": "230101", "trip_headsign": "Abente y Lago" }, - { "shape_id": "230100", "trip_headsign": "Urb.Breogán" }, + { "shape_id": "230100", "trip_headsign": "Urb. Breogán" }, { "shape_id": "240002", "trip_headsign": "Zapateira - Vallesur" }, { "shape_id": "240003", "trip_headsign": "Pza. Pontevedra" }, { "shape_id": "240000", "trip_headsign": "Zapateira - O Carón" }, |
