mars3d 3.4.21 → 3.4.22
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.css +2 -2
- package/dist/mars3d.d.ts +4 -4
- package/dist/mars3d.js +3 -3
- package/package.json +1 -1
package/dist/mars3d.css
CHANGED
package/dist/mars3d.d.ts
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Mars3D三维可视化平台 mars3d
|
|
4
4
|
*
|
|
5
|
-
* 版本信息:v3.4.
|
|
6
|
-
* 编译日期:2023-
|
|
5
|
+
* 版本信息:v3.4.22
|
|
6
|
+
* 编译日期:2023-02-06 19:57:36
|
|
7
7
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
8
8
|
* 使用单位:免费公开版 ,2022-06-01
|
|
9
9
|
*/
|
|
@@ -33853,7 +33853,7 @@ declare namespace PolyUtil {
|
|
|
33853
33853
|
* @param [options.objectsToExclude] - 贴模型分析时,排除的不进行贴模型计算的模型对象,可以是: primitives, entities, 或 3D Tiles features
|
|
33854
33854
|
* @param [options.exact = false] - 是否进行精确计算, 传false时是否快速概略计算方式,该方式计算精度较低,但计算速度快,仅能计算在当前视域内坐标的高度
|
|
33855
33855
|
* @param [options.offset = 0] - 可以按需增加偏移高度(单位:米),便于可视
|
|
33856
|
-
* @param options.endItem -
|
|
33856
|
+
* @param options.endItem - 异步计算每2个点后之间坐标后 的回调方法
|
|
33857
33857
|
* @param options.end - 异步计算高度完成后 的回调方法
|
|
33858
33858
|
* @returns 异步计算完成的Promise,同callback
|
|
33859
33859
|
*/
|
|
@@ -34312,7 +34312,7 @@ declare namespace Util {
|
|
|
34312
34312
|
}): string;
|
|
34313
34313
|
/**
|
|
34314
34314
|
* 导出下载图片文件
|
|
34315
|
-
* @param name -
|
|
34315
|
+
* @param name - 图片文件名称, 后缀名默认为.png
|
|
34316
34316
|
* @param base64 - 图片内容,base64格式
|
|
34317
34317
|
* @returns 无
|
|
34318
34318
|
*/
|