mars3d-supermap 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平台插件,结合supermap超图库使用的功能插件 mars3d-supermap
3
3
  *
4
- * 版本信息:v3.4.4
5
- * 编译日期:2022-08-15 14:41:09
4
+ * 版本信息:v3.4.7
5
+ * 编译日期:2022-09-07 14:45:43
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
7
  * 使用单位:免费公开版 ,2022-06-01
8
8
  */
@@ -235,9 +235,9 @@
235
235
  * @param {Number} options.center.lng 经度值, 180 - 180
236
236
  * @param {Number} options.center.lat 纬度值, -90 - 90
237
237
  * @param {Number} [options.center.alt] 高度值
238
- * @param {Number} [options.center.heading] 方向角度值,绕垂直于地心的轴旋转角度, 0-360
239
- * @param {Number} [options.center.pitch] 俯仰角度值,绕纬度线旋转角度, 0-360
240
- * @param {Number} [options.center.roll] 翻滚角度值,绕经度线旋转角度, 0-360
238
+ * @param {Number} [options.center.heading] 方向角度值,绕垂直于地心的轴旋转角度, 0360
239
+ * @param {Number} [options.center.pitch] 俯仰角度值,绕纬度线旋转角度, -90至90
240
+ * @param {Number} [options.center.roll] 翻滚角度值,绕经度线旋转角度, -90至90
241
241
  * @param {Boolean} [options.flyTo] 加载完成数据后是否自动飞行定位到数据所在的区域。
242
242
  * @export
243
243
  * @class S3MLayer
@@ -514,7 +514,7 @@
514
514
  * @param {Number} [options.maximumTerrainLevel] 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
515
515
  * @param {Object} [options.rectangle] 瓦片数据的矩形区域范围
516
516
  * @param {Number} options.rectangle.xmin 最小经度值, -180 至 180
517
- * @param {Number} options.rectangle.xmax 最大纬度值, -180 至 180
517
+ * @param {Number} options.rectangle.xmax 最大经度值, -180 至 180
518
518
  * @param {Number} options.rectangle.ymin 最小纬度值, -90 至 90
519
519
  * @param {Number} options.rectangle.ymax 最大纬度值, -90 至 90
520
520
  * @param {Number[]} [options.bbox] bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
@@ -557,9 +557,9 @@
557
557
  * @param {Number} options.center.lng 经度值, 180 - 180
558
558
  * @param {Number} options.center.lat 纬度值, -90 - 90
559
559
  * @param {Number} [options.center.alt] 高度值
560
- * @param {Number} [options.center.heading] 方向角度值,绕垂直于地心的轴旋转角度, 0-360
561
- * @param {Number} [options.center.pitch] 俯仰角度值,绕纬度线旋转角度, 0-360
562
- * @param {Number} [options.center.roll] 翻滚角度值,绕经度线旋转角度, 0-360
560
+ * @param {Number} [options.center.heading] 方向角度值,绕垂直于地心的轴旋转角度, 0360
561
+ * @param {Number} [options.center.pitch] 俯仰角度值,绕纬度线旋转角度, -90至90
562
+ * @param {Number} [options.center.roll] 翻滚角度值,绕经度线旋转角度, -90至90
563
563
  * @param {Boolean} [options.flyTo] 加载完成数据后是否自动飞行定位到数据所在的区域。
564
564
  * @export
565
565
  * @class SmImgLayer
@@ -655,9 +655,9 @@
655
655
  * @param {Number} options.center.lng 经度值, 180 - 180
656
656
  * @param {Number} options.center.lat 纬度值, -90 - 90
657
657
  * @param {Number} [options.center.alt] 高度值
658
- * @param {Number} [options.center.heading] 方向角度值,绕垂直于地心的轴旋转角度, 0-360
659
- * @param {Number} [options.center.pitch] 俯仰角度值,绕纬度线旋转角度, 0-360
660
- * @param {Number} [options.center.roll] 翻滚角度值,绕经度线旋转角度, 0-360
658
+ * @param {Number} [options.center.heading] 方向角度值,绕垂直于地心的轴旋转角度, 0360
659
+ * @param {Number} [options.center.pitch] 俯仰角度值,绕纬度线旋转角度, -90至90
660
+ * @param {Number} [options.center.roll] 翻滚角度值,绕经度线旋转角度, -90至90
661
661
  * @param {Boolean} [options.flyTo] 加载完成数据后是否自动飞行定位到数据所在的区域。
662
662
  * @export
663
663
  * @class SmMvtLayer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mars3d-supermap",
3
- "version": "3.4.4",
3
+ "version": "3.4.7",
4
4
  "description": "Mars3D平台插件,结合supermap超图库使用的功能插件",
5
5
  "main": "dist/mars3d-supermap.js",
6
6
  "files": [
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "dependencies": {},
10
10
  "devDependencies": {
11
- "mars3d": "^3.4.4"
11
+ "mars3d": "~3.4.7"
12
12
  },
13
13
  "scripts": {
14
14
  "lint": "eslint ./src/**/*.{js,ts} --fix"