From cacb83dcc7db37cb7888850d40d0dfcb03bf3324 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期二, 10 十月 2023 18:16:44 +0800 Subject: [PATCH] 图标、初始化、影像地图 --- src/components/map/viewer.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/map/viewer.vue b/src/components/map/viewer.vue index 15c94bf..3a5cb8a 100644 --- a/src/components/map/viewer.vue +++ b/src/components/map/viewer.vue @@ -54,7 +54,7 @@ fullscreenButton: true, licenseServer: "http://183.162.245.49:18080", minViewHeight: parseFloat(common.minviewheight), - // url: SmartEarthRootUrl + "Workers/image/earth.jpg", //涓嶅惈鍗曞紶鍦板浘鍥剧墖url鍒欎娇鐢ㄥ湪绾垮湴鍥� + url: SmartEarthRootUrl + "Workers/image/earth.jpg", //涓嶅惈鍗曞紶鍦板浘鍥剧墖url鍒欎娇鐢ㄥ湪绾垮湴鍥� contextOptions: { failIfMajorPerformanceCaveat: false, webgl: { @@ -119,7 +119,7 @@ }, duration: 10, //椋炶鏃堕棿8s }); - }, 1000); + }, 10000); that.setCesiumInit(true); // rpc.initRpc(); } -- Gitblit v1.9.3