diff client/src/components/fairway/Profiles.vue @ 3054:1ef2f4179d30

client: map store: merged/renamed method(s)
author Markus Kottlaender <markus@intevation.de>
date Tue, 16 Apr 2019 09:00:42 +0200
parents c71373594719
children 87e0422cffa7
line wrap: on
line diff
--- a/client/src/components/fairway/Profiles.vue	Tue Apr 16 08:42:09 2019 +0200
+++ b/client/src/components/fairway/Profiles.vue	Tue Apr 16 09:00:42 2019 +0200
@@ -570,7 +570,7 @@
         bn => bn.properties.name === this.selectedBottleneck
       );
       if (!bottleneck) return;
-      this.$store.dispatch("map/moveToExtent", {
+      this.$store.dispatch("map/moveToFeauture", {
         feature: bottleneck,
         zoom: 17,
         preventZoomOut: true