Globe earth

This commit is contained in:
2026-05-12 15:25:27 +02:00
parent 238001ae93
commit 8e17db7a2e

View File

@@ -182,6 +182,7 @@ export default {
this.map = new Map({
container: 'map',
bounds: this.getInitialMapBounds(),
aroundCenter: true,
fitBoundsOptions: {
padding: {
top: 20,
@@ -194,6 +195,7 @@ export default {
},
style: {
version: 8,
projection: {type: 'globe'},
sources: {},
layers: []
},