From 684bbdac3185a4ae6fe38d40f5a83af0c2e803b7 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 25 Jan 2025 02:03:43 +0100 Subject: [PATCH] chore: routeCorrections update --- src/App.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0d77483..13192a4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -190,7 +190,9 @@ const routeCorrections: Record; 'WG-WG(gt)': 100, 'WG(gt)-Żak': 120, }, - departureTracks: {}, + departureTracks: { + 'WW-Br': 2, + }, }, 'LCS Żywiec': { departureSpeed: { @@ -325,7 +327,7 @@ export default defineComponent({ let departureSpeed = currentPath.departureLineData?.routeSpeed ?? 0, departureTracks = currentPath.departureLineData?.routeTracks ?? 2; - console.log('=========== ' + this.selectedTrain.trainNo + ' ==========='); + // console.log('=========== ' + this.selectedTrain.trainNo + ' ==========='); for (const stop of timetable.stopList) { if (stop.arrivalLine && stop.arrivalLine == currentPath.arrivalLine) {