comparison client/src/components/layers/Layers.vue @ 3425:cb2f67a07400

client: toolbar/dialogs: unified toolbar tooltips and dialog titles
author Markus Kottlaender <markus@intevation.de>
date Thu, 23 May 2019 15:58:12 +0200
parents c0f5f62343c9
children 9fba1be118e7
comparison
equal deleted inserted replaced
3424:0a666ba899fa 3425:cb2f67a07400
65 }, 65 },
66 computed: { 66 computed: {
67 ...mapState("application", ["showLayers"]), 67 ...mapState("application", ["showLayers"]),
68 ...mapState("map", ["openLayersMaps"]), 68 ...mapState("map", ["openLayersMaps"]),
69 label() { 69 label() {
70 return this.$gettext("Layers"); 70 return this.$gettext("Map Layers");
71 }, 71 },
72 sourcesLoading() { 72 sourcesLoading() {
73 let counter = 0; 73 let counter = 0;
74 this.openLayersMaps.forEach(map => { 74 this.openLayersMaps.forEach(map => {
75 let layers = map.getLayers().getArray(); 75 let layers = map.getLayers().getArray();