mars3d-tdt 3.11.1 → 3.11.2
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-tdt.js +4 -4
- package/package.json +2 -2
package/mars3d-tdt.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Mars3D平台插件,支持对天地图三维地名服务和地形服务加载使用 mars3d-tdt
|
|
3
3
|
*
|
|
4
|
-
* 版本信息:v3.11.
|
|
5
|
-
* 编译日期:2026-
|
|
4
|
+
* 版本信息:v3.11.2
|
|
5
|
+
* 编译日期:2026-04-08 16:13
|
|
6
6
|
* 版权所有:Copyright by http://mars3d.cn
|
|
7
7
|
* 使用单位:免费公开版 ,2026-02-01
|
|
8
8
|
*/
|
|
@@ -6298,8 +6298,8 @@
|
|
|
6298
6298
|
r(237);
|
|
6299
6299
|
}]);
|
|
6300
6300
|
|
|
6301
|
-
const version = "3.11.
|
|
6302
|
-
const buildTime = "2026-
|
|
6301
|
+
const version = "3.11.2";
|
|
6302
|
+
const buildTime = "2026-04-08 16:11";
|
|
6303
6303
|
|
|
6304
6304
|
const Cesium$1 = mars3d__namespace.Cesium;
|
|
6305
6305
|
const BaseLayer = mars3d__namespace.layer.BaseLayer;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mars3d-tdt",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.2",
|
|
4
4
|
"description": "Mars3D平台插件,支持对天地图三维地名服务和地形服务加载使用",
|
|
5
5
|
"main": "./mars3d-tdt.js",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"bytebuffer": "^5.0.1"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"mars3d": "~3.11.
|
|
10
|
+
"mars3d": "~3.11.2"
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
13
|
"lint": "eslint ./src/**/*.{js,ts} --fix"
|