From b71920dae2d909af3bb45bcd7933d7bd73a62ba4 Mon Sep 17 00:00:00 2001 From: atxw <193335590+atxw@users.noreply.github.com> Date: Mon, 20 Oct 2025 20:06:51 +0200 Subject: [PATCH] remove duplicate zyrardow, update pathfinding refs --- frontend/src/config/stations.ts | 6 ------ frontend/src/pathfinding/data.ts | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/frontend/src/config/stations.ts b/frontend/src/config/stations.ts index 44929de..cd7c550 100644 --- a/frontend/src/config/stations.ts +++ b/frontend/src/config/stations.ts @@ -840,12 +840,6 @@ export const postConfig: Dictionary = { trainPosRange: 0.5, platformPosOverride: [19.859630, 50.804040] }, - ZYR: { - id: "ZYR", - srName: "Żyrardów", - trainPosRange: 0.5, - platformPosOverride: [20.448360, 52.052271] - }, PRZ: { id: "PRZ", srName: "Przemiarki", diff --git a/frontend/src/pathfinding/data.ts b/frontend/src/pathfinding/data.ts index d50cb88..f0b426d 100644 --- a/frontend/src/pathfinding/data.ts +++ b/frontend/src/pathfinding/data.ts @@ -511,8 +511,8 @@ const ZEL_R6 = { branchA: "WP" } -const ZYR = { - ...postConfig.ZYR, +const ZR = { + ...postConfig.ZR, branchA: "GRO_MAZ" } @@ -646,7 +646,7 @@ export const pathFind_stackMap: {[k: string]: ExtendedStationConfig} = { RDZ_P31, ZEL_R6, - ZYR, + ZR, PRZ, DG_T_R5, KOZI,