mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Aktualizacja scenerii, poprawki store
This commit is contained in:
@@ -2080,5 +2080,26 @@
|
||||
false,
|
||||
false,
|
||||
false
|
||||
],
|
||||
[
|
||||
"Stare Lipowo",
|
||||
"https://td2.info.pl/scenerie/stare-lipowo/",
|
||||
"",
|
||||
null,
|
||||
"",
|
||||
"NIE",
|
||||
"współczesna",
|
||||
"SCS",
|
||||
"TAK (Szlaki Dw, Pk, Pr-SL)",
|
||||
"TAK",
|
||||
0,
|
||||
0,
|
||||
4,
|
||||
0,
|
||||
["Stare Lipowo", "Przęsy"],
|
||||
null,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
]
|
||||
]
|
||||
|
||||
+1
-1
@@ -616,7 +616,7 @@ export default class Store extends VuexModule {
|
||||
for (let checkpoint of station.checkpoints) {
|
||||
timetableList.reduce((acc, data) => {
|
||||
data.followingStops
|
||||
.filter(stop => stop.stopNameRAW === checkpoint.checkpointName)
|
||||
.filter(stop => stop.stopNameRAW.toLowerCase() === checkpoint.checkpointName.toLowerCase())
|
||||
.forEach(stopInfo => {
|
||||
// const stopInfo = data.followingStops[stopInfoIndex];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user