comparison 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
comparison
equal deleted inserted replaced
2589:f4c399a496cb 2590:1686ec185155
70 commit("application/removeSplitscreen", "fairwayprofile", { 70 commit("application/removeSplitscreen", "fairwayprofile", {
71 root: true 71 root: true
72 }); 72 });
73 setTimeout(() => { 73 setTimeout(() => {
74 commit("fairwayprofile/clearCurrentProfile", null, { root: true }); 74 commit("fairwayprofile/clearCurrentProfile", null, { root: true });
75 commit("application/splitscreenLoading", false, { root: true });
75 }, 350); 76 }, 350);
76 rootState.map.cutTool.setActive(false); 77 rootState.map.cutTool.setActive(false);
77 rootGetters["map/getVSourceByName"](LAYERS.CUTTOOL).clear(); 78 rootGetters["map/getVSourceByName"](LAYERS.CUTTOOL).clear();
78 } 79 }
79 if (name) { 80 if (name) {