From bec1a5e6532575b221b24094471fce8c814fc7ae Mon Sep 17 00:00:00 2001 From: jihongshun <1151753686@qq.com> Date: 星期三, 09 七月 2025 17:26:59 +0800 Subject: [PATCH] 优化算法 --- src/views/system/shootPoint/components/shootPointDialog.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/system/shootPoint/components/shootPointDialog.vue b/src/views/system/shootPoint/components/shootPointDialog.vue index 969c7c3..92d54c7 100644 --- a/src/views/system/shootPoint/components/shootPointDialog.vue +++ b/src/views/system/shootPoint/components/shootPointDialog.vue @@ -51,7 +51,7 @@ import ChooseModelDialog from './chooseModelDialog.vue'; import { addPoint} from "@/api/system/template" let globalon = 0 -let globalat =0 +let globalat = 0 const centerCartesian = Cesium.Cartesian3.fromDegrees(globalon,globalat , 0) let rotationAngle = Cesium.Math.toRadians(60) let relativeData @@ -203,6 +203,7 @@ } console.log(this.treeData) }, + //鏁扮粍 濉旂殑绮惧害 濉旂殑绾害 濉旂殑楂樺害 鍗婂緞 insertRaisedPoints(data, centerLon, centerLat, centerHeight, radius = 130) { const center = Cesium.Cartesian3.fromDegrees(centerLon, centerLat, centerHeight); const result = JSON.parse(JSON.stringify(data)); // 娣辨嫹璐濋伩鍏嶆薄鏌撳師鏁版嵁 -- Gitblit v1.9.3