@mapgis/webclient-cesium-plugin 17.0.2 → 17.0.4
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 +10 -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 +50 -3
- package/documention/ArcGISTileServerImageryProvider.html +16 -3
- package/documention/CustomTilingScheme.html +61 -48
- package/documention/DynamicEntityVisualizer.html +3 -0
- package/documention/DynamicLabelLayer.html +40 -9
- package/documention/GeoJSONLayerUtil.html +4 -1
- package/documention/GraphicsLayerUtil.html +4 -1
- package/documention/HashMap.html +27 -11
- package/documention/IGSFeatureLayerUtil.html +4 -1
- package/documention/IGSSceneLayerUtil.html +41 -12
- package/documention/MapGISMapServerImageryProvider.html +76 -17
- package/documention/MapGISTerrainProvider.html +84 -24
- package/documention/MapGISTileServerImageryProvider.html +73 -18
- package/documention/MapGISVectorTileImageryProvider.html +101 -26
- package/documention/Popup.html +29 -8
- package/documention/SceneViewCesium.html +131 -37
- package/documention/Screenshot.html +13 -8
- package/documention/SketchEditorCesium.html +27 -6
- package/documention/UrlTemplateImageryProvider.html +3 -0
- package/documention/WFSLayerUtil.html +4 -1
- package/documention/WebMapServiceImageryProvider.html +7 -3
- package/documention/WebMapTileServiceImageryProvider.html +7 -3
- package/documention/global.html +3 -0
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +6 -5
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +23 -10
- package/documention/module.exports_module.exports.html +6 -0
- package/documention/scripts/sideBar.js +28 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -265,13 +265,22 @@ const sceneView = new SceneView({
|
|
|
265
265
|
# 4、@mapgis/webclient-cesium-plugin 版本说明
|
|
266
266
|
|
|
267
267
|
## 4.1、正式版
|
|
268
|
+
|
|
269
|
+
### v17.0.3
|
|
270
|
+
|
|
271
|
+
**更新说明:**
|
|
272
|
+
|
|
273
|
+
1. 功能优化
|
|
274
|
+
|
|
275
|
+
- 修复已知问题
|
|
276
|
+
|
|
268
277
|
### v17.0.2
|
|
269
278
|
|
|
270
279
|
**更新说明:**
|
|
271
280
|
|
|
272
281
|
1. 功能优化
|
|
273
282
|
|
|
274
|
-
-
|
|
283
|
+
- 修复已知问题
|
|
275
284
|
|
|
276
285
|
### v17.0.0
|
|
277
286
|
|