From 1acb4ff3e80f83bd4f0a46c2b5f852dbdac15ae0 Mon Sep 17 00:00:00 2001 From: jihongshun <1151753686@qq.com> Date: 星期六, 06 九月 2025 16:38:51 +0800 Subject: [PATCH] 航线模拟初始化 --- src/utils/components/cesium-map.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/utils/components/cesium-map.vue b/src/utils/components/cesium-map.vue index 92c1e86..1a3e264 100644 --- a/src/utils/components/cesium-map.vue +++ b/src/utils/components/cesium-map.vue @@ -134,9 +134,12 @@ navigationInstructionsInitiallyVisible: false, imageryProvider: imageryProvider1, shadows: false, - animation: false, - timeline: false, - fullscreenButton: false, + // animation: false, + // timeline: false, + // fullscreenButton: false, + animation: true, + timeline: true, + fullscreenButton: true, vrButton: false, // terrainProvider:聽new聽Cesium.CesiumTerrainProvider({ // 聽聽聽聽聽聽聽聽聽聽聽聽url聽:聽Cesium.IonResource.fromAssetId(1), -- Gitblit v1.9.3