重构风险点隐患点显示逻辑

This commit is contained in:
wzy-warehouse
2026-04-11 18:58:43 +08:00
parent e17a73537c
commit 824c980dbc
15 changed files with 320 additions and 79 deletions
-1
View File
@@ -410,7 +410,6 @@ export class CesiumUtils {
handler.setInputAction((clickEvent: {position: Cartesian2}) => {
// 在点击位置进行拾取
const pickedObject = CesiumUtilsSingleton.getViewer()?.scene.pick(clickEvent.position);
callback(pickedObject);
}, ScreenSpaceEventType.LEFT_CLICK);
}