Skip to content

Commit

Permalink
chore: Support upcoming CR shuttles on dotcom timetables (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfabi authored Aug 17, 2023
1 parent 632b256 commit fa9bf5a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/state/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,13 @@ 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,
"CR-Franklin-3badde55-" => true,
"CR-Franklin-02118599-" => 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 fa9bf5a

Please sign in to comment.