diff client/src/components/layers/Layers.vue @ 4122:d85d8de8c28c

refresh layers deletes nashsutcliffecache
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 01 Aug 2019 15:16:58 +0200
parents 9fba1be118e7
children 315474a66589
line wrap: on
line diff
--- a/client/src/components/layers/Layers.vue	Wed Jul 31 18:33:49 2019 +0200
+++ b/client/src/components/layers/Layers.vue	Thu Aug 01 15:16:58 2019 +0200
@@ -86,6 +86,7 @@
       this.$store.commit("application/showLayers", false);
     },
     refreshLayers() {
+      this.$store.commit("gauges/deleteNashSutcliffeCache");
       this.$store.dispatch("map/refreshLayers");
     }
   }