changeset 3057:40a4a808b9b6

client: map: fixed watcher
author Markus Kottlaender <markus@intevation.de>
date Tue, 16 Apr 2019 10:19:09 +0200
parents 5ada194e27fc
children 7a1a33fcec64
files client/src/components/map/Map.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/map/Map.vue	Tue Apr 16 09:31:10 2019 +0200
+++ b/client/src/components/map/Map.vue	Tue Apr 16 10:19:09 2019 +0200
@@ -66,7 +66,7 @@
       "cutTool"
     ]),
     ...mapState("bottlenecks", ["selectedSurvey"]),
-    ...mapState("application", ["showSplitscreen", "panes", "paneMode"]),
+    ...mapState("application", ["showSplitscreen", "panes", "paneRotate"]),
     ...mapState("imports", ["selectedStretchId"]),
     layers() {
       return layers();
@@ -107,7 +107,7 @@
     panes() {
       this.$nextTick(() => this.map.updateSize());
     },
-    paneMode() {
+    paneRotate() {
       this.$nextTick(() => this.map.updateSize());
     },
     splitscreen() {