From 9c7c11ed70d1646c26acb06b12248ecc04fdf125 Mon Sep 17 00:00:00 2001 From: Beatrix Klebe Date: Tue, 27 Feb 2024 12:20:21 -0500 Subject: [PATCH] fix: add stops_on_route overrides for CR-Worcester 2024-03-02 gtfs_creator PR: https://github.com/mbta/gtfs_creator/pull/2345 --- apps/state/config/config.exs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/state/config/config.exs b/apps/state/config/config.exs index 7ec79c68..d26aac30 100644 --- a/apps/state/config/config.exs +++ b/apps/state/config/config.exs @@ -244,7 +244,11 @@ config :state, :stops_on_route, "CR-Franklin-3badde55-" => true, "CR-Franklin-02118599-" => true, # Worcester Line shuttles - "Shuttle-AshlandFramingham-0-" => true + "Shuttle-AshlandFramingham-0-" => true, + "Shuttle-SouthStationFraminghamExpress-0-" => true, + "Shuttle-SouthStationWellesleyHillsLocal-0-" => true, + "Shuttle-BackBayFraminghamExpress-0-" => true, + "Shuttle-BackBayWellesleyHillsLocal-0-" => true } # Overrides for the stop ordering on routes where the trips themselves aren't enough