Skip to content

Commit

Permalink
chore: Support upcoming CR shuttles on dotcom timetables
Browse files Browse the repository at this point in the history
  • Loading branch information
jfabi committed Aug 16, 2023
1 parent 632b256 commit 91baf40
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 @@ -229,7 +229,11 @@ config :state, :stops_on_route,
"Shuttle-BridgewaterMiddleboroughLakeville-0-" => true,
"CR-Greenbush-BraintreeGreenbush-" => true,
"CR-Middleborough-2507c3b4-0_MM-0277-S_MM-0356-S_0" => true,
"CR-Middleborough-cd96ff97-1_MM-0356-S_MM-0277-S_2" => true
"CR-Middleborough-cd96ff97-1_MM-0356-S_MM-0277-S_2" => true,
# Franklin/Foxboro Line shuttles
"Shuttle-ForgeParkWalpole-0-" => true,
# Worcester Line shuttles
"Shuttle-AshlandFramingham-0-" => true
}

# Overrides for the stop ordering on routes where the trips themselves aren't enough
Expand Down

0 comments on commit 91baf40

Please sign in to comment.