diff client/src/identify/Identify.vue @ 1113:595654ad3f66 store-refactoring

renamed mapstore to map (like other stores)
author Markus Kottlaender <markus@intevation.de>
date Mon, 05 Nov 2018 13:36:44 +0100
parents 2c3d32322126
children d9e6a1f6f394
line wrap: on
line diff
--- a/client/src/identify/Identify.vue	Mon Nov 05 13:32:10 2018 +0100
+++ b/client/src/identify/Identify.vue	Mon Nov 05 13:36:44 2018 +0100
@@ -109,7 +109,7 @@
   },
   computed: {
     ...mapGetters("application", ["versionStr"]),
-    ...mapState("mapstore", ["identifiedFeatures", "currentMeasurement"]),
+    ...mapState("map", ["identifiedFeatures", "currentMeasurement"]),
     identifyStyle() {
       return {
         "ui-element": true,