吉安感知网项目-前端
chenyao
2026-01-30 fb39a7bb69cc55d2e1ce61d47e0677aa40540f95
applications/drone-command/src/utils/cesium/shapeTools/draw/DrawEllipseTool.js
File was renamed from applications/drone-command/src/views/areaManage/partition/shapeTools/draw/DrawEllipseTool.js
@@ -70,7 +70,16 @@
         this.drawStep = 0
         this.isCompleted = true
         const positions = buildEllipsePositions(this.centerCartesian, this.semiMajor, this.semiMinor)
         this.notify('getPolygonPositions', positions)
         this.notify('getPolygonPositions', {
            positions,
            meta: {
               center: this.centerCartesian,
               majorPoint: this.majorPoint,
               minorPoint: this.minorPoint,
               semiMajor: this.semiMajor,
               semiMinor: this.semiMinor,
            },
         })
         this.tooltip.hide()
         this.clearPreviewEntities()
      }