Skip to content

Commit

Permalink
fix: update stations with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jan 6, 2024
1 parent 96dc8df commit 415cc38
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions src/components/Maps/TubeDasMap/MapData/CoveredSections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -968,11 +968,15 @@ const StationCoverageInfo: Record<string, StationCoverageInfo> = {
},
// Bond Street
'940GZZLUBND': {
state: 'planned',
opens: 'by end of Spring 2024',
coverage: {},
state: 'live',
opens: 'November 2023',
coverage: {
EE: CoveragePresets.station.EE.with_5g,
Three: CoveragePresets.station.Three.with_5g,
Vodafone: CoveragePresets.station.Vodafone.with_5g,
O2: CoveragePresets.station.O2.with_5g,
},
},

// Oxford Circus
'940GZZLUOXC': {
state: 'live',
Expand All @@ -987,15 +991,25 @@ const StationCoverageInfo: Record<string, StationCoverageInfo> = {
// Tottenham Court Road included through Northern Line
// Holborn
'940GZZLUHBN': {
state: 'planned',
opens: 'by end of Spring 2024',
coverage: {},
state: 'live',
opens: 'November 2023',
coverage: {
EE: CoveragePresets.station.EE.with_5g,
Three: CoveragePresets.station.Three.with_5g,
Vodafone: CoveragePresets.station.Vodafone.with_5g,
O2: CoveragePresets.station.O2.with_5g,
},
},
// Chancery Lane
'940GZZLUCHL': {
state: 'planned',
opens: 'by end of Spring 2024',
coverage: {},
state: 'live',
opens: 'November 2023',
coverage: {
EE: CoveragePresets.station.EE.with_5g,
Three: CoveragePresets.station.Three.with_5g,
Vodafone: CoveragePresets.station.Vodafone.with_5g,
O2: CoveragePresets.station.O2.with_5g,
},
},
// St Pauls
'940GZZLUSPU': {
Expand Down

0 comments on commit 415cc38

Please sign in to comment.