From f2dd7e183bdbcdd8c96da62f77dfb78d25dec2dd Mon Sep 17 00:00:00 2001 From: thekingofcity <3353040+thekingofcity@users.noreply.github.com> Date: Wed, 1 Jan 2025 20:22:42 +0800 Subject: [PATCH] #908 Fix LineStylesWithColor on London line styles --- src/constants/lines.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/lines.ts b/src/constants/lines.ts index 0de54779..cbd8c9dd 100644 --- a/src/constants/lines.ts +++ b/src/constants/lines.ts @@ -122,9 +122,9 @@ export const LineStylesWithColor = [ LineStyleType.JREastSingleColorPattern, LineStyleType.LRTSingleColor, LineStyleType.GuangdongIntercityRailway, - LineStyleType.LondonRail, LineStyleType.LondonSandwich, LineStyleType.LondonLutonAirportDART, + LineStyleType.LondonIFSCloudCableCar, ]; /* ----- Below are core types for all lines, DO NOT TOUCH. ----- */