From bfe436e493006bea75d32383d6bdfc0af8c7e5d0 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期四, 19 十月 2023 13:44:19 +0800 Subject: [PATCH] 图层组透明度,临时图层组 --- public/SmartEarthSDK/SmartEarth.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/SmartEarthSDK/SmartEarth.js b/public/SmartEarthSDK/SmartEarth.js index df7586e..5a00fce 100644 --- a/public/SmartEarthSDK/SmartEarth.js +++ b/public/SmartEarthSDK/SmartEarth.js @@ -73565,7 +73565,7 @@ * * @param {Boolean} [open=true] 鏄惁寮�鍚紪杈� * @param {Object} [option] 鍙傛暟 - * @param {Boolean} [option.enableDelete=true] 鏄惁鏀寔鍒犻櫎 + * @param {Boolean} [option.enableDelete=false] 鏄惁鏀寔鍒犻櫎 * @param {Boolean} [option.editProp=false] 鏄惁寮�鍚睘鎬у脊妗� * @param {Object} [option.editPropData] 灞炴�у脊妗嗗弬鏁� * @param {Number|String} [option.editPropData.width=360] 灞炴�у脊妗嗗搴� @@ -73586,7 +73586,7 @@ option.editProp !== undefined && (this.editProp = option.editProp); let enableDelete = this._core.defaultValue(option.enableDelete, false); - +debugger if (this.editHandler) { this.editHandler.destroy(); this.editHandler = undefined; -- Gitblit v1.9.3