吉安感知网项目-前端
shuishen
2026-02-04 e2643587f0071ae4df4f18d6c4f9de3ae2c5e714
applications/drone-command/src/utils/cesium/shapeTools/edit/EditPolygonTool.js
@@ -74,7 +74,12 @@
   }
   handleMouseMove(movement) {
      this.tooltip.show('拖动顶点编辑,右键删除点', movement.endPosition)
      if (!this.tooltip?.isVisible) {
         this.tooltip.show('????????????', movement.endPosition)
      } else {
         this.tooltip.show('????????????')
         this.tooltip.move(movement.endPosition)
      }
      if (!this.isDragging || this.draggedIndex < 0) return
      const position = this.getPositionFromScreen(movement.endPosition)
      if (!position) return