refactor: left & right track speed limits for routes in active train's timetable

This commit is contained in:
2025-07-04 18:09:18 +02:00
parent 0b4ad679b3
commit 37ad9b2787
3 changed files with 34 additions and 14 deletions
+1
View File
@@ -142,6 +142,7 @@ export interface StationRoutesInfo {
isRouteSBL: boolean;
routeLength: number;
routeSpeed: number;
routeSpeedExit?: number;
routeTracks: number;
hidden?: boolean;
realLineNo?: number;