mars3d-supermap 3.9.10 → 3.9.12

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.9.10
5
- * 编译日期:2025-05-20 21:07
4
+ * 版本信息:v3.9.12
5
+ * 编译日期:2025-06-20 15:26
6
6
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
7
  * 使用单位:火星科技免费公开版 ,2025-02-01
8
8
  */
@@ -545,6 +545,8 @@
545
545
  // 注册下
546
546
  mars3d__namespace.LayerUtil.register("supermap_mvt", SmMvtLayer);
547
547
 
548
+ mars3d__namespace.Log.logInfo("mars3d-heatmap插件 注册成功");
549
+
548
550
  exports.S3MLayer = S3MLayer;
549
551
  exports.SmImgLayer = SmImgLayer;
550
552
  exports.SmMvtLayer = SmMvtLayer;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "mars3d-supermap",
3
- "version": "3.9.10",
3
+ "version": "3.9.12",
4
4
  "description": "Mars3D平台插件,结合supermap超图库使用的功能插件",
5
5
  "main": "./mars3d-supermap.js",
6
6
  "peerDependencies": {},
7
7
  "devDependencies": {
8
- "mars3d": "~3.9.10"
8
+ "mars3d": "~3.9.12"
9
9
  },
10
10
  "scripts": {
11
11
  "lint": "eslint ./src/**/*.{js,ts} --fix"