diff --git a/src/pages/MapPage.vue b/src/pages/MapPage.vue index 3d6f2dd..51dacc0 100644 --- a/src/pages/MapPage.vue +++ b/src/pages/MapPage.vue @@ -175,12 +175,15 @@ export default { this.showRunning = response.data.data["showRunning"] this.showTerminated = response.data.data["showTerminated"] this.showNotYetRunning = response.data.data["showNotYetRunning"] + + // update the map with these preferences + this.decideShowStations() + this.decideShowTrains() } }) .catch((error) => { console.log(error.message) }) - }, postPreferences() {