@mapgis/webclient-common 17.2.5 → 17.2.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-common.min.js +2 -2
- package/dist/webclient-common-es6.min.js +2 -2
- package/documention/BaseScene.html +550 -246
- package/documention/FeatureFilter.html +554 -322
- package/documention/IGSVectorTileLayer.html +257 -0
- package/documention/ISScene.html +553 -290
- package/documention/ISSceneLayer.html +558 -458
- package/documention/ISSceneServer.html +568 -399
- package/documention/ISSceneSubLayer.html +564 -610
- package/documention/Map.html +6 -2
- package/documention/ModelCacheLayer.html +549 -257
- package/documention/S3MTilesCacheLayer.html +691 -1253
- package/documention/TimeExtent.html +545 -197
- package/documention/TimeInfo.html +553 -317
- package/documention/TimeInterval.html +545 -197
- package/documention/VoxelFilter.html +545 -197
- package/documention/index.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -149,6 +149,22 @@ const mapImageLayer = new IGSMapImageLayer()
|
|
|
149
149
|
|
|
150
150
|
## 4.1、正式版
|
|
151
151
|
|
|
152
|
+
### v17.2.7
|
|
153
|
+
|
|
154
|
+
**更新说明:**
|
|
155
|
+
|
|
156
|
+
1. 功能优化
|
|
157
|
+
|
|
158
|
+
- 修复图层服务数据范围异常时的地图加载问题
|
|
159
|
+
|
|
160
|
+
### v17.2.6
|
|
161
|
+
|
|
162
|
+
**更新说明:**
|
|
163
|
+
|
|
164
|
+
1. 功能优化
|
|
165
|
+
|
|
166
|
+
- 修复图层服务数据范围异常时的地图加载问题
|
|
167
|
+
|
|
152
168
|
### v17.2.5
|
|
153
169
|
|
|
154
170
|
**更新说明:**
|