Skip to content

Commit

Permalink
Added a DUP headsign matcher for Maverick. (#2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 authored Apr 17, 2024
1 parent dfade43 commit e5b75eb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,21 @@ config :screens,
alert_headsign: "Braintree",
headway_headsign: "Alewife"
}
],
# Maverick
"place-mvbcl" => [
%{
informed: "70048",
not_informed: "70044",
alert_headsign: "Wonderland",
headway_headsign: "Bowdoin"
},
%{
informed: "70043",
not_informed: "70047",
alert_headsign: "Bowdoin",
headway_headsign: "Wonderland"
}
]
},
prefare_alert_headsign_matchers: %{
Expand Down

0 comments on commit e5b75eb

Please sign in to comment.