From 96dc8df7e45ff072a24377a8976e6cf26e20cf2b Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Sat, 6 Jan 2024 18:02:29 +0000 Subject: [PATCH] fix: missing central line coverage Closes #210 --- .../TubeDasMap/MapData/CoveredSections.ts | 51 +++++++++++++------ 1 file changed, 36 insertions(+), 15 deletions(-) diff --git a/src/components/Maps/TubeDasMap/MapData/CoveredSections.ts b/src/components/Maps/TubeDasMap/MapData/CoveredSections.ts index b9921080..4993f167 100644 --- a/src/components/Maps/TubeDasMap/MapData/CoveredSections.ts +++ b/src/components/Maps/TubeDasMap/MapData/CoveredSections.ts @@ -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', @@ -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, + }, + }, ], }, { @@ -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',