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/CrossSectionalAnalysis.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/menu/CrossSectionalAnalysis.vue b/src/components/menu/CrossSectionalAnalysis.vue
index 7c9db5e..0b65a1f 100644
--- a/src/components/menu/CrossSectionalAnalysis.vue
+++ b/src/components/menu/CrossSectionalAnalysis.vue
@@ -164,14 +164,14 @@
 	);
 
 	const cylinderBottomHeight = 0;
-	const cylinderTopHeight = terrainHeight + 190;
+	const cylinderTopHeight = terrainHeight + 100;
 	const cartesianBottom = viewer.scene.globe.ellipsoid.cartographicToCartesian(
 		Cesium.Cartographic.fromDegrees(midLon, midLat, cylinderBottomHeight)
 	);
 	const CrosscylinderEntity = viewer.entities.add({
 		position: cartesianBottom,
 		cylinder: {
-			length: 190.0,
+			length: 100.0,
 			topRadius: 1.0,
 			bottomRadius: 1.0,
 			material: Cesium.Color.YELLOW,

--
Gitblit v1.9.3