@mapgis/webclient-common 17.2.3 → 17.2.5
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 +17 -0
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-common-es6.min.js +2 -2
- package/documention/FeatureFilter.html +1486 -0
- package/documention/IGSVectorTileLayer.html +20 -12
- package/documention/ModelCacheLayer.html +1203 -0
- package/documention/S3MTilesCacheLayer.html +4 -283
- package/documention/TimeExtent.html +963 -0
- package/documention/TimeInfo.html +1485 -0
- package/documention/TimeInterval.html +959 -0
- package/documention/VoxelFilter.html +963 -0
- package/documention/index.html +1 -1
- package/package.json +1 -1
|
@@ -230,12 +230,10 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
|
|
|
230
230
|
|
|
231
231
|
<td class="default">
|
|
232
232
|
|
|
233
|
-
new Collection()
|
|
234
|
-
|
|
235
233
|
</td>
|
|
236
234
|
|
|
237
235
|
|
|
238
|
-
<td class="description last"><p
|
|
236
|
+
<td class="description last"><p>会通过该参数中指定的子图层列表对矢量瓦片服务中的子图层进行过滤,不在列表中的子图层将不会显示;如果没有指定该参数,则会按照矢量瓦片服务中的子图层的属性显示所有子图层;如果该参数为空数组,则矢量瓦片服务所有的子图层都不显示。<br>
|
|
239
237
|
目前支持的专题图如下:<br>
|
|
240
238
|
<a class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html><code>1、单值专题图</code></a><br/>
|
|
241
239
|
<a class="mapgis-link-name" title="ClassBreakRenderer" ClassBreakRenderer.html><code>2、分段专题图</code></a><br/>
|
|
@@ -2389,13 +2387,18 @@ off-screen: 使用矢量瓦片来绘制注记;
|
|
|
2389
2387
|
</tr>
|
|
2390
2388
|
|
|
2391
2389
|
<tr class="deep-level-0">
|
|
2392
|
-
<td class="name"><code><a href="#
|
|
2390
|
+
<td class="name"><code><a href="#_updateMapInfoSubLayers">_updateMapInfoSubLayers</a></code></td>
|
|
2393
2391
|
<td class="name">
|
|
2394
2392
|
<code>
|
|
2395
2393
|
|
|
2396
2394
|
</code>
|
|
2397
2395
|
</td>
|
|
2398
|
-
<td class="name"><code><p
|
|
2396
|
+
<td class="name"><code><p>通过用户设置的子图层参数,更新MapInfo中的子图层参数,
|
|
2397
|
+
遵循如下规则:
|
|
2398
|
+
1、如果用户设置的子图层ID和MapInfo的子图层中ID相等,则将用户的设置覆盖服务端设置,同时打一个标签,表示该MapInfo的子图层可以被创建;
|
|
2399
|
+
2、如果MapInfo的子图层没有和客户设置的子图层匹配上,也打一个标签,表示该MapInfo的子图层不可以被创建;
|
|
2400
|
+
3、如果clientSubLayers的长度为0,则要创建显示所有子图层,此处clientSubLayers的长度为0表示客户未设置sublayers参数,或sublayers-undefined,
|
|
2401
|
+
如果用户设置了sublayers=[],则会在_initSubLayers方法中的2.1步骤直接设置样式图层为空</p></code></td>
|
|
2399
2402
|
</tr>
|
|
2400
2403
|
|
|
2401
2404
|
<tr class="deep-level-0">
|
|
@@ -2881,12 +2884,12 @@ off-screen: 使用矢量瓦片来绘制注记;
|
|
|
2881
2884
|
|
|
2882
2885
|
|
|
2883
2886
|
|
|
2884
|
-
<h4 class="name" id="
|
|
2885
|
-
<a class="href-link" href="#
|
|
2887
|
+
<h4 class="name" id="_updateMapInfoSubLayers">
|
|
2888
|
+
<a class="href-link" href="#_updateMapInfoSubLayers">#</a>
|
|
2886
2889
|
|
|
2887
|
-
<span class="code-name" id="
|
|
2890
|
+
<span class="code-name" id="_updateMapInfoSubLayers" style="font-size:30px">
|
|
2888
2891
|
|
|
2889
|
-
|
|
2892
|
+
_updateMapInfoSubLayers<span class="signature">(mapInfoSubLayers, clientSubLayers)</span>
|
|
2890
2893
|
|
|
2891
2894
|
</span>
|
|
2892
2895
|
</h4>
|
|
@@ -2894,7 +2897,12 @@ off-screen: 使用矢量瓦片来绘制注记;
|
|
|
2894
2897
|
|
|
2895
2898
|
|
|
2896
2899
|
<div class="description">
|
|
2897
|
-
<p
|
|
2900
|
+
<p>通过用户设置的子图层参数,更新MapInfo中的子图层参数,
|
|
2901
|
+
遵循如下规则:
|
|
2902
|
+
1、如果用户设置的子图层ID和MapInfo的子图层中ID相等,则将用户的设置覆盖服务端设置,同时打一个标签,表示该MapInfo的子图层可以被创建;
|
|
2903
|
+
2、如果MapInfo的子图层没有和客户设置的子图层匹配上,也打一个标签,表示该MapInfo的子图层不可以被创建;
|
|
2904
|
+
3、如果clientSubLayers的长度为0,则要创建显示所有子图层,此处clientSubLayers的长度为0表示客户未设置sublayers参数,或sublayers-undefined,
|
|
2905
|
+
如果用户设置了sublayers=[],则会在_initSubLayers方法中的2.1步骤直接设置样式图层为空</p>
|
|
2898
2906
|
</div>
|
|
2899
2907
|
|
|
2900
2908
|
|
|
@@ -2930,7 +2938,7 @@ off-screen: 使用矢量瓦片来绘制注记;
|
|
|
2930
2938
|
|
|
2931
2939
|
<tr class="deep-level-0">
|
|
2932
2940
|
|
|
2933
|
-
<td class="name"><code>
|
|
2941
|
+
<td class="name"><code>mapInfoSubLayers</code></td>
|
|
2934
2942
|
|
|
2935
2943
|
|
|
2936
2944
|
<td class="type">
|
|
@@ -2949,7 +2957,7 @@ off-screen: 使用矢量瓦片来绘制注记;
|
|
|
2949
2957
|
|
|
2950
2958
|
|
|
2951
2959
|
|
|
2952
|
-
<td class="description last"><p
|
|
2960
|
+
<td class="description last"><p>MapInfo中的子图层参数,同时也是最终的构造参数</p></td>
|
|
2953
2961
|
</tr>
|
|
2954
2962
|
|
|
2955
2963
|
|