@mapgis/webclient-cesium-plugin 17.2.0 → 17.2.1

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
@@ -182,9 +182,9 @@ npm install @mapgis/webclient-cesium-plugin
182
182
  </style>
183
183
  <script>
184
184
  //初始化图层管理容器
185
- const map = new Zondy.Map();
185
+ const map = new zondy.Map();
186
186
  //初始化场景视图对象
187
- const sceneView = new Zondy.SceneView({
187
+ const sceneView = new zondy.SceneView({
188
188
  //视图id
189
189
  viewId: "你的场景视图的id",
190
190
  //图层管理容器
@@ -266,6 +266,16 @@ const sceneView = new SceneView({
266
266
 
267
267
  ## 4.1、正式版
268
268
 
269
+ ### v17.2.1
270
+
271
+ **更新说明:**
272
+
273
+ 1. 功能优化
274
+
275
+ - 三维(Cesium)引擎优化命名空间结构
276
+ - 三维(Cesium)引擎修复已知问题
277
+
278
+
269
279
  ### v17.2.0
270
280
 
271
281
  **更新说明:**