mars3d-supermap 3.11.1 → 3.11.2

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/README.md CHANGED
@@ -66,7 +66,7 @@ import "mars3d-supermap";
66
66
  "mars3d/plugins/supermap/mars3d-supermap.js",//mars3d-supermap简化调用封装
67
67
  ],
68
68
  ```
69
- 更多参考mars3d功能示例中[S3M图层示例](https://mars3d.cn/editor.html?id=layer-other/s3m/basis)
69
+ 更多参考mars3d功能示例中[S3M图层示例](http://mars3d.cn/editor-vue.html?id=layer-other/s3m/basis)
70
70
 
71
71
  #### 此方式的特别说明
72
72
  经过测试,[SuperMap3D](https://github.com/SuperMap/iClient3D-for-WebGL/tree/main/Cesium_S3MLayer_Plugins/S3MTilesLayer)插件代码不是最新的,超图官网API很多在此插件中都没有。
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Mars3D平台插件,结合supermap超图库使用的功能插件 mars3d-supermap
3
3
  *
4
- * 版本信息:v3.11.1
5
- * 编译日期:2026-03-17 19:23
4
+ * 版本信息:v3.11.2
5
+ * 编译日期:2026-04-08 16:13
6
6
  * 版权所有:Copyright by http://mars3d.cn
7
7
  * 使用单位:免费公开版 ,2026-02-01
8
8
  */
@@ -32,8 +32,8 @@
32
32
 
33
33
  var mars3d__namespace = /*#__PURE__*/_interopNamespace(mars3d);
34
34
 
35
- const version = "3.11.1";
36
- const buildTime = "2026-03-17 19:22";
35
+ const version = "3.11.2";
36
+ const buildTime = "2026-04-08 16:11";
37
37
 
38
38
  const Cesium$2 = mars3d__namespace.Cesium;
39
39
  const BaseLayer$1 = mars3d__namespace.layer.BaseLayer;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "mars3d-supermap",
3
- "version": "3.11.1",
3
+ "version": "3.11.2",
4
4
  "description": "Mars3D平台插件,结合supermap超图库使用的功能插件",
5
5
  "main": "./mars3d-supermap.js",
6
6
  "peerDependencies": {},
7
7
  "devDependencies": {
8
- "mars3d": "~3.11.1"
8
+ "mars3d": "~3.11.2"
9
9
  },
10
10
  "scripts": {
11
11
  "lint": "eslint ./src/**/*.{js,ts} --fix"