mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore: added max timetable speed; route pairing fix
This commit is contained in:
@@ -97,6 +97,7 @@ export const useMainStore = defineStore('mainStore', {
|
||||
warningNotes: timetable.warningNotes,
|
||||
hasDangerousCargo: timetable.hasDangerousCargo,
|
||||
hasExtraDeliveries: timetable.hasExtraDeliveries,
|
||||
trainMaxSpeed: timetable.trainMaxSpeed,
|
||||
|
||||
timetablePath: timetable.path.split(';').map((pathElementString) => {
|
||||
const [arrival, station, departure] = pathElementString.split(',');
|
||||
|
||||
Reference in New Issue
Block a user