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'),