mars3d-tdt 3.9.12 → 3.10.1
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 +5 -5
- package/package.json +2 -2
package/mars3d-tdt.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Mars3D平台插件,支持对天地图三维地名服务和地形服务加载使用 mars3d-tdt
|
|
3
3
|
*
|
|
4
|
-
* 版本信息:v3.
|
|
5
|
-
* 编译日期:2025-
|
|
4
|
+
* 版本信息:v3.10.1
|
|
5
|
+
* 编译日期:2025-08-03 17:26
|
|
6
6
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
7
|
-
* 使用单位:火星科技免费公开版 ,2025-
|
|
7
|
+
* 使用单位:火星科技免费公开版 ,2025-07-01
|
|
8
8
|
*/
|
|
9
9
|
(function (global, factory) {
|
|
10
10
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, (window.mars3d || require('mars3d'))) :
|
|
@@ -6325,8 +6325,8 @@
|
|
|
6325
6325
|
* @param {boolean} [options.show = true] 图层是否显示
|
|
6326
6326
|
* @param {BaseClass|boolean} [options.eventParent] 指定的事件冒泡对象,默认为map对象,false时不冒泡
|
|
6327
6327
|
* @param {object} [options.center] 图层自定义定位视角 {@link Map#setCameraView}
|
|
6328
|
-
* @param {number} options.center.lng 经度值,
|
|
6329
|
-
* @param {number} options.center.lat 纬度值, -90
|
|
6328
|
+
* @param {number} options.center.lng 经度值, -180至180
|
|
6329
|
+
* @param {number} options.center.lat 纬度值, -90至90
|
|
6330
6330
|
* @param {number} [options.center.alt] 高度值
|
|
6331
6331
|
* @param {number} [options.center.heading] 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
6332
6332
|
* @param {number} [options.center.pitch] 俯仰角度值,绕纬度线旋转角度, -90至90
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mars3d-tdt",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.1",
|
|
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.
|
|
10
|
+
"mars3d": "~3.10.1"
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
13
|
"lint": "eslint ./src/**/*.{js,ts} --fix"
|