@mapgis/webclient-common 17.6.0 → 17.6.1
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 -0
- package/dist/es5/webclient-common.min.js +10 -10
- package/dist/webclient-common-es6.min.js +7 -7
- package/documention/FeatureServer.html +28 -0
- package/documention/HTMLMarkerSymbol.html +2233 -0
- package/documention/MapServer.html +80 -0
- package/documention/global.html +669 -210
- package/package.json +1 -1
|
@@ -4858,6 +4858,86 @@ IGS2.0: http://{ip}:{port}/igs/rest/services/{服务名称}/MapServer/tileImage/
|
|
|
4858
4858
|
|
|
4859
4859
|
|
|
4860
4860
|
|
|
4861
|
+
|
|
4862
|
+
<tr class="deep-level-1">
|
|
4863
|
+
|
|
4864
|
+
<td class="name"><code>inSrs</code></td>
|
|
4865
|
+
|
|
4866
|
+
|
|
4867
|
+
<td class="type">
|
|
4868
|
+
|
|
4869
|
+
|
|
4870
|
+
<span class="param-type">String</span>
|
|
4871
|
+
|
|
4872
|
+
|
|
4873
|
+
|
|
4874
|
+
</td>
|
|
4875
|
+
|
|
4876
|
+
|
|
4877
|
+
<td class="default">
|
|
4878
|
+
|
|
4879
|
+
</td>
|
|
4880
|
+
|
|
4881
|
+
|
|
4882
|
+
<td class="description last"><p>输入几何空间参照系,支持MapGIS参照系名称、EPSG格式参考系、WKT格式参考系,具体请参考IGS的API文档</p></td>
|
|
4883
|
+
</tr>
|
|
4884
|
+
|
|
4885
|
+
|
|
4886
|
+
|
|
4887
|
+
|
|
4888
|
+
<tr class="deep-level-1">
|
|
4889
|
+
|
|
4890
|
+
<td class="name"><code>outSrs</code></td>
|
|
4891
|
+
|
|
4892
|
+
|
|
4893
|
+
<td class="type">
|
|
4894
|
+
|
|
4895
|
+
|
|
4896
|
+
<span class="param-type">String</span>
|
|
4897
|
+
|
|
4898
|
+
|
|
4899
|
+
|
|
4900
|
+
</td>
|
|
4901
|
+
|
|
4902
|
+
|
|
4903
|
+
<td class="default">
|
|
4904
|
+
|
|
4905
|
+
</td>
|
|
4906
|
+
|
|
4907
|
+
|
|
4908
|
+
<td class="description last"><p>输出几何空间参照系,支持MapGIS参照系名称、EPSG格式参考系,WKT格式参考系,具体请参考IGS的API文档</p></td>
|
|
4909
|
+
</tr>
|
|
4910
|
+
|
|
4911
|
+
|
|
4912
|
+
|
|
4913
|
+
|
|
4914
|
+
<tr class="deep-level-1">
|
|
4915
|
+
|
|
4916
|
+
<td class="name"><code>supportArc3</code></td>
|
|
4917
|
+
|
|
4918
|
+
|
|
4919
|
+
<td class="type">
|
|
4920
|
+
|
|
4921
|
+
|
|
4922
|
+
<span class="param-type">Boolean</span>
|
|
4923
|
+
|
|
4924
|
+
|
|
4925
|
+
|
|
4926
|
+
</td>
|
|
4927
|
+
|
|
4928
|
+
|
|
4929
|
+
<td class="default">
|
|
4930
|
+
|
|
4931
|
+
false
|
|
4932
|
+
|
|
4933
|
+
</td>
|
|
4934
|
+
|
|
4935
|
+
|
|
4936
|
+
<td class="description last"><p>仅igs2.0支持,是否返回弧段数据,默认为false</p></td>
|
|
4937
|
+
</tr>
|
|
4938
|
+
|
|
4939
|
+
|
|
4940
|
+
|
|
4861
4941
|
|
|
4862
4942
|
|
|
4863
4943
|
|