Skip to content

Commit a72cdee

Browse files
mranostaycodebutler
authored andcommitted
transit: ezlink: fix Circle Line codes (#178)
* transit: ezlink: fix Bishan Circle Line entrance code * transit: ezlink: fix Tai Seng station code
1 parent d8406b8 commit a72cdee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

farebot-transit-ezlink/src/main/java/com/codebutler/farebot/transit/ezlink/EZLinkData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,14 +398,14 @@ final class EZLinkData {
398398
put("DKT", Station.create("Dakota", "CC8", "DKT", "1.308289", "103.888253"));
399399
put("PYL", Station.create("Paya Lebar", "CC9 / EW8", "PYL", "1.317767", "103.892381"));
400400
put("MPS", Station.create("MacPherson", "CC10 / DT26", "MPS", "1.32665", "103.890019"));
401-
put("TAS", Station.create("Tai Seng", "CC11", "TAS", "1.335833", "103.887942"));
401+
put("TSG", Station.create("Tai Seng", "CC11", "TSG", "1.335833", "103.887942"));
402402
put("BLY", Station.create("Bartley", "CC12", "BLY", "1.342756", "103.879697"));
403403
put("SER", Station.create("Serangoon", "CC13 / NE12", "SER", "1.349944", "103.873092"));
404404
put("SRC", Station.create("Serangoon", "CC13 / NE12", "SER", "1.349944", "103.873092"));
405405
put("LRC", Station.create("Lorong Chuan", "CC14", "LRC", "1.351636", "103.864064"));
406406
put("BSH", Station.create("Bishan", "CC15 / NS17", "BSH", "1.351236", "103.848456"));
407407
// Alternate name (Circle line entrance)
408-
put("BSC", Station.create("Bishan", "CC15 / NS17", "BSC", "1.351236", "103.848456"));
408+
put("BHC", Station.create("Bishan", "CC15 / NS17", "BHC", "1.351236", "103.848456"));
409409
put("MRM", Station.create("Marymount", "CC16", "MRM", "1.349078", "103.839492"));
410410
put("CDT", Station.create("Caldecott", "CC17", "CDT", "1.337761", "103.839447"));
411411
put("BTN", Station.create("Botanic Gardens", "CC19 / DT9", "BTN", "1.322519", "103.815406"));

0 commit comments

Comments
 (0)