mars3d-tdt 3.7.13 → 3.7.14
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-tdt.js +3 -2
- package/package.json +2 -2
package/dist/mars3d-tdt.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Mars3D平台插件,支持对天地图三维地名服务和地形服务加载使用 mars3d-tdt
|
|
3
3
|
*
|
|
4
|
-
* 版本信息:v3.7.
|
|
5
|
-
* 编译日期:2024-05-
|
|
4
|
+
* 版本信息:v3.7.14
|
|
5
|
+
* 编译日期:2024-05-16 17:31:23
|
|
6
6
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
7
7
|
* 使用单位:免费公开版 ,2024-01-15
|
|
8
8
|
*/
|
|
@@ -6654,6 +6654,7 @@
|
|
|
6654
6654
|
this._layers = []; // 兼容 Boolean(scene.terrainProvider._layers)
|
|
6655
6655
|
}
|
|
6656
6656
|
}
|
|
6657
|
+
|
|
6657
6658
|
mars3d__namespace.LayerUtil.registerTerrainProvider("tdt", TdtTerrainProvider);
|
|
6658
6659
|
|
|
6659
6660
|
// eslint-disable-next-line no-import-assign
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mars3d-tdt",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.14",
|
|
4
4
|
"description": "Mars3D平台插件,支持对天地图三维地名服务和地形服务加载使用",
|
|
5
5
|
"main": "dist/mars3d-tdt.js",
|
|
6
6
|
"files": [
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"bytebuffer": "^5.0.1"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"mars3d": "~3.7.
|
|
13
|
+
"mars3d": "~3.7.14"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
16
|
"lint": "eslint ./src/**/*.{js,ts} --fix"
|