吉安感知网项目-前端
张含笑
2026-01-30 d85d2337a8862d96bf7a48019fddf356a27034cd
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()
      }