Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix WMT agency name #102

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/gtfs/agency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const agencies: Agency[] = [
{ agency_id: "HX", agency_name: "Heathrow Express", agency_url: "https://www.heathrowexpress.com/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "0345 600 1515", agency_fare_url: null },
{ agency_id: "IL", agency_name: "Island Line", agency_url: "https://www.southwesternrailway.com/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "0345 600 0650", agency_fare_url: null },
{ agency_id: "LD", agency_name: "Lumo", agency_url: "https://www.lumo.co.uk/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "0345 528 0409", agency_fare_url: null },
{ agency_id: "LM", agency_name: "West Midlands Trains ", agency_url: "https://www.wmtrains.co.uk/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "0333 311 0039", agency_fare_url: null },
{ agency_id: "LM", agency_name: "West Midlands Trains", agency_url: "https://www.wmtrains.co.uk/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "0333 311 0039", agency_fare_url: null },
{ agency_id: "LO", agency_name: "London Overground", agency_url: "https://tfl.gov.uk/modes/london-overground/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "0343 222 1234", agency_fare_url: null },
{ agency_id: "LS", agency_name: "Locomotive Services", agency_url: "https://lsltoc.co.uk/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "01225 866205", agency_fare_url: null },
{ agency_id: "LT", agency_name: "London Underground", agency_url: "https://tfl.gov.uk/modes/tube/", agency_timezone: "Europe/London", agency_lang: "en", agency_phone: "0343 222 1234", agency_fare_url: null },
Expand Down
Loading