@mapgis/webclient-cesium-plugin 17.2.1 → 17.2.3
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 +20 -3
- package/dist/es5/webclient-cesium-plugin.min.js +5 -7
- package/dist/es5/webclient-common.min.js +3 -3
- package/dist/webclient-cesium-plugin-es6.min.js +5 -7
- package/documention/ArcGISMapServerImageryProvider.html +46 -3
- package/documention/ArcGISTileServerImageryProvider.html +43 -3
- package/documention/ArcGISVectorTileImageryProvider.html +6 -1
- package/documention/FloodAnalysisReflection.html +1282 -0
- package/documention/GeoJSONLayerUtil.html +1 -1
- package/documention/IGSFeatureLayerUtil.html +1 -1
- package/documention/IGSSceneLayerUtil.html +29 -626
- package/documention/ISSceneLayerUtil.html +1131 -0
- package/documention/MapGISMapServerImageryProvider.html +2 -2
- package/documention/MapGISTerrainProvider.html +7554 -1054
- package/documention/MapGISTileServerImageryProvider.html +39 -2
- package/documention/PostProcessStageLibrary.html +1329 -0
- package/documention/S3MTileset.html +268 -0
- package/documention/WFSLayerUtil.html +1 -1
- package/documention/WaterReflection.html +1476 -0
- package/documention/WebMapServiceImageryProvider.html +45 -3
- package/documention/WebMapTileServiceImageryProvider.html +45 -3
- package/documention/index.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ npm install @mapgis/webclient-cesium-plugin
|
|
|
37
37
|
|
|
38
38
|
* 其中@mapgis/cesium库,目前版本仅支持ES5的打包方式,因此请以NPM的方式下载开发包,npm安装完成后,请将开发包从node_modules里的@mapgis/cesium文件夹里拷贝出来,放入项目的静态资源目录中
|
|
39
39
|
<center>
|
|
40
|
-
<img src="http://
|
|
40
|
+
<img src="http://webclient.smaryun.com/static/modules/cesium/source/img/开发指南_3.png" style="zoom:100%;" />
|
|
41
41
|
</center>
|
|
42
42
|
|
|
43
43
|
|
|
@@ -54,14 +54,14 @@ npm install @mapgis/webclient-cesium-plugin
|
|
|
54
54
|
1.在该网页中请先选择要下载的版本
|
|
55
55
|
|
|
56
56
|
<center>
|
|
57
|
-
<img src="http://
|
|
57
|
+
<img src="http://webclient.smaryun.com/static/modules/cesium/source/img/开发指南_1.png" style="zoom:100%;" />
|
|
58
58
|
</center>
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
2.点击相应的版本号,在右侧点击下载按钮,下载压缩包
|
|
62
62
|
|
|
63
63
|
<center>
|
|
64
|
-
<img src="http://
|
|
64
|
+
<img src="http://webclient.smaryun.com/static/modules/cesium/source/img/开发指南_2.png" style="zoom:100%;" />
|
|
65
65
|
</center>
|
|
66
66
|
|
|
67
67
|
|
|
@@ -266,6 +266,23 @@ const sceneView = new SceneView({
|
|
|
266
266
|
|
|
267
267
|
## 4.1、正式版
|
|
268
268
|
|
|
269
|
+
### v17.2.3
|
|
270
|
+
|
|
271
|
+
**更新说明:**
|
|
272
|
+
|
|
273
|
+
1. 功能优化
|
|
274
|
+
|
|
275
|
+
- 三维(Cesium)引擎修复填挖方计算接口问题
|
|
276
|
+
- 三维(Cesium)引擎中兼容高版本cesium加载IGS服务支持设置header
|
|
277
|
+
|
|
278
|
+
### v17.2.2
|
|
279
|
+
|
|
280
|
+
**更新说明:**
|
|
281
|
+
|
|
282
|
+
1. 功能优化
|
|
283
|
+
|
|
284
|
+
- 三维(Cesium)引擎修复已知问题
|
|
285
|
+
|
|
269
286
|
### v17.2.1
|
|
270
287
|
|
|
271
288
|
**更新说明:**
|