mars3d-supermap 3.10.9 → 3.10.10
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/mars3d-supermap.js +6 -3
- package/package.json +2 -2
package/mars3d-supermap.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Mars3D平台插件,结合supermap超图库使用的功能插件 mars3d-supermap
|
|
3
3
|
*
|
|
4
|
-
* 版本信息:v3.10.
|
|
5
|
-
* 编译日期:2025-
|
|
4
|
+
* 版本信息:v3.10.10
|
|
5
|
+
* 编译日期:2025-12-12 16:31
|
|
6
6
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
7
7
|
* 使用单位:火星科技免费公开版 ,2025-07-01
|
|
8
8
|
*/
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
|
|
33
33
|
var mars3d__namespace = /*#__PURE__*/_interopNamespace(mars3d);
|
|
34
34
|
|
|
35
|
+
const version = "3.10.10";
|
|
36
|
+
const buildTime = "2025-12-12 16:28";
|
|
37
|
+
|
|
35
38
|
const Cesium$2 = mars3d__namespace.Cesium;
|
|
36
39
|
const BaseLayer$1 = mars3d__namespace.layer.BaseLayer;
|
|
37
40
|
|
|
@@ -545,7 +548,7 @@
|
|
|
545
548
|
// 注册下
|
|
546
549
|
mars3d__namespace.LayerUtil.register("supermap_mvt", SmMvtLayer);
|
|
547
550
|
|
|
548
|
-
mars3d__namespace.Log.logInfo(
|
|
551
|
+
mars3d__namespace.Log.logInfo(`mars3d-supermap插件注册成功 版本:${version} 编译日期:${buildTime}`);
|
|
549
552
|
|
|
550
553
|
exports.S3MLayer = S3MLayer;
|
|
551
554
|
exports.SmImgLayer = SmImgLayer;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mars3d-supermap",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.10",
|
|
4
4
|
"description": "Mars3D平台插件,结合supermap超图库使用的功能插件",
|
|
5
5
|
"main": "./mars3d-supermap.js",
|
|
6
6
|
"peerDependencies": {},
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"mars3d": "~3.10.
|
|
8
|
+
"mars3d": "~3.10.10"
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
11
11
|
"lint": "eslint ./src/**/*.{js,ts} --fix"
|