@mapgis/webclient-common 17.2.1 → 17.2.2
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 -2
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-common-es6.min.js +2 -2
- package/documention/BaseScene.html +7577 -0
- package/documention/Cesium3DTilesCacheLayer.html +2 -2
- package/documention/Collection.html +198 -4
- package/documention/IGSMapImageLayer.html +1 -3
- package/documention/IGSVectorTileLayer.html +1 -34
- package/documention/ISScene.html +1336 -0
- package/documention/ISSceneLayer.html +2028 -0
- package/documention/ISSceneServer.html +2234 -0
- package/documention/ISSceneSubLayer.html +3356 -0
- package/documention/PointSymbol3D.html +1 -1
- package/documention/S3MTilesCacheLayer.html +7726 -0
- package/documention/SketchEditorVideo.html +2 -2
- package/documention/SketchEditorVideoBase.html +3 -3
- package/documention/VideoMapView.html +4 -4
- package/documention/index.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,13 +48,13 @@ npm install @mapgis/webclient-common
|
|
|
48
48
|
1.在该网页中请先选择要下载的版本
|
|
49
49
|
|
|
50
50
|
<center>
|
|
51
|
-
<img src="http://
|
|
51
|
+
<img src="http://webclient.smaryun.com/static/modules/common/source/img/开发指南_1.png" style="zoom:100%;" />
|
|
52
52
|
</center>
|
|
53
53
|
|
|
54
54
|
2.之后点击相应的版本号,在右侧点击下载按钮,下载压缩包
|
|
55
55
|
|
|
56
56
|
<center>
|
|
57
|
-
<img src="http://
|
|
57
|
+
<img src="http://webclient.smaryun.com/static/modules/common/source/img/开发指南_2.png" style="zoom:100%;" />
|
|
58
58
|
</center>
|
|
59
59
|
|
|
60
60
|
开发包位于`webclient-common-16.3.32\package\dist`中
|
|
@@ -149,6 +149,14 @@ const mapImageLayer = new IGSMapImageLayer()
|
|
|
149
149
|
|
|
150
150
|
## 4.1、正式版
|
|
151
151
|
|
|
152
|
+
### v17.2.2
|
|
153
|
+
|
|
154
|
+
**更新说明:**
|
|
155
|
+
|
|
156
|
+
1. 功能优化
|
|
157
|
+
|
|
158
|
+
- 修复已知问题
|
|
159
|
+
|
|
152
160
|
### v17.2.1
|
|
153
161
|
|
|
154
162
|
**更新说明:**
|