Skip to content

Commit

Permalink
fix: missing central line coverage
Browse files Browse the repository at this point in the history
Closes #210
  • Loading branch information
davwheat committed Jan 6, 2024
1 parent 4dfb463 commit 96dc8df
Showing 1 changed file with 36 additions and 15 deletions.
51 changes: 36 additions & 15 deletions src/components/Maps/TubeDasMap/MapData/CoveredSections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,18 @@ const StationSegmentsWithCoverage: CoverageGroup[] = [
Vodafone: CoveragePresets.tunnels.Vodafone.normal,
},
},
{
section: 'Bond Street to Oxford Circus',
startStationId: '940GZZLUBND',
endStationId: '940GZZLUOXC',
opens: 'November 2023',
services: {
EE: CoveragePresets.tunnels.EE.normal,
Three: CoveragePresets.tunnels.Three.normal,
O2: CoveragePresets.tunnels.O2.normal,
Vodafone: CoveragePresets.tunnels.Vodafone.normal,
},
},
{
section: 'Oxford Circus to Tottenham Court Road',
startStationId: '940GZZLUOXC',
Expand All @@ -390,6 +402,30 @@ const StationSegmentsWithCoverage: CoverageGroup[] = [
Vodafone: CoveragePresets.tunnels.Vodafone.normal,
},
},
{
section: 'Tottenham Court Road to Holborn',
startStationId: '940GZZLUTCR',
endStationId: '940GZZLUHBN',
opens: 'November 2023',
services: {
EE: CoveragePresets.tunnels.EE.normal,
Three: CoveragePresets.tunnels.Three.normal,
O2: CoveragePresets.tunnels.O2.normal,
Vodafone: CoveragePresets.tunnels.Vodafone.normal,
},
},
{
section: 'Holborn to Chancery Lane',
startStationId: '940GZZLUHBN',
endStationId: '940GZZLUCHL',
opens: 'November 2023',
services: {
EE: CoveragePresets.tunnels.EE.normal,
Three: CoveragePresets.tunnels.Three.normal,
O2: CoveragePresets.tunnels.O2.normal,
Vodafone: CoveragePresets.tunnels.Vodafone.normal,
},
},
],
},
{
Expand Down Expand Up @@ -568,21 +604,6 @@ const StationSegmentsWithCoverage: CoverageGroup[] = [
startStationId: '940GZZLUMBA',
endStationId: '940GZZLUBND',
},
{
section: 'Bond Street to Oxford Circus',
startStationId: '940GZZLUBND',
endStationId: '940GZZLUOXC',
},
{
section: 'Tottenham Court Road to Holborn',
startStationId: '940GZZLUTCR',
endStationId: '940GZZLUHBN',
},
{
section: 'Holborn to Chancery Lane',
startStationId: '940GZZLUHBN',
endStationId: '940GZZLUCHL',
},
{
section: 'Chancery Lane to St Pauls',
startStationId: '940GZZLUCHL',
Expand Down

0 comments on commit 96dc8df

Please sign in to comment.