From a3bd29f6e592bde951b309f6f628d158cfc7c6c3 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期六, 23 七月 2022 13:14:48 +0800
Subject: [PATCH] 四色图

---
 public/wutu3d/cesium-wutu/wutu3d.js |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/public/wutu3d/cesium-wutu/wutu3d.js b/public/wutu3d/cesium-wutu/wutu3d.js
index d94fe70..1dd5733 100644
--- a/public/wutu3d/cesium-wutu/wutu3d.js
+++ b/public/wutu3d/cesium-wutu/wutu3d.js
@@ -1961,12 +1961,10 @@
                 }, o.ScreenSpaceEventType.LEFT_DOUBLE_CLICK)
             },
             endDraw: function () {
-                debugger
                 if (!this._enabled) return this;
                 this._positions_draw.length < this._minPointNum || (this.updateAttrForDrawing(), this.disable())
             },
             finish: function () {
-                debugger
                 var e = this.entity;
                 e.editing = this.getEditClass(e), e._positions_draw = this.getDrawPosition(), e.polyline.positions = new o.CallbackProperty(function (t) {
                     return e._positions_draw
@@ -18992,4 +18990,4 @@
             }]), e
         }()
     }])
-});
\ No newline at end of file
+});

--
Gitblit v1.9.2