吉安感知网项目-前端
shuishen
2026-02-02 1d3e8e3a14f09e42ee47d8e8b6cc5feb6c4f7c79
applications/drone-command/src/utils/cesium/shapeTools/draw/DrawPolygonTool.js
@@ -34,7 +34,7 @@
      this.handler.setInputAction(click => this.handleRightClick(click), Cesium.ScreenSpaceEventType.RIGHT_CLICK)
      this.handler.setInputAction(movement => this.handleMouseMove(movement), Cesium.ScreenSpaceEventType.MOUSE_MOVE)
      this.isDrawing = true
      this.tooltip.show(this.getTipText(), { x: 0, y: 0 })
      this.tooltip.hide()
   }
   handleLeftClick(click) {