@mapgis/webclient-cesium-plugin 17.0.2 → 17.0.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 +27 -1
- package/dist/es5/webclient-cesium-plugin.min.js +3 -3
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-cesium-plugin-es6.min.js +3 -3
- package/documention/ArcGISMapServerImageryProvider.html +158 -35
- package/documention/ArcGISTileServerImageryProvider.html +90 -25
- package/documention/CustomTilingScheme.html +304 -111
- package/documention/DynamicEntityVisualizer.html +21 -6
- package/documention/DynamicLabelLayer.html +208 -53
- package/documention/GeoJSONLayerUtil.html +25 -6
- package/documention/GraphicsLayerUtil.html +25 -6
- package/documention/HashMap.html +107 -27
- package/documention/IGSFeatureLayerUtil.html +25 -6
- package/documention/IGSSceneLayerUtil.html +217 -64
- package/documention/MapGISMapServerImageryProvider.html +408 -105
- package/documention/MapGISTerrainProvider.html +418 -102
- package/documention/MapGISTileServerImageryProvider.html +379 -96
- package/documention/MapGISVectorTileImageryProvider.html +506 -127
- package/documention/Popup.html +148 -39
- package/documention/SceneViewCesium.html +698 -205
- package/documention/Screenshot.html +43 -18
- package/documention/SketchEditorCesium.html +161 -48
- package/documention/UrlTemplateImageryProvider.html +26 -7
- package/documention/WFSLayerUtil.html +25 -6
- package/documention/WebMapServiceImageryProvider.html +27 -7
- package/documention/WebMapTileServiceImageryProvider.html +27 -7
- package/documention/global.html +20 -5
- package/documention/index.html +4 -4
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +13 -8
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +104 -39
- package/documention/module.exports_module.exports.html +42 -12
- package/documention/scripts/sideBar.js +133 -6
- package/package.json +1 -1
|
@@ -69,13 +69,18 @@
|
|
|
69
69
|
|
|
70
70
|
<tr class="deep-level-0">
|
|
71
71
|
|
|
72
|
-
<td class="name"
|
|
72
|
+
<td class="name"><code>options</code></td>
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
<td class="type">
|
|
76
76
|
|
|
77
77
|
|
|
78
|
-
<span class="param-type">
|
|
78
|
+
<span class="param-type">
|
|
79
|
+
|
|
80
|
+
Object
|
|
81
|
+
|
|
82
|
+
</span>
|
|
83
|
+
|
|
79
84
|
|
|
80
85
|
|
|
81
86
|
|
|
@@ -95,16 +100,25 @@
|
|
|
95
100
|
|
|
96
101
|
<tr class="deep-level-1">
|
|
97
102
|
|
|
98
|
-
<td class="name"
|
|
103
|
+
<td class="name"><code>url</code></td>
|
|
99
104
|
|
|
100
105
|
|
|
101
106
|
<td class="type">
|
|
102
107
|
|
|
103
108
|
|
|
104
|
-
<span class="param-type">
|
|
109
|
+
<span class="param-type">
|
|
110
|
+
|
|
111
|
+
Cesium.Resource
|
|
112
|
+
|
|
113
|
+
</span>
|
|
105
114
|
|
|
|
106
115
|
|
|
107
|
-
<span class="param-type">
|
|
116
|
+
<span class="param-type">
|
|
117
|
+
|
|
118
|
+
String
|
|
119
|
+
|
|
120
|
+
</span>
|
|
121
|
+
|
|
108
122
|
|
|
109
123
|
|
|
110
124
|
|
|
@@ -126,13 +140,18 @@
|
|
|
126
140
|
|
|
127
141
|
<tr class="deep-level-1">
|
|
128
142
|
|
|
129
|
-
<td class="name"
|
|
143
|
+
<td class="name"><code>extensions</code></td>
|
|
130
144
|
|
|
131
145
|
|
|
132
146
|
<td class="type">
|
|
133
147
|
|
|
134
148
|
|
|
135
|
-
<span class="param-type">
|
|
149
|
+
<span class="param-type">
|
|
150
|
+
|
|
151
|
+
Array.<Object>
|
|
152
|
+
|
|
153
|
+
</span>
|
|
154
|
+
|
|
136
155
|
|
|
137
156
|
|
|
138
157
|
|
|
@@ -149,12 +149,17 @@
|
|
|
149
149
|
<tbody>
|
|
150
150
|
|
|
151
151
|
<tr class="deep-level-0">
|
|
152
|
-
<td class="name"><code><a href="
|
|
152
|
+
<td class="name"><code><a href="#toPrimitive">toPrimitive</a></code></td>
|
|
153
153
|
<td class="name">
|
|
154
154
|
<code>
|
|
155
155
|
|
|
156
156
|
|
|
157
|
-
<span class="param-type">
|
|
157
|
+
<span class="param-type">
|
|
158
|
+
|
|
159
|
+
Array
|
|
160
|
+
|
|
161
|
+
</span>
|
|
162
|
+
|
|
158
163
|
|
|
159
164
|
|
|
160
165
|
|
|
@@ -225,16 +230,25 @@
|
|
|
225
230
|
|
|
226
231
|
<tr class="deep-level-0">
|
|
227
232
|
|
|
228
|
-
<td class="name"
|
|
233
|
+
<td class="name"><code>feature</code></td>
|
|
229
234
|
|
|
230
235
|
|
|
231
236
|
<td class="type">
|
|
232
237
|
|
|
233
238
|
|
|
234
|
-
<span class="param-type">
|
|
239
|
+
<span class="param-type">
|
|
240
|
+
|
|
241
|
+
Feature
|
|
242
|
+
|
|
243
|
+
</span>
|
|
235
244
|
|
|
|
236
245
|
|
|
237
|
-
<span class="param-type">
|
|
246
|
+
<span class="param-type">
|
|
247
|
+
|
|
248
|
+
Array.<Feature>
|
|
249
|
+
|
|
250
|
+
</span>
|
|
251
|
+
|
|
238
252
|
|
|
239
253
|
|
|
240
254
|
|
|
@@ -322,7 +336,12 @@
|
|
|
322
336
|
<div class='column is-5 has-text-left'>
|
|
323
337
|
<label>类型: </label>
|
|
324
338
|
|
|
325
|
-
<span class="param-type">
|
|
339
|
+
<span class="param-type">
|
|
340
|
+
|
|
341
|
+
Array
|
|
342
|
+
|
|
343
|
+
</span>
|
|
344
|
+
|
|
326
345
|
|
|
327
346
|
|
|
328
347
|
</div>
|
|
@@ -170,12 +170,17 @@
|
|
|
170
170
|
<tbody>
|
|
171
171
|
|
|
172
172
|
<tr class="deep-level-0">
|
|
173
|
-
<td class="name"><code><a href="
|
|
173
|
+
<td class="name"><code><a href="#fromUrl">fromUrl</a></code></td>
|
|
174
174
|
<td class="name">
|
|
175
175
|
<code>
|
|
176
176
|
|
|
177
177
|
|
|
178
|
-
<span class="param-type"
|
|
178
|
+
<span class="param-type">
|
|
179
|
+
|
|
180
|
+
<a link="WebMapServiceImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WebMapServiceImageryProvider" WebMapServiceImageryProvider.html>WebMapServiceImageryProvider</a>
|
|
181
|
+
|
|
182
|
+
</span>
|
|
183
|
+
|
|
179
184
|
|
|
180
185
|
|
|
181
186
|
|
|
@@ -244,13 +249,18 @@
|
|
|
244
249
|
|
|
245
250
|
<tr class="deep-level-0">
|
|
246
251
|
|
|
247
|
-
<td class="name"
|
|
252
|
+
<td class="name"><code>url</code></td>
|
|
248
253
|
|
|
249
254
|
|
|
250
255
|
<td class="type">
|
|
251
256
|
|
|
252
257
|
|
|
253
|
-
<span class="param-type">
|
|
258
|
+
<span class="param-type">
|
|
259
|
+
|
|
260
|
+
String
|
|
261
|
+
|
|
262
|
+
</span>
|
|
263
|
+
|
|
254
264
|
|
|
255
265
|
|
|
256
266
|
|
|
@@ -268,13 +278,18 @@
|
|
|
268
278
|
|
|
269
279
|
<tr class="deep-level-0">
|
|
270
280
|
|
|
271
|
-
<td class="name"
|
|
281
|
+
<td class="name"><code>options</code></td>
|
|
272
282
|
|
|
273
283
|
|
|
274
284
|
<td class="type">
|
|
275
285
|
|
|
276
286
|
|
|
277
|
-
<span class="param-type">
|
|
287
|
+
<span class="param-type">
|
|
288
|
+
|
|
289
|
+
Object
|
|
290
|
+
|
|
291
|
+
</span>
|
|
292
|
+
|
|
278
293
|
|
|
279
294
|
|
|
280
295
|
|
|
@@ -360,7 +375,12 @@
|
|
|
360
375
|
<div class='column is-5 has-text-left'>
|
|
361
376
|
<label>类型: </label>
|
|
362
377
|
|
|
363
|
-
<span class="param-type"
|
|
378
|
+
<span class="param-type">
|
|
379
|
+
|
|
380
|
+
<a link="WebMapServiceImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WebMapServiceImageryProvider" WebMapServiceImageryProvider.html>WebMapServiceImageryProvider</a>
|
|
381
|
+
|
|
382
|
+
</span>
|
|
383
|
+
|
|
364
384
|
|
|
365
385
|
|
|
366
386
|
</div>
|
|
@@ -170,12 +170,17 @@
|
|
|
170
170
|
<tbody>
|
|
171
171
|
|
|
172
172
|
<tr class="deep-level-0">
|
|
173
|
-
<td class="name"><code><a href="
|
|
173
|
+
<td class="name"><code><a href="#fromUrl">fromUrl</a></code></td>
|
|
174
174
|
<td class="name">
|
|
175
175
|
<code>
|
|
176
176
|
|
|
177
177
|
|
|
178
|
-
<span class="param-type"
|
|
178
|
+
<span class="param-type">
|
|
179
|
+
|
|
180
|
+
<a link="WebMapTileServiceImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WebMapTileServiceImageryProvider" WebMapTileServiceImageryProvider.html>WebMapTileServiceImageryProvider</a>
|
|
181
|
+
|
|
182
|
+
</span>
|
|
183
|
+
|
|
179
184
|
|
|
180
185
|
|
|
181
186
|
|
|
@@ -244,13 +249,18 @@
|
|
|
244
249
|
|
|
245
250
|
<tr class="deep-level-0">
|
|
246
251
|
|
|
247
|
-
<td class="name"
|
|
252
|
+
<td class="name"><code>url</code></td>
|
|
248
253
|
|
|
249
254
|
|
|
250
255
|
<td class="type">
|
|
251
256
|
|
|
252
257
|
|
|
253
|
-
<span class="param-type">
|
|
258
|
+
<span class="param-type">
|
|
259
|
+
|
|
260
|
+
String
|
|
261
|
+
|
|
262
|
+
</span>
|
|
263
|
+
|
|
254
264
|
|
|
255
265
|
|
|
256
266
|
|
|
@@ -268,13 +278,18 @@
|
|
|
268
278
|
|
|
269
279
|
<tr class="deep-level-0">
|
|
270
280
|
|
|
271
|
-
<td class="name"
|
|
281
|
+
<td class="name"><code>options</code></td>
|
|
272
282
|
|
|
273
283
|
|
|
274
284
|
<td class="type">
|
|
275
285
|
|
|
276
286
|
|
|
277
|
-
<span class="param-type">
|
|
287
|
+
<span class="param-type">
|
|
288
|
+
|
|
289
|
+
Object
|
|
290
|
+
|
|
291
|
+
</span>
|
|
292
|
+
|
|
278
293
|
|
|
279
294
|
|
|
280
295
|
|
|
@@ -360,7 +375,12 @@
|
|
|
360
375
|
<div class='column is-5 has-text-left'>
|
|
361
376
|
<label>类型: </label>
|
|
362
377
|
|
|
363
|
-
<span class="param-type"
|
|
378
|
+
<span class="param-type">
|
|
379
|
+
|
|
380
|
+
<a link="WebMapTileServiceImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WebMapTileServiceImageryProvider" WebMapTileServiceImageryProvider.html>WebMapTileServiceImageryProvider</a>
|
|
381
|
+
|
|
382
|
+
</span>
|
|
383
|
+
|
|
364
384
|
|
|
365
385
|
|
|
366
386
|
</div>
|
package/documention/global.html
CHANGED
|
@@ -129,13 +129,18 @@
|
|
|
129
129
|
|
|
130
130
|
<tr class="deep-level-0">
|
|
131
131
|
|
|
132
|
-
<td class="name"
|
|
132
|
+
<td class="name"><code>layer</code></td>
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
<td class="type">
|
|
136
136
|
|
|
137
137
|
|
|
138
|
-
<span class="param-type">
|
|
138
|
+
<span class="param-type">
|
|
139
|
+
|
|
140
|
+
Layer
|
|
141
|
+
|
|
142
|
+
</span>
|
|
143
|
+
|
|
139
144
|
|
|
140
145
|
|
|
141
146
|
|
|
@@ -153,13 +158,18 @@
|
|
|
153
158
|
|
|
154
159
|
<tr class="deep-level-0">
|
|
155
160
|
|
|
156
|
-
<td class="name"
|
|
161
|
+
<td class="name"><code>viewer</code></td>
|
|
157
162
|
|
|
158
163
|
|
|
159
164
|
<td class="type">
|
|
160
165
|
|
|
161
166
|
|
|
162
|
-
<span class="param-type">
|
|
167
|
+
<span class="param-type">
|
|
168
|
+
|
|
169
|
+
Object
|
|
170
|
+
|
|
171
|
+
</span>
|
|
172
|
+
|
|
163
173
|
|
|
164
174
|
|
|
165
175
|
|
|
@@ -247,7 +257,12 @@
|
|
|
247
257
|
<div class='column is-5 has-text-left'>
|
|
248
258
|
<label>类型: </label>
|
|
249
259
|
|
|
250
|
-
<span class="param-type">
|
|
260
|
+
<span class="param-type">
|
|
261
|
+
|
|
262
|
+
Object
|
|
263
|
+
|
|
264
|
+
</span>
|
|
265
|
+
|
|
251
266
|
|
|
252
267
|
|
|
253
268
|
</div>
|