From 2855f6b30572e66804070a44291bb26e55cc360d Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 15 Feb 2023 15:50:32 +0800
Subject: [PATCH] 调整地图初始高度
---
src/components/map/dcMap.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/map/dcMap.vue b/src/components/map/dcMap.vue
index 15dce4c..6096a96 100644
--- a/src/components/map/dcMap.vue
+++ b/src/components/map/dcMap.vue
@@ -72,8 +72,8 @@
// Cesium的坐标是以地心为原点,一向指向南美洲,一向指向亚洲,一向指向北极州
// fromDegrees()方法,将经纬度和高程转换为世界坐标
destination: global.DC.Namespace.Cesium.Cartesian3.fromDegrees(
- //设置坐标为上饶市
- 117.951478782, 28.447896798, 1800.0
+ //设置坐标为上饶市信州区
+ 117.966460, 28.431002, 5000.0
),
orientation: {
// 指向
--
Gitblit v1.9.3