From eb57f944927e7b9ec6fc6a867b74330d23d67161 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期四, 29 五月 2025 15:12:27 +0800 Subject: [PATCH] change --- src/components/menu/CrossSectionalAnalysis.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/menu/CrossSectionalAnalysis.vue b/src/components/menu/CrossSectionalAnalysis.vue index 1a27497..7d9a8b8 100644 --- a/src/components/menu/CrossSectionalAnalysis.vue +++ b/src/components/menu/CrossSectionalAnalysis.vue @@ -100,6 +100,7 @@ const terrainHeight = viewer.scene.globe.getHeight( Cesium.Cartographic.fromDegrees(midLon, midLat) ); + const cylinderBottomHeight = 0; const cylinderTopHeight = terrainHeight + 190; const cartesianBottom = viewer.scene.globe.ellipsoid.cartographicToCartesian( -- Gitblit v1.9.3