@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/documention/Map.html
CHANGED
|
@@ -962,7 +962,7 @@ const map = new Map({
|
|
|
962
962
|
|
|
963
963
|
</code>
|
|
964
964
|
</td>
|
|
965
|
-
<td class="name"><code></code></td>
|
|
965
|
+
<td class="name"><code><p>获取地图范围,并更新内部使用的底图范围(4326参考系)</p></code></td>
|
|
966
966
|
</tr>
|
|
967
967
|
|
|
968
968
|
<tr class="deep-level-0">
|
|
@@ -2255,6 +2255,10 @@ map.findLayerById('图层id');</code></pre>
|
|
|
2255
2255
|
|
|
2256
2256
|
|
|
2257
2257
|
|
|
2258
|
+
<div class="description">
|
|
2259
|
+
<p>获取地图范围,并更新内部使用的底图范围(4326参考系)</p>
|
|
2260
|
+
</div>
|
|
2261
|
+
|
|
2258
2262
|
|
|
2259
2263
|
|
|
2260
2264
|
|
|
@@ -2327,7 +2331,7 @@ map.findLayerById('图层id');</code></pre>
|
|
|
2327
2331
|
|
|
2328
2332
|
<div class="columns">
|
|
2329
2333
|
|
|
2330
|
-
<div class='param-desc column is-7'><p
|
|
2334
|
+
<div class='param-desc column is-7'><p>地图范围,参考系和Map的参考系保持一致</p></div>
|
|
2331
2335
|
|
|
2332
2336
|
|
|
2333
2337
|
<div class='column is-5 has-text-left'>
|