@mapgis/webclient-cesium-plugin 17.2.2 → 17.2.3
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 +9 -0
- package/dist/es5/webclient-cesium-plugin.min.js +5 -7
- package/dist/es5/webclient-common.min.js +3 -3
- package/dist/webclient-cesium-plugin-es6.min.js +5 -7
- package/documention/ArcGISMapServerImageryProvider.html +46 -3
- package/documention/ArcGISTileServerImageryProvider.html +43 -3
- package/documention/ArcGISVectorTileImageryProvider.html +6 -1
- package/documention/FloodAnalysisReflection.html +1282 -0
- package/documention/MapGISTerrainProvider.html +16 -2
- package/documention/MapGISTileServerImageryProvider.html +39 -2
- package/documention/PostProcessStageLibrary.html +1329 -0
- package/documention/S3MTileset.html +39 -6
- package/documention/WaterReflection.html +1476 -0
- package/documention/WebMapServiceImageryProvider.html +45 -3
- package/documention/WebMapTileServiceImageryProvider.html +45 -3
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<header id="page-title" class="page-title">
|
|
2
2
|
|
|
3
3
|
<span class="page-title-main">类名</span>
|
|
4
|
-
<span class="page-title-sub">
|
|
4
|
+
<span class="page-title-sub">S3MTileSet</span>
|
|
5
5
|
|
|
6
6
|
</header>
|
|
7
7
|
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
<h4 class="name" id="
|
|
26
|
-
<a class="href-link" href="#
|
|
25
|
+
<h4 class="name" id="S3MTileSet">
|
|
26
|
+
<a class="href-link" href="#S3MTileSet">#</a>
|
|
27
27
|
|
|
28
|
-
<span class="code-name" id="
|
|
28
|
+
<span class="code-name" id="S3MTileSet" style="font-size:30px">
|
|
29
29
|
|
|
30
|
-
new
|
|
30
|
+
new S3MTileSet<span class="signature">(options)</span>
|
|
31
31
|
|
|
32
32
|
</span>
|
|
33
33
|
</h4>
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
<div class="description">
|
|
38
|
-
<p>
|
|
38
|
+
<p>S3MTileSet类</p>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
41
|
|
|
@@ -134,6 +134,39 @@
|
|
|
134
134
|
|
|
135
135
|
|
|
136
136
|
|
|
137
|
+
|
|
138
|
+
<tr class="deep-level-1">
|
|
139
|
+
|
|
140
|
+
<td class="name"><code>options</code></td>
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
<td class="type">
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
<span class="param-type">
|
|
147
|
+
|
|
148
|
+
String
|
|
149
|
+
|
|
150
|
+
</span>
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
</td>
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
<td class="default">
|
|
159
|
+
|
|
160
|
+
{}
|
|
161
|
+
|
|
162
|
+
</td>
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
<td class="description last"><p>其他参数,选填</p></td>
|
|
166
|
+
</tr>
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
137
170
|
|
|
138
171
|
|
|
139
172
|
|