From 73e6a61d923b7c75b776f5161ab583886c64fef3 Mon Sep 17 00:00:00 2001 From: Raimund Renkert Date: Thu, 3 Mar 2022 16:27:23 +0100 Subject: [PATCH] Use app title for map attibution. --- cmd/mtwebmapper/client/src/components/MapView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/mtwebmapper/client/src/components/MapView.vue b/cmd/mtwebmapper/client/src/components/MapView.vue index 04b4e50..418a366 100644 --- a/cmd/mtwebmapper/client/src/components/MapView.vue +++ b/cmd/mtwebmapper/client/src/components/MapView.vue @@ -48,7 +48,7 @@ export default { worldCopyJump: false, crs: ownCRS, tms: true, - attribution: 'Demo World', + attribution: process.env.VUE_APP_TITLE, features: [], iconPlayer: new L.Icon({ iconUrl: require('@/assets/marker-player.png'),