wangjuncheng
2025-06-03 4c7d9d03e5e292f31b7f2c0948d0a3444e1b1254
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(
@@ -163,7 +164,7 @@
         pickHandlerCross = null;
      }
      isPicking.value = false;
      isUploaded.value = false;
      // isUploaded.value = false;
      ElMessage.info('已关闭--断面截面--拾取点坐标功能!');
      return;
   }