mars3d-tdt 3.4.4 → 3.4.7

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.
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Mars3D平台插件,支持对天地图三维地名服务和地形服务加载使用 mars3d-tdt
3
3
  *
4
- * 版本信息:v3.4.4
5
- * 编译日期:2022-08-15 14:40:59
4
+ * 版本信息:v3.4.7
5
+ * 编译日期:2022-09-07 14:45:32
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
7
  * 使用单位:免费公开版 ,2022-06-01
8
8
  */
@@ -229,9 +229,9 @@
229
229
  * @param {Number} options.center.lng 经度值, 180 - 180
230
230
  * @param {Number} options.center.lat 纬度值, -90 - 90
231
231
  * @param {Number} [options.center.alt] 高度值
232
- * @param {Number} [options.center.heading] 方向角度值,绕垂直于地心的轴旋转角度, 0-360
233
- * @param {Number} [options.center.pitch] 俯仰角度值,绕纬度线旋转角度, 0-360
234
- * @param {Number} [options.center.roll] 翻滚角度值,绕经度线旋转角度, 0-360
232
+ * @param {Number} [options.center.heading] 方向角度值,绕垂直于地心的轴旋转角度, 0360
233
+ * @param {Number} [options.center.pitch] 俯仰角度值,绕纬度线旋转角度, -90至90
234
+ * @param {Number} [options.center.roll] 翻滚角度值,绕经度线旋转角度, -90至90
235
235
  * @param {Boolean} [options.flyTo] 加载完成数据后是否自动飞行定位到数据所在的区域。
236
236
  * @export
237
237
  * @class TdtDmLayer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mars3d-tdt",
3
- "version": "3.4.4",
3
+ "version": "3.4.7",
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.4.4"
13
+ "mars3d": "~3.4.7"
14
14
  },
15
15
  "scripts": {
16
16
  "lint": "eslint ./src/**/*.{js,ts} --fix"