From a3ee87d62ccecc2e1e0b4f2f0cb8875a5efa88c8 Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期五, 13 五月 2022 14:51:20 +0800 Subject: [PATCH] 用户相关部门 --- public/wutu3d/cesium-wutu/wutu3d.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/public/wutu3d/cesium-wutu/wutu3d.js b/public/wutu3d/cesium-wutu/wutu3d.js index 990c840..d94fe70 100644 --- a/public/wutu3d/cesium-wutu/wutu3d.js +++ b/public/wutu3d/cesium-wutu/wutu3d.js @@ -1961,10 +1961,12 @@ }, 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 -- Gitblit v1.9.2