@mapgis/webclient-cesium-plugin 17.0.2 → 17.0.5
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 +27 -1
- package/dist/es5/webclient-cesium-plugin.min.js +3 -3
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-cesium-plugin-es6.min.js +3 -3
- package/documention/ArcGISMapServerImageryProvider.html +158 -35
- package/documention/ArcGISTileServerImageryProvider.html +90 -25
- package/documention/CustomTilingScheme.html +304 -111
- package/documention/DynamicEntityVisualizer.html +21 -6
- package/documention/DynamicLabelLayer.html +208 -53
- package/documention/GeoJSONLayerUtil.html +25 -6
- package/documention/GraphicsLayerUtil.html +25 -6
- package/documention/HashMap.html +107 -27
- package/documention/IGSFeatureLayerUtil.html +25 -6
- package/documention/IGSSceneLayerUtil.html +217 -64
- package/documention/MapGISMapServerImageryProvider.html +408 -105
- package/documention/MapGISTerrainProvider.html +418 -102
- package/documention/MapGISTileServerImageryProvider.html +379 -96
- package/documention/MapGISVectorTileImageryProvider.html +506 -127
- package/documention/Popup.html +148 -39
- package/documention/SceneViewCesium.html +698 -205
- package/documention/Screenshot.html +43 -18
- package/documention/SketchEditorCesium.html +161 -48
- package/documention/UrlTemplateImageryProvider.html +26 -7
- package/documention/WFSLayerUtil.html +25 -6
- package/documention/WebMapServiceImageryProvider.html +27 -7
- package/documention/WebMapTileServiceImageryProvider.html +27 -7
- package/documention/global.html +20 -5
- package/documention/index.html +4 -4
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +13 -8
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +104 -39
- package/documention/module.exports_module.exports.html +42 -12
- package/documention/scripts/sideBar.js +133 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -265,13 +265,39 @@ const sceneView = new SceneView({
|
|
|
265
265
|
# 4、@mapgis/webclient-cesium-plugin 版本说明
|
|
266
266
|
|
|
267
267
|
## 4.1、正式版
|
|
268
|
+
|
|
269
|
+
### v17.0.5
|
|
270
|
+
|
|
271
|
+
**更新说明:**
|
|
272
|
+
|
|
273
|
+
1. 功能优化
|
|
274
|
+
|
|
275
|
+
- 优化Cesium引擎自定义裁图方式的地图服务加载效果
|
|
276
|
+
|
|
277
|
+
### v17.0.4
|
|
278
|
+
|
|
279
|
+
**更新说明:**
|
|
280
|
+
|
|
281
|
+
1. 功能优化
|
|
282
|
+
|
|
283
|
+
- Cesium引擎支持加载自定裁图方式服务功能增强
|
|
284
|
+
- 广告牌Billboard避让效果增强
|
|
285
|
+
|
|
286
|
+
### v17.0.3
|
|
287
|
+
|
|
288
|
+
**更新说明:**
|
|
289
|
+
|
|
290
|
+
1. 功能优化
|
|
291
|
+
|
|
292
|
+
- 修复已知问题
|
|
293
|
+
|
|
268
294
|
### v17.0.2
|
|
269
295
|
|
|
270
296
|
**更新说明:**
|
|
271
297
|
|
|
272
298
|
1. 功能优化
|
|
273
299
|
|
|
274
|
-
-
|
|
300
|
+
- 修复已知问题
|
|
275
301
|
|
|
276
302
|
### v17.0.0
|
|
277
303
|
|