Skip to content

Commit

Permalink
fix: add stops_on_route overrides for CR-Worcester 2024-03-02
Browse files Browse the repository at this point in the history
  • Loading branch information
bklebe committed Feb 27, 2024
1 parent 6382198 commit 9c7c11e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/state/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c7c11e

Please sign in to comment.