Skip to content

Commit

Permalink
chore: Support upcoming Haverhill Line shuttles on dotcom timetables (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jfabi authored Sep 5, 2023
1 parent 61f9b45 commit 4891f80
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion apps/state/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,16 @@ config :state, :stops_on_route,
"Shuttle-BraintreeSouthWeymouth-0-" => true,
# Providence trains stopping at Forest Hills
"CR-Providence-d01bc229-0" => true,
# Haverhill Line shuttles to/from Malden Center
# Haverhill Line shuttles
"Shuttle-BallardvaleMaldenCenter-0-" => true,
"Shuttle-HaverhillMaldenCenter-0-" => true,
"Shuttle-AndoverHaverhill-0-" => true,
"Shuttle-HaverhillReadingExpress-0-" => true,
"Shuttle-HaverhillReadingLocal-0-" => true,
"Shuttle-AndersonWoburnReading-0-" => true,
"Shuttle-OakGroveReading-0-" => true,
"CR-Haverhill-fc94d3b2-" => true,
"CR-Haverhill-9a2b8f60-" => true,
# Lowell Line shuttles
"Shuttle-AndersonWoburnNorthStationExpress-0-" => true,
"Shuttle-AndersonWoburnNorthStationLocal-0-" => true,
Expand Down Expand Up @@ -363,6 +367,24 @@ config :state, :stops_on_route,
"place-qnctr",
"place-jfk"
]
],
{"CR-Haverhill", 0} => [
[
"place-north",
"place-ogmnl",
"place-WR-0062",
"place-WR-0067",
"place-WR-0075",
"place-WR-0085",
"place-WR-0099",
"place-NHRML-0127",
"place-WR-0120",
"place-WR-0205",
"place-WR-0228",
"place-WR-0264",
"place-WR-0325",
"place-WR-0329"
]
]
}

Expand Down

0 comments on commit 4891f80

Please sign in to comment.