@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
package/documention/Popup.html
CHANGED
|
@@ -83,13 +83,18 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
83
83
|
|
|
84
84
|
<tr class="deep-level-0">
|
|
85
85
|
|
|
86
|
-
<td class="name"
|
|
86
|
+
<td class="name"><code>options</code></td>
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
<td class="type">
|
|
90
90
|
|
|
91
91
|
|
|
92
|
-
<span class="param-type">
|
|
92
|
+
<span class="param-type">
|
|
93
|
+
|
|
94
|
+
Object
|
|
95
|
+
|
|
96
|
+
</span>
|
|
97
|
+
|
|
93
98
|
|
|
94
99
|
|
|
95
100
|
|
|
@@ -105,13 +110,18 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
105
110
|
|
|
106
111
|
<tr class="deep-level-1">
|
|
107
112
|
|
|
108
|
-
<td class="name"
|
|
113
|
+
<td class="name"><code>view</code></td>
|
|
109
114
|
|
|
110
115
|
|
|
111
116
|
<td class="type">
|
|
112
117
|
|
|
113
118
|
|
|
114
|
-
<span class="param-type">
|
|
119
|
+
<span class="param-type">
|
|
120
|
+
|
|
121
|
+
SceneView
|
|
122
|
+
|
|
123
|
+
</span>
|
|
124
|
+
|
|
115
125
|
|
|
116
126
|
|
|
117
127
|
|
|
@@ -127,13 +137,18 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
127
137
|
|
|
128
138
|
<tr class="deep-level-1">
|
|
129
139
|
|
|
130
|
-
<td class="name"
|
|
140
|
+
<td class="name"><code>id</code></td>
|
|
131
141
|
|
|
132
142
|
|
|
133
143
|
<td class="type">
|
|
134
144
|
|
|
135
145
|
|
|
136
|
-
<span class="param-type">
|
|
146
|
+
<span class="param-type">
|
|
147
|
+
|
|
148
|
+
String
|
|
149
|
+
|
|
150
|
+
</span>
|
|
151
|
+
|
|
137
152
|
|
|
138
153
|
|
|
139
154
|
|
|
@@ -149,13 +164,18 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
149
164
|
|
|
150
165
|
<tr class="deep-level-1">
|
|
151
166
|
|
|
152
|
-
<td class="name"
|
|
167
|
+
<td class="name"><code>location</code></td>
|
|
153
168
|
|
|
154
169
|
|
|
155
170
|
<td class="type">
|
|
156
171
|
|
|
157
172
|
|
|
158
|
-
<span class="param-type">
|
|
173
|
+
<span class="param-type">
|
|
174
|
+
|
|
175
|
+
Point
|
|
176
|
+
|
|
177
|
+
</span>
|
|
178
|
+
|
|
159
179
|
|
|
160
180
|
|
|
161
181
|
|
|
@@ -171,13 +191,18 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
171
191
|
|
|
172
192
|
<tr class="deep-level-1">
|
|
173
193
|
|
|
174
|
-
<td class="name"
|
|
194
|
+
<td class="name"><code>title</code></td>
|
|
175
195
|
|
|
176
196
|
|
|
177
197
|
<td class="type">
|
|
178
198
|
|
|
179
199
|
|
|
180
|
-
<span class="param-type">
|
|
200
|
+
<span class="param-type">
|
|
201
|
+
|
|
202
|
+
String
|
|
203
|
+
|
|
204
|
+
</span>
|
|
205
|
+
|
|
181
206
|
|
|
182
207
|
|
|
183
208
|
|
|
@@ -193,16 +218,25 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
193
218
|
|
|
194
219
|
<tr class="deep-level-1">
|
|
195
220
|
|
|
196
|
-
<td class="name"
|
|
221
|
+
<td class="name"><code>content</code></td>
|
|
197
222
|
|
|
198
223
|
|
|
199
224
|
<td class="type">
|
|
200
225
|
|
|
201
226
|
|
|
202
|
-
<span class="param-type">
|
|
227
|
+
<span class="param-type">
|
|
228
|
+
|
|
229
|
+
String
|
|
230
|
+
|
|
231
|
+
</span>
|
|
203
232
|
|
|
|
204
233
|
|
|
205
|
-
<span class="param-type">
|
|
234
|
+
<span class="param-type">
|
|
235
|
+
|
|
236
|
+
HTMLElement
|
|
237
|
+
|
|
238
|
+
</span>
|
|
239
|
+
|
|
206
240
|
|
|
207
241
|
|
|
208
242
|
|
|
@@ -218,13 +252,18 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
218
252
|
|
|
219
253
|
<tr class="deep-level-1">
|
|
220
254
|
|
|
221
|
-
<td class="name"
|
|
255
|
+
<td class="name"><code>alignment</code></td>
|
|
222
256
|
|
|
223
257
|
|
|
224
258
|
<td class="type">
|
|
225
259
|
|
|
226
260
|
|
|
227
|
-
<span class="param-type">
|
|
261
|
+
<span class="param-type">
|
|
262
|
+
|
|
263
|
+
String
|
|
264
|
+
|
|
265
|
+
</span>
|
|
266
|
+
|
|
228
267
|
|
|
229
268
|
|
|
230
269
|
|
|
@@ -240,13 +279,18 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
240
279
|
|
|
241
280
|
<tr class="deep-level-1">
|
|
242
281
|
|
|
243
|
-
<td class="name"
|
|
282
|
+
<td class="name"><code>defaultButtons</code></td>
|
|
244
283
|
|
|
245
284
|
|
|
246
285
|
<td class="type">
|
|
247
286
|
|
|
248
287
|
|
|
249
|
-
<span class="param-type">
|
|
288
|
+
<span class="param-type">
|
|
289
|
+
|
|
290
|
+
Array
|
|
291
|
+
|
|
292
|
+
</span>
|
|
293
|
+
|
|
250
294
|
|
|
251
295
|
|
|
252
296
|
|
|
@@ -413,11 +457,16 @@ sceneView.popup.close(popupObj)
|
|
|
413
457
|
<tbody>
|
|
414
458
|
|
|
415
459
|
<tr class="deep-level-0">
|
|
416
|
-
<td class="name"><code><a href="
|
|
460
|
+
<td class="name"><code><a href="#alignment">alignment</a></code></td>
|
|
417
461
|
<td class="name">
|
|
418
462
|
<code>
|
|
419
463
|
|
|
420
|
-
<span class="param-type">
|
|
464
|
+
<span class="param-type">
|
|
465
|
+
|
|
466
|
+
String
|
|
467
|
+
|
|
468
|
+
</span>
|
|
469
|
+
|
|
421
470
|
|
|
422
471
|
|
|
423
472
|
</code>
|
|
@@ -426,11 +475,16 @@ sceneView.popup.close(popupObj)
|
|
|
426
475
|
</tr>
|
|
427
476
|
|
|
428
477
|
<tr class="deep-level-0">
|
|
429
|
-
<td class="name"><code><a href="
|
|
478
|
+
<td class="name"><code><a href="#content">content</a></code></td>
|
|
430
479
|
<td class="name">
|
|
431
480
|
<code>
|
|
432
481
|
|
|
433
|
-
<span class="param-type">
|
|
482
|
+
<span class="param-type">
|
|
483
|
+
|
|
484
|
+
String
|
|
485
|
+
|
|
486
|
+
</span>
|
|
487
|
+
|
|
434
488
|
|
|
435
489
|
|
|
436
490
|
</code>
|
|
@@ -439,11 +493,16 @@ sceneView.popup.close(popupObj)
|
|
|
439
493
|
</tr>
|
|
440
494
|
|
|
441
495
|
<tr class="deep-level-0">
|
|
442
|
-
<td class="name"><code><a href="
|
|
496
|
+
<td class="name"><code><a href="#defaultButtons">defaultButtons</a></code></td>
|
|
443
497
|
<td class="name">
|
|
444
498
|
<code>
|
|
445
499
|
|
|
446
|
-
<span class="param-type">
|
|
500
|
+
<span class="param-type">
|
|
501
|
+
|
|
502
|
+
Array
|
|
503
|
+
|
|
504
|
+
</span>
|
|
505
|
+
|
|
447
506
|
|
|
448
507
|
|
|
449
508
|
</code>
|
|
@@ -452,11 +511,16 @@ sceneView.popup.close(popupObj)
|
|
|
452
511
|
</tr>
|
|
453
512
|
|
|
454
513
|
<tr class="deep-level-0">
|
|
455
|
-
<td class="name"><code><a href="
|
|
514
|
+
<td class="name"><code><a href="#location">location</a></code></td>
|
|
456
515
|
<td class="name">
|
|
457
516
|
<code>
|
|
458
517
|
|
|
459
|
-
<span class="param-type">
|
|
518
|
+
<span class="param-type">
|
|
519
|
+
|
|
520
|
+
String
|
|
521
|
+
|
|
522
|
+
</span>
|
|
523
|
+
|
|
460
524
|
|
|
461
525
|
|
|
462
526
|
</code>
|
|
@@ -465,11 +529,16 @@ sceneView.popup.close(popupObj)
|
|
|
465
529
|
</tr>
|
|
466
530
|
|
|
467
531
|
<tr class="deep-level-0">
|
|
468
|
-
<td class="name"><code><a href="
|
|
532
|
+
<td class="name"><code><a href="#title">title</a></code></td>
|
|
469
533
|
<td class="name">
|
|
470
534
|
<code>
|
|
471
535
|
|
|
472
|
-
<span class="param-type">
|
|
536
|
+
<span class="param-type">
|
|
537
|
+
|
|
538
|
+
String
|
|
539
|
+
|
|
540
|
+
</span>
|
|
541
|
+
|
|
473
542
|
|
|
474
543
|
|
|
475
544
|
</code>
|
|
@@ -478,11 +547,16 @@ sceneView.popup.close(popupObj)
|
|
|
478
547
|
</tr>
|
|
479
548
|
|
|
480
549
|
<tr class="deep-level-0">
|
|
481
|
-
<td class="name"><code><a href="
|
|
550
|
+
<td class="name"><code><a href="#view">view</a></code></td>
|
|
482
551
|
<td class="name">
|
|
483
552
|
<code>
|
|
484
553
|
|
|
485
|
-
<span class="param-type">
|
|
554
|
+
<span class="param-type">
|
|
555
|
+
|
|
556
|
+
SceneView
|
|
557
|
+
|
|
558
|
+
</span>
|
|
559
|
+
|
|
486
560
|
|
|
487
561
|
|
|
488
562
|
</code>
|
|
@@ -501,7 +575,12 @@ sceneView.popup.close(popupObj)
|
|
|
501
575
|
<span class="method-parameter is-pulled-right">
|
|
502
576
|
<label>类型:</label>
|
|
503
577
|
|
|
504
|
-
<span class="param-type">
|
|
578
|
+
<span class="param-type">
|
|
579
|
+
|
|
580
|
+
String
|
|
581
|
+
|
|
582
|
+
</span>
|
|
583
|
+
|
|
505
584
|
|
|
506
585
|
|
|
507
586
|
</span>
|
|
@@ -571,7 +650,12 @@ sceneView.popup.close(popupObj)
|
|
|
571
650
|
<span class="method-parameter is-pulled-right">
|
|
572
651
|
<label>类型:</label>
|
|
573
652
|
|
|
574
|
-
<span class="param-type">
|
|
653
|
+
<span class="param-type">
|
|
654
|
+
|
|
655
|
+
String
|
|
656
|
+
|
|
657
|
+
</span>
|
|
658
|
+
|
|
575
659
|
|
|
576
660
|
|
|
577
661
|
</span>
|
|
@@ -641,7 +725,12 @@ sceneView.popup.close(popupObj)
|
|
|
641
725
|
<span class="method-parameter is-pulled-right">
|
|
642
726
|
<label>类型:</label>
|
|
643
727
|
|
|
644
|
-
<span class="param-type">
|
|
728
|
+
<span class="param-type">
|
|
729
|
+
|
|
730
|
+
Array
|
|
731
|
+
|
|
732
|
+
</span>
|
|
733
|
+
|
|
645
734
|
|
|
646
735
|
|
|
647
736
|
</span>
|
|
@@ -711,7 +800,12 @@ sceneView.popup.close(popupObj)
|
|
|
711
800
|
<span class="method-parameter is-pulled-right">
|
|
712
801
|
<label>类型:</label>
|
|
713
802
|
|
|
714
|
-
<span class="param-type">
|
|
803
|
+
<span class="param-type">
|
|
804
|
+
|
|
805
|
+
String
|
|
806
|
+
|
|
807
|
+
</span>
|
|
808
|
+
|
|
715
809
|
|
|
716
810
|
|
|
717
811
|
</span>
|
|
@@ -781,7 +875,12 @@ sceneView.popup.close(popupObj)
|
|
|
781
875
|
<span class="method-parameter is-pulled-right">
|
|
782
876
|
<label>类型:</label>
|
|
783
877
|
|
|
784
|
-
<span class="param-type">
|
|
878
|
+
<span class="param-type">
|
|
879
|
+
|
|
880
|
+
String
|
|
881
|
+
|
|
882
|
+
</span>
|
|
883
|
+
|
|
785
884
|
|
|
786
885
|
|
|
787
886
|
</span>
|
|
@@ -851,7 +950,12 @@ sceneView.popup.close(popupObj)
|
|
|
851
950
|
<span class="method-parameter is-pulled-right">
|
|
852
951
|
<label>类型:</label>
|
|
853
952
|
|
|
854
|
-
<span class="param-type">
|
|
953
|
+
<span class="param-type">
|
|
954
|
+
|
|
955
|
+
SceneView
|
|
956
|
+
|
|
957
|
+
</span>
|
|
958
|
+
|
|
855
959
|
|
|
856
960
|
|
|
857
961
|
</span>
|
|
@@ -937,7 +1041,7 @@ sceneView.popup.close(popupObj)
|
|
|
937
1041
|
<tbody>
|
|
938
1042
|
|
|
939
1043
|
<tr class="deep-level-0">
|
|
940
|
-
<td class="name"><code><a href="
|
|
1044
|
+
<td class="name"><code><a href="#close">close</a></code></td>
|
|
941
1045
|
<td class="name">
|
|
942
1046
|
<code>
|
|
943
1047
|
|
|
@@ -947,7 +1051,7 @@ sceneView.popup.close(popupObj)
|
|
|
947
1051
|
</tr>
|
|
948
1052
|
|
|
949
1053
|
<tr class="deep-level-0">
|
|
950
|
-
<td class="name"><code><a href="
|
|
1054
|
+
<td class="name"><code><a href="#open">open</a></code></td>
|
|
951
1055
|
<td class="name">
|
|
952
1056
|
<code>
|
|
953
1057
|
|
|
@@ -1105,13 +1209,18 @@ sceneView.popup.close(popupObj)
|
|
|
1105
1209
|
|
|
1106
1210
|
<tr class="deep-level-0">
|
|
1107
1211
|
|
|
1108
|
-
<td class="name"
|
|
1212
|
+
<td class="name"><code>options</code></td>
|
|
1109
1213
|
|
|
1110
1214
|
|
|
1111
1215
|
<td class="type">
|
|
1112
1216
|
|
|
1113
1217
|
|
|
1114
|
-
<span class="param-type">
|
|
1218
|
+
<span class="param-type">
|
|
1219
|
+
|
|
1220
|
+
Object
|
|
1221
|
+
|
|
1222
|
+
</span>
|
|
1223
|
+
|
|
1115
1224
|
|
|
1116
1225
|
|
|
1117
1226
|
|