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: [] },