mars3d-supermap 3.9.12 → 3.10.0
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-supermap.js +9 -9
- package/package.json +2 -2
package/mars3d-supermap.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Mars3D平台插件,结合supermap超图库使用的功能插件 mars3d-supermap
|
|
3
3
|
*
|
|
4
|
-
* 版本信息:v3.
|
|
5
|
-
* 编译日期:2025-06
|
|
4
|
+
* 版本信息:v3.10.0
|
|
5
|
+
* 编译日期:2025-07-06 18:32
|
|
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'))) :
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
* @param {boolean} [options.show = true] 图层是否显示
|
|
54
54
|
* @param {BaseClass|boolean} [options.eventParent] 指定的事件冒泡对象,默认为map对象,false时不冒泡
|
|
55
55
|
* @param {object} [options.center] 图层自定义定位视角 {@link Map#setCameraView}
|
|
56
|
-
* @param {number} options.center.lng 经度值,
|
|
57
|
-
* @param {number} options.center.lat 纬度值, -90
|
|
56
|
+
* @param {number} options.center.lng 经度值, -180至180
|
|
57
|
+
* @param {number} options.center.lat 纬度值, -90至90
|
|
58
58
|
* @param {number} [options.center.alt] 高度值
|
|
59
59
|
* @param {number} [options.center.heading] 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
60
60
|
* @param {number} [options.center.pitch] 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
@@ -342,8 +342,8 @@
|
|
|
342
342
|
* @param {boolean} [options.show = true] 图层是否显示
|
|
343
343
|
* @param {BaseClass|boolean} [options.eventParent] 指定的事件冒泡对象,默认为map对象,false时不冒泡
|
|
344
344
|
* @param {object} [options.center] 图层自定义定位视角 {@link Map#setCameraView}
|
|
345
|
-
* @param {number} options.center.lng 经度值,
|
|
346
|
-
* @param {number} options.center.lat 纬度值, -90
|
|
345
|
+
* @param {number} options.center.lng 经度值, -180至180
|
|
346
|
+
* @param {number} options.center.lat 纬度值, -90至90
|
|
347
347
|
* @param {number} [options.center.alt] 高度值
|
|
348
348
|
* @param {number} [options.center.heading] 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
349
349
|
* @param {number} [options.center.pitch] 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
@@ -419,8 +419,8 @@
|
|
|
419
419
|
* @param {boolean} [options.show = true] 图层是否显示
|
|
420
420
|
* @param {BaseClass|boolean} [options.eventParent] 指定的事件冒泡对象,默认为map对象,false时不冒泡
|
|
421
421
|
* @param {object} [options.center] 图层自定义定位视角 {@link Map#setCameraView}
|
|
422
|
-
* @param {number} options.center.lng 经度值,
|
|
423
|
-
* @param {number} options.center.lat 纬度值, -90
|
|
422
|
+
* @param {number} options.center.lng 经度值, -180至180
|
|
423
|
+
* @param {number} options.center.lat 纬度值, -90至90
|
|
424
424
|
* @param {number} [options.center.alt] 高度值
|
|
425
425
|
* @param {number} [options.center.heading] 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
426
426
|
* @param {number} [options.center.pitch] 俯仰角度值,绕纬度线旋转角度, -90至90
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mars3d-supermap",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.0",
|
|
4
4
|
"description": "Mars3D平台插件,结合supermap超图库使用的功能插件",
|
|
5
5
|
"main": "./mars3d-supermap.js",
|
|
6
6
|
"peerDependencies": {},
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"mars3d": "~3.
|
|
8
|
+
"mars3d": "~3.10.0"
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
11
11
|
"lint": "eslint ./src/**/*.{js,ts} --fix"
|