comparison client/src/components/identify/Identify.vue @ 3187:5487abeb380c

client: identify: edited title of box header
author Markus Kottlaender <markus@intevation.de>
date Tue, 07 May 2019 18:37:12 +0200
parents c71373594719
children 33c398df5cb5
comparison
equal deleted inserted replaced
3186:928cdc06ff37 3187:5487abeb380c
140 ...mapGetters("application", ["versionStr"]), 140 ...mapGetters("application", ["versionStr"]),
141 ...mapState("application", ["showIdentify"]), 141 ...mapState("application", ["showIdentify"]),
142 ...mapGetters("map", ["filteredIdentifiedFeatures"]), 142 ...mapGetters("map", ["filteredIdentifiedFeatures"]),
143 ...mapState("map", ["currentMeasurement"]), 143 ...mapState("map", ["currentMeasurement"]),
144 identifiedLabel() { 144 identifiedLabel() {
145 return this.$gettext("Identified"); 145 return this.$gettext("Identified Features");
146 } 146 }
147 }, 147 },
148 methods: { 148 methods: {
149 zoomTo(feature) { 149 zoomTo(feature) {
150 this.$store.dispatch("map/moveMap", { 150 this.$store.dispatch("map/moveMap", {