@mapgis/webclient-cesium-plugin 17.0.2 → 17.0.4
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 -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 +50 -3
- package/documention/ArcGISTileServerImageryProvider.html +16 -3
- package/documention/CustomTilingScheme.html +61 -48
- package/documention/DynamicEntityVisualizer.html +3 -0
- package/documention/DynamicLabelLayer.html +40 -9
- package/documention/GeoJSONLayerUtil.html +4 -1
- package/documention/GraphicsLayerUtil.html +4 -1
- package/documention/HashMap.html +27 -11
- package/documention/IGSFeatureLayerUtil.html +4 -1
- package/documention/IGSSceneLayerUtil.html +41 -12
- package/documention/MapGISMapServerImageryProvider.html +76 -17
- package/documention/MapGISTerrainProvider.html +84 -24
- package/documention/MapGISTileServerImageryProvider.html +73 -18
- package/documention/MapGISVectorTileImageryProvider.html +101 -26
- package/documention/Popup.html +29 -8
- package/documention/SceneViewCesium.html +131 -37
- package/documention/Screenshot.html +13 -8
- package/documention/SketchEditorCesium.html +27 -6
- package/documention/UrlTemplateImageryProvider.html +3 -0
- package/documention/WFSLayerUtil.html +4 -1
- package/documention/WebMapServiceImageryProvider.html +7 -3
- package/documention/WebMapTileServiceImageryProvider.html +7 -3
- package/documention/global.html +3 -0
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +6 -5
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +23 -10
- package/documention/module.exports_module.exports.html +6 -0
- package/documention/scripts/sideBar.js +28 -6
- package/package.json +1 -1
package/documention/Popup.html
CHANGED
|
@@ -92,6 +92,7 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
92
92
|
<span class="param-type">Object</span>
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
|
|
95
96
|
|
|
96
97
|
</td>
|
|
97
98
|
|
|
@@ -114,6 +115,7 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
114
115
|
<span class="param-type">SceneView</span>
|
|
115
116
|
|
|
116
117
|
|
|
118
|
+
|
|
117
119
|
|
|
118
120
|
</td>
|
|
119
121
|
|
|
@@ -136,6 +138,7 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
136
138
|
<span class="param-type">String</span>
|
|
137
139
|
|
|
138
140
|
|
|
141
|
+
|
|
139
142
|
|
|
140
143
|
</td>
|
|
141
144
|
|
|
@@ -158,6 +161,7 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
158
161
|
<span class="param-type">Point</span>
|
|
159
162
|
|
|
160
163
|
|
|
164
|
+
|
|
161
165
|
|
|
162
166
|
</td>
|
|
163
167
|
|
|
@@ -180,6 +184,7 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
180
184
|
<span class="param-type">String</span>
|
|
181
185
|
|
|
182
186
|
|
|
187
|
+
|
|
183
188
|
|
|
184
189
|
</td>
|
|
185
190
|
|
|
@@ -205,6 +210,7 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
205
210
|
<span class="param-type">HTMLElement</span>
|
|
206
211
|
|
|
207
212
|
|
|
213
|
+
|
|
208
214
|
|
|
209
215
|
</td>
|
|
210
216
|
|
|
@@ -227,6 +233,7 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
227
233
|
<span class="param-type">String</span>
|
|
228
234
|
|
|
229
235
|
|
|
236
|
+
|
|
230
237
|
|
|
231
238
|
</td>
|
|
232
239
|
|
|
@@ -249,6 +256,7 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
249
256
|
<span class="param-type">Array</span>
|
|
250
257
|
|
|
251
258
|
|
|
259
|
+
|
|
252
260
|
|
|
253
261
|
</td>
|
|
254
262
|
|
|
@@ -413,78 +421,84 @@ sceneView.popup.close(popupObj)
|
|
|
413
421
|
<tbody>
|
|
414
422
|
|
|
415
423
|
<tr class="deep-level-0">
|
|
416
|
-
<td class="name"><code><a href="
|
|
424
|
+
<td class="name"><code><a href="#alignment">alignment</a></code></td>
|
|
417
425
|
<td class="name">
|
|
418
426
|
<code>
|
|
419
427
|
|
|
420
428
|
<span class="param-type">String</span>
|
|
421
429
|
|
|
422
430
|
|
|
431
|
+
|
|
423
432
|
</code>
|
|
424
433
|
</td>
|
|
425
434
|
<td class="name"><code><p>弹框方位,值为"auto"|"bottom-left"|"top-center"|"top-right"|"bottom-left"|"bottom-center"|"bottom-right"</p></code></td>
|
|
426
435
|
</tr>
|
|
427
436
|
|
|
428
437
|
<tr class="deep-level-0">
|
|
429
|
-
<td class="name"><code><a href="
|
|
438
|
+
<td class="name"><code><a href="#content">content</a></code></td>
|
|
430
439
|
<td class="name">
|
|
431
440
|
<code>
|
|
432
441
|
|
|
433
442
|
<span class="param-type">String</span>
|
|
434
443
|
|
|
435
444
|
|
|
445
|
+
|
|
436
446
|
</code>
|
|
437
447
|
</td>
|
|
438
448
|
<td class="name"><code><p>弹框内容</p></code></td>
|
|
439
449
|
</tr>
|
|
440
450
|
|
|
441
451
|
<tr class="deep-level-0">
|
|
442
|
-
<td class="name"><code><a href="
|
|
452
|
+
<td class="name"><code><a href="#defaultButtons">defaultButtons</a></code></td>
|
|
443
453
|
<td class="name">
|
|
444
454
|
<code>
|
|
445
455
|
|
|
446
456
|
<span class="param-type">Array</span>
|
|
447
457
|
|
|
448
458
|
|
|
459
|
+
|
|
449
460
|
</code>
|
|
450
461
|
</td>
|
|
451
462
|
<td class="name"><code><p>默认按钮 ['toggle','close','zoom']</p></code></td>
|
|
452
463
|
</tr>
|
|
453
464
|
|
|
454
465
|
<tr class="deep-level-0">
|
|
455
|
-
<td class="name"><code><a href="
|
|
466
|
+
<td class="name"><code><a href="#location">location</a></code></td>
|
|
456
467
|
<td class="name">
|
|
457
468
|
<code>
|
|
458
469
|
|
|
459
470
|
<span class="param-type">String</span>
|
|
460
471
|
|
|
461
472
|
|
|
473
|
+
|
|
462
474
|
</code>
|
|
463
475
|
</td>
|
|
464
476
|
<td class="name"><code><p>弹框位置</p></code></td>
|
|
465
477
|
</tr>
|
|
466
478
|
|
|
467
479
|
<tr class="deep-level-0">
|
|
468
|
-
<td class="name"><code><a href="
|
|
480
|
+
<td class="name"><code><a href="#title">title</a></code></td>
|
|
469
481
|
<td class="name">
|
|
470
482
|
<code>
|
|
471
483
|
|
|
472
484
|
<span class="param-type">String</span>
|
|
473
485
|
|
|
474
486
|
|
|
487
|
+
|
|
475
488
|
</code>
|
|
476
489
|
</td>
|
|
477
490
|
<td class="name"><code><p>弹框标题</p></code></td>
|
|
478
491
|
</tr>
|
|
479
492
|
|
|
480
493
|
<tr class="deep-level-0">
|
|
481
|
-
<td class="name"><code><a href="
|
|
494
|
+
<td class="name"><code><a href="#view">view</a></code></td>
|
|
482
495
|
<td class="name">
|
|
483
496
|
<code>
|
|
484
497
|
|
|
485
498
|
<span class="param-type">SceneView</span>
|
|
486
499
|
|
|
487
500
|
|
|
501
|
+
|
|
488
502
|
</code>
|
|
489
503
|
</td>
|
|
490
504
|
<td class="name"><code><p>弹框的地图视野</p></code></td>
|
|
@@ -504,6 +518,7 @@ sceneView.popup.close(popupObj)
|
|
|
504
518
|
<span class="param-type">String</span>
|
|
505
519
|
|
|
506
520
|
|
|
521
|
+
|
|
507
522
|
</span>
|
|
508
523
|
|
|
509
524
|
<h4 class="name" id="alignment">
|
|
@@ -574,6 +589,7 @@ sceneView.popup.close(popupObj)
|
|
|
574
589
|
<span class="param-type">String</span>
|
|
575
590
|
|
|
576
591
|
|
|
592
|
+
|
|
577
593
|
</span>
|
|
578
594
|
|
|
579
595
|
<h4 class="name" id="content">
|
|
@@ -644,6 +660,7 @@ sceneView.popup.close(popupObj)
|
|
|
644
660
|
<span class="param-type">Array</span>
|
|
645
661
|
|
|
646
662
|
|
|
663
|
+
|
|
647
664
|
</span>
|
|
648
665
|
|
|
649
666
|
<h4 class="name" id="defaultButtons">
|
|
@@ -714,6 +731,7 @@ sceneView.popup.close(popupObj)
|
|
|
714
731
|
<span class="param-type">String</span>
|
|
715
732
|
|
|
716
733
|
|
|
734
|
+
|
|
717
735
|
</span>
|
|
718
736
|
|
|
719
737
|
<h4 class="name" id="location">
|
|
@@ -784,6 +802,7 @@ sceneView.popup.close(popupObj)
|
|
|
784
802
|
<span class="param-type">String</span>
|
|
785
803
|
|
|
786
804
|
|
|
805
|
+
|
|
787
806
|
</span>
|
|
788
807
|
|
|
789
808
|
<h4 class="name" id="title">
|
|
@@ -854,6 +873,7 @@ sceneView.popup.close(popupObj)
|
|
|
854
873
|
<span class="param-type">SceneView</span>
|
|
855
874
|
|
|
856
875
|
|
|
876
|
+
|
|
857
877
|
</span>
|
|
858
878
|
|
|
859
879
|
<h4 class="name" id="view">
|
|
@@ -937,7 +957,7 @@ sceneView.popup.close(popupObj)
|
|
|
937
957
|
<tbody>
|
|
938
958
|
|
|
939
959
|
<tr class="deep-level-0">
|
|
940
|
-
<td class="name"><code><a href="
|
|
960
|
+
<td class="name"><code><a href="#close">close</a></code></td>
|
|
941
961
|
<td class="name">
|
|
942
962
|
<code>
|
|
943
963
|
|
|
@@ -947,7 +967,7 @@ sceneView.popup.close(popupObj)
|
|
|
947
967
|
</tr>
|
|
948
968
|
|
|
949
969
|
<tr class="deep-level-0">
|
|
950
|
-
<td class="name"><code><a href="
|
|
970
|
+
<td class="name"><code><a href="#open">open</a></code></td>
|
|
951
971
|
<td class="name">
|
|
952
972
|
<code>
|
|
953
973
|
|
|
@@ -1114,6 +1134,7 @@ sceneView.popup.close(popupObj)
|
|
|
1114
1134
|
<span class="param-type">Object</span>
|
|
1115
1135
|
|
|
1116
1136
|
|
|
1137
|
+
|
|
1117
1138
|
|
|
1118
1139
|
</td>
|
|
1119
1140
|
|