mars3d-supermap 3.4.19 → 3.4.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mars3d-supermap.js +6 -3
- package/package.json +2 -2
package/dist/mars3d-supermap.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Mars3D平台插件,结合supermap超图库使用的功能插件 mars3d-supermap
|
|
3
3
|
*
|
|
4
|
-
* 版本信息:v3.4.
|
|
5
|
-
* 编译日期:
|
|
4
|
+
* 版本信息:v3.4.21
|
|
5
|
+
* 编译日期:2023-01-17 20:42:54
|
|
6
6
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
7
7
|
* 使用单位:免费公开版 ,2022-06-01
|
|
8
8
|
*/
|
|
@@ -328,7 +328,10 @@
|
|
|
328
328
|
layers: _this._layerArr
|
|
329
329
|
});
|
|
330
330
|
}, function (error) {
|
|
331
|
-
|
|
331
|
+
var _this$_readyPromise;
|
|
332
|
+
if ((_this$_readyPromise = _this._readyPromise) !== null && _this$_readyPromise !== void 0 && _this$_readyPromise.reject) {
|
|
333
|
+
_this._readyPromise.reject(error);
|
|
334
|
+
}
|
|
332
335
|
});
|
|
333
336
|
|
|
334
337
|
// this._map.viewer.pickEvent.addEventListener(function (feature) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mars3d-supermap",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.21",
|
|
4
4
|
"description": "Mars3D平台插件,结合supermap超图库使用的功能插件",
|
|
5
5
|
"main": "dist/mars3d-supermap.js",
|
|
6
6
|
"files": [
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
],
|
|
9
9
|
"dependencies": {},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"mars3d": "~3.4.
|
|
11
|
+
"mars3d": "~3.4.21"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
14
|
"lint": "eslint ./src/**/*.{js,ts} --fix"
|