From c4ffe86a182a3a4fe1bbf00fe57e281a42fb2eeb Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 31 八月 2023 15:46:02 +0800 Subject: [PATCH] sdk版本更新,图层管理加载图层优化;空间查询图形下载优化 --- public/CIMSDK/Workers/transferTypedArrayTest.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/public/CIMSDK/Workers/transferTypedArrayTest.js b/public/CIMSDK/Workers/transferTypedArrayTest.js index decc3ce..bdf75bf 100644 --- a/public/CIMSDK/Workers/transferTypedArrayTest.js +++ b/public/CIMSDK/Workers/transferTypedArrayTest.js @@ -1,6 +1,6 @@ /** * SmartEarth WebSDK - https://websdk.terra-it.cn - * Version 3.2.4-1 + * Version 3.1.3 */ typeof self>"u"&&(self={}),self.onmessage=function(a){const e=a.data.array,s=self.webkitPostMessage||self.postMessage;try{s({array:e},[e.buffer])}catch{s({})}}; -- Gitblit v1.9.3