From 30e36368e54581fcc0c581a004f1f68873c1e819 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Tue, 10 May 2022 08:37:34 +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