diff client/src/components/Maplayer.vue @ 2434:817b3d726b43

client: loadBottlenecks (bottleneck_overview) only where needed
author Markus Kottlaender <markus@intevation.de>
date Fri, 01 Mar 2019 08:18:29 +0100
parents edaf0d22fc9c
children e0f423606929
line wrap: on
line diff
--- a/client/src/components/Maplayer.vue	Fri Mar 01 08:03:42 2019 +0100
+++ b/client/src/components/Maplayer.vue	Fri Mar 01 08:18:29 2019 +0100
@@ -399,7 +399,6 @@
     this.updateBottleneckFilter("does_not_exist", "1999-10-01");
     this.$store.dispatch("map/disableIdentifyTool");
     this.$store.dispatch("map/enableIdentifyTool");
-    this.$store.dispatch("bottlenecks/loadBottlenecks");
   }
 };
 </script>