@mapgis/webclient-cesium-plugin 17.0.4 → 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 +17 -0
- package/dist/es5/webclient-cesium-plugin.min.js +2 -2
- package/dist/es5/webclient-common.min.js +1 -1
- package/dist/webclient-cesium-plugin-es6.min.js +2 -2
- package/documention/ArcGISMapServerImageryProvider.html +112 -36
- package/documention/ArcGISTileServerImageryProvider.html +76 -24
- package/documention/CustomTilingScheme.html +248 -68
- package/documention/DynamicEntityVisualizer.html +18 -6
- package/documention/DynamicLabelLayer.html +168 -44
- package/documention/GeoJSONLayerUtil.html +21 -5
- package/documention/GraphicsLayerUtil.html +21 -5
- package/documention/HashMap.html +80 -16
- package/documention/IGSFeatureLayerUtil.html +21 -5
- package/documention/IGSSceneLayerUtil.html +178 -54
- package/documention/MapGISMapServerImageryProvider.html +334 -90
- package/documention/MapGISTerrainProvider.html +336 -80
- package/documention/MapGISTileServerImageryProvider.html +308 -80
- package/documention/MapGISVectorTileImageryProvider.html +407 -103
- package/documention/Popup.html +119 -31
- package/documention/SceneViewCesium.html +575 -176
- package/documention/Screenshot.html +30 -10
- package/documention/SketchEditorCesium.html +135 -43
- package/documention/UrlTemplateImageryProvider.html +23 -7
- package/documention/WFSLayerUtil.html +21 -5
- package/documention/WebMapServiceImageryProvider.html +22 -6
- package/documention/WebMapTileServiceImageryProvider.html +22 -6
- package/documention/global.html +17 -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 +7 -3
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +81 -29
- package/documention/module.exports_module.exports.html +36 -12
- package/documention/scripts/sideBar.js +111 -6
- package/package.json +1 -1
package/documention/HashMap.html
CHANGED
|
@@ -168,7 +168,11 @@
|
|
|
168
168
|
<td class="name">
|
|
169
169
|
<code>
|
|
170
170
|
|
|
171
|
-
<span class="param-type">
|
|
171
|
+
<span class="param-type">
|
|
172
|
+
|
|
173
|
+
Number
|
|
174
|
+
|
|
175
|
+
</span>
|
|
172
176
|
|
|
173
177
|
|
|
174
178
|
|
|
@@ -188,7 +192,11 @@
|
|
|
188
192
|
<span class="method-parameter is-pulled-right">
|
|
189
193
|
<label>类型:</label>
|
|
190
194
|
|
|
191
|
-
<span class="param-type">
|
|
195
|
+
<span class="param-type">
|
|
196
|
+
|
|
197
|
+
Number
|
|
198
|
+
|
|
199
|
+
</span>
|
|
192
200
|
|
|
193
201
|
|
|
194
202
|
|
|
@@ -294,7 +302,11 @@
|
|
|
294
302
|
<code>
|
|
295
303
|
|
|
296
304
|
|
|
297
|
-
<span class="param-type">
|
|
305
|
+
<span class="param-type">
|
|
306
|
+
|
|
307
|
+
Boolean
|
|
308
|
+
|
|
309
|
+
</span>
|
|
298
310
|
|
|
299
311
|
|
|
300
312
|
|
|
@@ -310,7 +322,11 @@
|
|
|
310
322
|
<code>
|
|
311
323
|
|
|
312
324
|
|
|
313
|
-
<span class="param-type">
|
|
325
|
+
<span class="param-type">
|
|
326
|
+
|
|
327
|
+
Boolean
|
|
328
|
+
|
|
329
|
+
</span>
|
|
314
330
|
|
|
315
331
|
|
|
316
332
|
|
|
@@ -326,7 +342,11 @@
|
|
|
326
342
|
<code>
|
|
327
343
|
|
|
328
344
|
|
|
329
|
-
<span class="param-type">
|
|
345
|
+
<span class="param-type">
|
|
346
|
+
|
|
347
|
+
Object
|
|
348
|
+
|
|
349
|
+
</span>
|
|
330
350
|
|
|
331
351
|
|
|
332
352
|
|
|
@@ -342,7 +362,11 @@
|
|
|
342
362
|
<code>
|
|
343
363
|
|
|
344
364
|
|
|
345
|
-
<span class="param-type">
|
|
365
|
+
<span class="param-type">
|
|
366
|
+
|
|
367
|
+
Boolean
|
|
368
|
+
|
|
369
|
+
</span>
|
|
346
370
|
|
|
347
371
|
|
|
348
372
|
|
|
@@ -358,7 +382,11 @@
|
|
|
358
382
|
<code>
|
|
359
383
|
|
|
360
384
|
|
|
361
|
-
<span class="param-type">
|
|
385
|
+
<span class="param-type">
|
|
386
|
+
|
|
387
|
+
Array.<Object>
|
|
388
|
+
|
|
389
|
+
</span>
|
|
362
390
|
|
|
363
391
|
|
|
364
392
|
|
|
@@ -394,7 +422,11 @@
|
|
|
394
422
|
<code>
|
|
395
423
|
|
|
396
424
|
|
|
397
|
-
<span class="param-type">
|
|
425
|
+
<span class="param-type">
|
|
426
|
+
|
|
427
|
+
Number
|
|
428
|
+
|
|
429
|
+
</span>
|
|
398
430
|
|
|
399
431
|
|
|
400
432
|
|
|
@@ -410,7 +442,11 @@
|
|
|
410
442
|
<code>
|
|
411
443
|
|
|
412
444
|
|
|
413
|
-
<span class="param-type">
|
|
445
|
+
<span class="param-type">
|
|
446
|
+
|
|
447
|
+
Array.<Object>
|
|
448
|
+
|
|
449
|
+
</span>
|
|
414
450
|
|
|
415
451
|
|
|
416
452
|
|
|
@@ -612,7 +648,11 @@
|
|
|
612
648
|
<div class='column is-5 has-text-left'>
|
|
613
649
|
<label>类型: </label>
|
|
614
650
|
|
|
615
|
-
<span class="param-type">
|
|
651
|
+
<span class="param-type">
|
|
652
|
+
|
|
653
|
+
Boolean
|
|
654
|
+
|
|
655
|
+
</span>
|
|
616
656
|
|
|
617
657
|
|
|
618
658
|
|
|
@@ -727,7 +767,11 @@
|
|
|
727
767
|
<div class='column is-5 has-text-left'>
|
|
728
768
|
<label>类型: </label>
|
|
729
769
|
|
|
730
|
-
<span class="param-type">
|
|
770
|
+
<span class="param-type">
|
|
771
|
+
|
|
772
|
+
Boolean
|
|
773
|
+
|
|
774
|
+
</span>
|
|
731
775
|
|
|
732
776
|
|
|
733
777
|
|
|
@@ -844,7 +888,11 @@
|
|
|
844
888
|
<div class='column is-5 has-text-left'>
|
|
845
889
|
<label>类型: </label>
|
|
846
890
|
|
|
847
|
-
<span class="param-type">
|
|
891
|
+
<span class="param-type">
|
|
892
|
+
|
|
893
|
+
Object
|
|
894
|
+
|
|
895
|
+
</span>
|
|
848
896
|
|
|
849
897
|
|
|
850
898
|
|
|
@@ -959,7 +1007,11 @@
|
|
|
959
1007
|
<div class='column is-5 has-text-left'>
|
|
960
1008
|
<label>类型: </label>
|
|
961
1009
|
|
|
962
|
-
<span class="param-type">
|
|
1010
|
+
<span class="param-type">
|
|
1011
|
+
|
|
1012
|
+
Boolean
|
|
1013
|
+
|
|
1014
|
+
</span>
|
|
963
1015
|
|
|
964
1016
|
|
|
965
1017
|
|
|
@@ -1076,7 +1128,11 @@
|
|
|
1076
1128
|
<div class='column is-5 has-text-left'>
|
|
1077
1129
|
<label>类型: </label>
|
|
1078
1130
|
|
|
1079
|
-
<span class="param-type">
|
|
1131
|
+
<span class="param-type">
|
|
1132
|
+
|
|
1133
|
+
Array.<Object>
|
|
1134
|
+
|
|
1135
|
+
</span>
|
|
1080
1136
|
|
|
1081
1137
|
|
|
1082
1138
|
|
|
@@ -1375,7 +1431,11 @@
|
|
|
1375
1431
|
<div class='column is-5 has-text-left'>
|
|
1376
1432
|
<label>类型: </label>
|
|
1377
1433
|
|
|
1378
|
-
<span class="param-type">
|
|
1434
|
+
<span class="param-type">
|
|
1435
|
+
|
|
1436
|
+
Number
|
|
1437
|
+
|
|
1438
|
+
</span>
|
|
1379
1439
|
|
|
1380
1440
|
|
|
1381
1441
|
|
|
@@ -1492,7 +1552,11 @@
|
|
|
1492
1552
|
<div class='column is-5 has-text-left'>
|
|
1493
1553
|
<label>类型: </label>
|
|
1494
1554
|
|
|
1495
|
-
<span class="param-type">
|
|
1555
|
+
<span class="param-type">
|
|
1556
|
+
|
|
1557
|
+
Array.<Object>
|
|
1558
|
+
|
|
1559
|
+
</span>
|
|
1496
1560
|
|
|
1497
1561
|
|
|
1498
1562
|
|
|
@@ -154,7 +154,11 @@
|
|
|
154
154
|
<code>
|
|
155
155
|
|
|
156
156
|
|
|
157
|
-
<span class="param-type">
|
|
157
|
+
<span class="param-type">
|
|
158
|
+
|
|
159
|
+
Array
|
|
160
|
+
|
|
161
|
+
</span>
|
|
158
162
|
|
|
159
163
|
|
|
160
164
|
|
|
@@ -226,16 +230,24 @@
|
|
|
226
230
|
|
|
227
231
|
<tr class="deep-level-0">
|
|
228
232
|
|
|
229
|
-
<td class="name"
|
|
233
|
+
<td class="name"><code>feature</code></td>
|
|
230
234
|
|
|
231
235
|
|
|
232
236
|
<td class="type">
|
|
233
237
|
|
|
234
238
|
|
|
235
|
-
<span class="param-type">
|
|
239
|
+
<span class="param-type">
|
|
240
|
+
|
|
241
|
+
Feature
|
|
242
|
+
|
|
243
|
+
</span>
|
|
236
244
|
|
|
|
237
245
|
|
|
238
|
-
<span class="param-type">
|
|
246
|
+
<span class="param-type">
|
|
247
|
+
|
|
248
|
+
Array.<Feature>
|
|
249
|
+
|
|
250
|
+
</span>
|
|
239
251
|
|
|
240
252
|
|
|
241
253
|
|
|
@@ -324,7 +336,11 @@
|
|
|
324
336
|
<div class='column is-5 has-text-left'>
|
|
325
337
|
<label>类型: </label>
|
|
326
338
|
|
|
327
|
-
<span class="param-type">
|
|
339
|
+
<span class="param-type">
|
|
340
|
+
|
|
341
|
+
Array
|
|
342
|
+
|
|
343
|
+
</span>
|
|
328
344
|
|
|
329
345
|
|
|
330
346
|
|