diff client/src/store/bottlenecks.js @ 2590:1686ec185155

client: added gauge waterlevel example diagram
author Markus Kottlaender <markus@intevation.de>
date Tue, 12 Mar 2019 08:37:09 +0100
parents 83b938bf4da9
children b74ebeb2bdc8
line wrap: on
line diff
--- a/client/src/store/bottlenecks.js	Mon Mar 11 18:46:09 2019 +0100
+++ b/client/src/store/bottlenecks.js	Tue Mar 12 08:37:09 2019 +0100
@@ -72,6 +72,7 @@
           });
           setTimeout(() => {
             commit("fairwayprofile/clearCurrentProfile", null, { root: true });
+            commit("application/splitscreenLoading", false, { root: true });
           }, 350);
           rootState.map.cutTool.setActive(false);
           rootGetters["map/getVSourceByName"](LAYERS.CUTTOOL).clear();