mars3d 3.3.16 → 3.3.17

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 CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Mars3D三维可视化平台 mars3d
3
3
  *
4
- * 版本信息:v3.3.16
5
- * 编译日期:2022-07-04 13:55:36
4
+ * 版本信息:v3.3.17
5
+ * 编译日期:2022-07-04 20:20:28
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
7
  * 使用单位:免费公开版 ,2022-02-01
8
8
  */
package/dist/mars3d.d.ts CHANGED
@@ -2,8 +2,8 @@
2
2
  /**
3
3
  * Mars3D三维可视化平台 mars3d
4
4
  *
5
- * 版本信息:v3.3.16
6
- * 编译日期:2022-07-04 13:55:36
5
+ * 版本信息:v3.3.17
6
+ * 编译日期:2022-07-04 20:20:28
7
7
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
8
8
  * 使用单位:免费公开版 ,2022-02-01
9
9
  */
@@ -19456,16 +19456,6 @@ declare class TilesetLayer extends BaseGraphicLayer {
19456
19456
  * @returns 当前对象本身,可以链式调用
19457
19457
  */
19458
19458
  closePopup(): BaseGraphicLayer;
19459
- /**
19460
- * 开始编辑对象
19461
- * @returns 无
19462
- */
19463
- startEditing(): void;
19464
- /**
19465
- * 停止编辑,释放正在编辑的对象。
19466
- * @returns 无
19467
- */
19468
- stopEditing(): void;
19469
19459
  /**
19470
19460
  * 透明度,取值范围:0.0-1.0
19471
19461
  */