From 8e17db7a2e41f32826fcfb2668f64598023b4eb9 Mon Sep 17 00:00:00 2001 From: Franzz Date: Tue, 12 May 2026 15:25:27 +0200 Subject: [PATCH] Globe earth --- src/components/project.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/project.vue b/src/components/project.vue index 93c5076..fea3109 100644 --- a/src/components/project.vue +++ b/src/components/project.vue @@ -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: [] },