fix
This commit is contained in:
@ -201,7 +201,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async mounted() {
|
async mounted() {
|
||||||
console.log('go')
|
|
||||||
this.viewer = null
|
this.viewer = null
|
||||||
await this.getMapOption()
|
await this.getMapOption()
|
||||||
this.$nextTick(async () => {
|
this.$nextTick(async () => {
|
||||||
@ -235,6 +234,7 @@ export default {
|
|||||||
{
|
{
|
||||||
...this.mapOptions,
|
...this.mapOptions,
|
||||||
scene: {
|
scene: {
|
||||||
|
...this.mapOptions.scene,
|
||||||
// mode: Cesium.SceneMode.SCENE2D,
|
// mode: Cesium.SceneMode.SCENE2D,
|
||||||
center: {
|
center: {
|
||||||
lat: 27.729862392917948,
|
lat: 27.729862392917948,
|
||||||
|
|||||||
Reference in New Issue
Block a user