From 7217e02e098b94e421b5a85ec13e0cd2ed35fbeb Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期五, 06 六月 2025 17:28:23 +0800
Subject: [PATCH] 1

---
 src/components/menu/flowRate_waterLevel.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/menu/flowRate_waterLevel.vue b/src/components/menu/flowRate_waterLevel.vue
index 81a8425..21082db 100644
--- a/src/components/menu/flowRate_waterLevel.vue
+++ b/src/components/menu/flowRate_waterLevel.vue
@@ -76,7 +76,7 @@
 	const cartesian = viewer.scene.pickPosition(windowPosition);
 	if (!cartesian) return null;
 	const cartographic = Cesium.Cartographic.fromCartesian(cartesian);
-	cartographic.height += 200.0;
+	cartographic.height += 110.0;
 	return {
 		cartesian: Cesium.Cartesian3.fromRadians(cartographic.longitude, cartographic.latitude, cartographic.height),
 		longitude: Cesium.Math.toDegrees(cartographic.longitude),
@@ -117,7 +117,7 @@
 	const cylinderEntity = viewer.entities.add({
 		position: groundPosition, // 搴曢儴浣嶇疆
 		cylinder: {
-			length: 190.0,
+			length: 100.0,
 			topRadius: 1.0,
 			bottomRadius: 1.0,
 			material: Cesium.Color.YELLOW,

--
Gitblit v1.9.3