diff client/src/components/toolbar/Toolbar.vue @ 3070:a54216a0193d

client: identify tool: removed distinct enable flag
author Markus Kottlaender <markus@intevation.de>
date Wed, 17 Apr 2019 10:15:15 +0200
parents 87e0422cffa7
children 18ab67c7241a
line wrap: on
line diff
--- a/client/src/components/toolbar/Toolbar.vue	Wed Apr 17 10:11:40 2019 +0200
+++ b/client/src/components/toolbar/Toolbar.vue	Wed Apr 17 10:15:15 2019 +0200
@@ -142,7 +142,6 @@
         this.$store.commit("map/polygonToolEnabled", false);
         this.$store.commit("map/cutToolEnabled", false);
         this.$store.commit("map/setCurrentMeasurement", null);
-        this.$store.commit("map/identifyToolEnabled", true);
         this.openLayersMaps.forEach(m => {
           m.getLayer("DRAWTOOL")
             .getSource()