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