Use app title for map attibution.

This commit is contained in:
Raimund Renkert 2022-03-03 16:27:23 +01:00
parent 2a7b1a676e
commit 73e6a61d92
1 changed files with 1 additions and 1 deletions

View File

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