@mapgis/webclient-cesium-plugin 17.0.5 → 17.0.7
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 +16 -0
- package/dist/es5/webclient-cesium-plugin.min.js +2 -2
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-cesium-plugin-es6.min.js +2 -2
- package/documention/ArcGISMapServerImageryProvider.html +0 -6
- package/documention/ArcGISTileServerImageryProvider.html +0 -6
- package/documention/MapGISMapServerImageryProvider.html +0 -63
- package/documention/MapGISTileServerImageryProvider.html +0 -6
- package/documention/SceneViewCesium.html +1 -1
- package/documention/WebMapServiceImageryProvider.html +0 -6
- package/documention/WebMapTileServiceImageryProvider.html +0 -6
- package/package.json +1 -1
- package/documention/FeatureLayerUtil.html +0 -471
- package/documention/MapGISTileServerImageProvider.html +0 -2150
- package/documention/SceneView.html +0 -4250
package/README.md
CHANGED
|
@@ -266,6 +266,22 @@ const sceneView = new SceneView({
|
|
|
266
266
|
|
|
267
267
|
## 4.1、正式版
|
|
268
268
|
|
|
269
|
+
### v17.0.7
|
|
270
|
+
|
|
271
|
+
**更新说明:**
|
|
272
|
+
|
|
273
|
+
1. 功能优化
|
|
274
|
+
|
|
275
|
+
- 修复已知问题
|
|
276
|
+
|
|
277
|
+
### v17.0.6
|
|
278
|
+
|
|
279
|
+
**更新说明:**
|
|
280
|
+
|
|
281
|
+
1. 功能优化
|
|
282
|
+
|
|
283
|
+
- 优化cesium三维模式切换至二维模式的效果
|
|
284
|
+
|
|
269
285
|
### v17.0.5
|
|
270
286
|
|
|
271
287
|
**更新说明:**
|