mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-01-11 17:30:18 +01:00
Use app title for map attibution.
This commit is contained in:
parent
2a7b1a676e
commit
73e6a61d92
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user