Globe earth
This commit is contained in:
@@ -182,6 +182,7 @@ export default {
|
|||||||
this.map = new Map({
|
this.map = new Map({
|
||||||
container: 'map',
|
container: 'map',
|
||||||
bounds: this.getInitialMapBounds(),
|
bounds: this.getInitialMapBounds(),
|
||||||
|
aroundCenter: true,
|
||||||
fitBoundsOptions: {
|
fitBoundsOptions: {
|
||||||
padding: {
|
padding: {
|
||||||
top: 20,
|
top: 20,
|
||||||
@@ -194,6 +195,7 @@ export default {
|
|||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
version: 8,
|
version: 8,
|
||||||
|
projection: {type: 'globe'},
|
||||||
sources: {},
|
sources: {},
|
||||||
layers: []
|
layers: []
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user