@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
|
@@ -73,13 +73,17 @@
|
|
|
73
73
|
|
|
74
74
|
<tr class="deep-level-0">
|
|
75
75
|
|
|
76
|
-
<td class="name"
|
|
76
|
+
<td class="name"><code>options</code></td>
|
|
77
77
|
|
|
78
78
|
|
|
79
79
|
<td class="type">
|
|
80
80
|
|
|
81
81
|
|
|
82
|
-
<span class="param-type">
|
|
82
|
+
<span class="param-type">
|
|
83
|
+
|
|
84
|
+
Object
|
|
85
|
+
|
|
86
|
+
</span>
|
|
83
87
|
|
|
84
88
|
|
|
85
89
|
|
|
@@ -100,16 +104,24 @@
|
|
|
100
104
|
|
|
101
105
|
<tr class="deep-level-1">
|
|
102
106
|
|
|
103
|
-
<td class="name"
|
|
107
|
+
<td class="name"><code>style</code></td>
|
|
104
108
|
|
|
105
109
|
|
|
106
110
|
<td class="type">
|
|
107
111
|
|
|
108
112
|
|
|
109
|
-
<span class="param-type">
|
|
113
|
+
<span class="param-type">
|
|
114
|
+
|
|
115
|
+
Object
|
|
116
|
+
|
|
117
|
+
</span>
|
|
110
118
|
|
|
|
111
119
|
|
|
112
|
-
<span class="param-type">
|
|
120
|
+
<span class="param-type">
|
|
121
|
+
|
|
122
|
+
String
|
|
123
|
+
|
|
124
|
+
</span>
|
|
113
125
|
|
|
114
126
|
|
|
115
127
|
|
|
@@ -130,13 +142,17 @@
|
|
|
130
142
|
|
|
131
143
|
<tr class="deep-level-1">
|
|
132
144
|
|
|
133
|
-
<td class="name"
|
|
145
|
+
<td class="name"><code>scene</code></td>
|
|
134
146
|
|
|
135
147
|
|
|
136
148
|
<td class="type">
|
|
137
149
|
|
|
138
150
|
|
|
139
|
-
<span class="param-type">
|
|
151
|
+
<span class="param-type">
|
|
152
|
+
|
|
153
|
+
Cseium.Scene
|
|
154
|
+
|
|
155
|
+
</span>
|
|
140
156
|
|
|
141
157
|
|
|
142
158
|
|
|
@@ -157,13 +173,17 @@
|
|
|
157
173
|
|
|
158
174
|
<tr class="deep-level-1">
|
|
159
175
|
|
|
160
|
-
<td class="name"
|
|
176
|
+
<td class="name"><code>tilingScheme</code></td>
|
|
161
177
|
|
|
162
178
|
|
|
163
179
|
<td class="type">
|
|
164
180
|
|
|
165
181
|
|
|
166
|
-
<span class="param-type">
|
|
182
|
+
<span class="param-type">
|
|
183
|
+
|
|
184
|
+
Object
|
|
185
|
+
|
|
186
|
+
</span>
|
|
167
187
|
|
|
168
188
|
|
|
169
189
|
|
|
@@ -186,13 +206,17 @@
|
|
|
186
206
|
|
|
187
207
|
<tr class="deep-level-1">
|
|
188
208
|
|
|
189
|
-
<td class="name"
|
|
209
|
+
<td class="name"><code>show</code></td>
|
|
190
210
|
|
|
191
211
|
|
|
192
212
|
<td class="type">
|
|
193
213
|
|
|
194
214
|
|
|
195
|
-
<span class="param-type">
|
|
215
|
+
<span class="param-type">
|
|
216
|
+
|
|
217
|
+
Boolean
|
|
218
|
+
|
|
219
|
+
</span>
|
|
196
220
|
|
|
197
221
|
|
|
198
222
|
|
|
@@ -215,13 +239,17 @@
|
|
|
215
239
|
|
|
216
240
|
<tr class="deep-level-1">
|
|
217
241
|
|
|
218
|
-
<td class="name"
|
|
242
|
+
<td class="name"><code>defaultAlpha</code></td>
|
|
219
243
|
|
|
220
244
|
|
|
221
245
|
<td class="type">
|
|
222
246
|
|
|
223
247
|
|
|
224
|
-
<span class="param-type">
|
|
248
|
+
<span class="param-type">
|
|
249
|
+
|
|
250
|
+
Number
|
|
251
|
+
|
|
252
|
+
</span>
|
|
225
253
|
|
|
226
254
|
|
|
227
255
|
|
|
@@ -244,13 +272,17 @@
|
|
|
244
272
|
|
|
245
273
|
<tr class="deep-level-1">
|
|
246
274
|
|
|
247
|
-
<td class="name"
|
|
275
|
+
<td class="name"><code>tileWidth</code></td>
|
|
248
276
|
|
|
249
277
|
|
|
250
278
|
<td class="type">
|
|
251
279
|
|
|
252
280
|
|
|
253
|
-
<span class="param-type">
|
|
281
|
+
<span class="param-type">
|
|
282
|
+
|
|
283
|
+
Number
|
|
284
|
+
|
|
285
|
+
</span>
|
|
254
286
|
|
|
255
287
|
|
|
256
288
|
|
|
@@ -273,13 +305,17 @@
|
|
|
273
305
|
|
|
274
306
|
<tr class="deep-level-1">
|
|
275
307
|
|
|
276
|
-
<td class="name"
|
|
308
|
+
<td class="name"><code>tileHeight</code></td>
|
|
277
309
|
|
|
278
310
|
|
|
279
311
|
<td class="type">
|
|
280
312
|
|
|
281
313
|
|
|
282
|
-
<span class="param-type">
|
|
314
|
+
<span class="param-type">
|
|
315
|
+
|
|
316
|
+
Number
|
|
317
|
+
|
|
318
|
+
</span>
|
|
283
319
|
|
|
284
320
|
|
|
285
321
|
|
|
@@ -302,13 +338,17 @@
|
|
|
302
338
|
|
|
303
339
|
<tr class="deep-level-1">
|
|
304
340
|
|
|
305
|
-
<td class="name"
|
|
341
|
+
<td class="name"><code>rectangle</code></td>
|
|
306
342
|
|
|
307
343
|
|
|
308
344
|
<td class="type">
|
|
309
345
|
|
|
310
346
|
|
|
311
|
-
<span class="param-type">
|
|
347
|
+
<span class="param-type">
|
|
348
|
+
|
|
349
|
+
Cseium.Rectangle
|
|
350
|
+
|
|
351
|
+
</span>
|
|
312
352
|
|
|
313
353
|
|
|
314
354
|
|
|
@@ -329,13 +369,17 @@
|
|
|
329
369
|
|
|
330
370
|
<tr class="deep-level-1">
|
|
331
371
|
|
|
332
|
-
<td class="name"
|
|
372
|
+
<td class="name"><code>minimumLevel</code></td>
|
|
333
373
|
|
|
334
374
|
|
|
335
375
|
<td class="type">
|
|
336
376
|
|
|
337
377
|
|
|
338
|
-
<span class="param-type">
|
|
378
|
+
<span class="param-type">
|
|
379
|
+
|
|
380
|
+
Number
|
|
381
|
+
|
|
382
|
+
</span>
|
|
339
383
|
|
|
340
384
|
|
|
341
385
|
|
|
@@ -358,13 +402,17 @@
|
|
|
358
402
|
|
|
359
403
|
<tr class="deep-level-1">
|
|
360
404
|
|
|
361
|
-
<td class="name"
|
|
405
|
+
<td class="name"><code>maximumLevel</code></td>
|
|
362
406
|
|
|
363
407
|
|
|
364
408
|
<td class="type">
|
|
365
409
|
|
|
366
410
|
|
|
367
|
-
<span class="param-type">
|
|
411
|
+
<span class="param-type">
|
|
412
|
+
|
|
413
|
+
Number
|
|
414
|
+
|
|
415
|
+
</span>
|
|
368
416
|
|
|
369
417
|
|
|
370
418
|
|
|
@@ -387,13 +435,17 @@
|
|
|
387
435
|
|
|
388
436
|
<tr class="deep-level-1">
|
|
389
437
|
|
|
390
|
-
<td class="name"
|
|
438
|
+
<td class="name"><code>tokenKey</code></td>
|
|
391
439
|
|
|
392
440
|
|
|
393
441
|
<td class="type">
|
|
394
442
|
|
|
395
443
|
|
|
396
|
-
<span class="param-type">
|
|
444
|
+
<span class="param-type">
|
|
445
|
+
|
|
446
|
+
String
|
|
447
|
+
|
|
448
|
+
</span>
|
|
397
449
|
|
|
398
450
|
|
|
399
451
|
|
|
@@ -416,13 +468,17 @@
|
|
|
416
468
|
|
|
417
469
|
<tr class="deep-level-1">
|
|
418
470
|
|
|
419
|
-
<td class="name"
|
|
471
|
+
<td class="name"><code>tokenValue</code></td>
|
|
420
472
|
|
|
421
473
|
|
|
422
474
|
<td class="type">
|
|
423
475
|
|
|
424
476
|
|
|
425
|
-
<span class="param-type">
|
|
477
|
+
<span class="param-type">
|
|
478
|
+
|
|
479
|
+
String
|
|
480
|
+
|
|
481
|
+
</span>
|
|
426
482
|
|
|
427
483
|
|
|
428
484
|
|
|
@@ -445,13 +501,17 @@
|
|
|
445
501
|
|
|
446
502
|
<tr class="deep-level-1">
|
|
447
503
|
|
|
448
|
-
<td class="name"
|
|
504
|
+
<td class="name"><code>pixelRatio</code></td>
|
|
449
505
|
|
|
450
506
|
|
|
451
507
|
<td class="type">
|
|
452
508
|
|
|
453
509
|
|
|
454
|
-
<span class="param-type">
|
|
510
|
+
<span class="param-type">
|
|
511
|
+
|
|
512
|
+
Number
|
|
513
|
+
|
|
514
|
+
</span>
|
|
455
515
|
|
|
456
516
|
|
|
457
517
|
|
|
@@ -474,13 +534,17 @@
|
|
|
474
534
|
|
|
475
535
|
<tr class="deep-level-1">
|
|
476
536
|
|
|
477
|
-
<td class="name"
|
|
537
|
+
<td class="name"><code>transform</code></td>
|
|
478
538
|
|
|
479
539
|
|
|
480
540
|
<td class="type">
|
|
481
541
|
|
|
482
542
|
|
|
483
|
-
<span class="param-type">
|
|
543
|
+
<span class="param-type">
|
|
544
|
+
|
|
545
|
+
Array.<Number>
|
|
546
|
+
|
|
547
|
+
</span>
|
|
484
548
|
|
|
485
549
|
|
|
486
550
|
|
|
@@ -503,13 +567,17 @@
|
|
|
503
567
|
|
|
504
568
|
<tr class="deep-level-1">
|
|
505
569
|
|
|
506
|
-
<td class="name"
|
|
570
|
+
<td class="name"><code>sublayerLabelingInfos</code></td>
|
|
507
571
|
|
|
508
572
|
|
|
509
573
|
<td class="type">
|
|
510
574
|
|
|
511
575
|
|
|
512
|
-
<span class="param-type">
|
|
576
|
+
<span class="param-type">
|
|
577
|
+
|
|
578
|
+
Object
|
|
579
|
+
|
|
580
|
+
</span>
|
|
513
581
|
|
|
514
582
|
|
|
515
583
|
|
|
@@ -530,13 +598,17 @@
|
|
|
530
598
|
|
|
531
599
|
<tr class="deep-level-1">
|
|
532
600
|
|
|
533
|
-
<td class="name"
|
|
601
|
+
<td class="name"><code>labelsRenderMode</code></td>
|
|
534
602
|
|
|
535
603
|
|
|
536
604
|
<td class="type">
|
|
537
605
|
|
|
538
606
|
|
|
539
|
-
<span class="param-type">
|
|
607
|
+
<span class="param-type">
|
|
608
|
+
|
|
609
|
+
String
|
|
610
|
+
|
|
611
|
+
</span>
|
|
540
612
|
|
|
541
613
|
|
|
542
614
|
|
|
@@ -557,13 +629,17 @@
|
|
|
557
629
|
|
|
558
630
|
<tr class="deep-level-1">
|
|
559
631
|
|
|
560
|
-
<td class="name"
|
|
632
|
+
<td class="name"><code>readyPromise</code></td>
|
|
561
633
|
|
|
562
634
|
|
|
563
635
|
<td class="type">
|
|
564
636
|
|
|
565
637
|
|
|
566
|
-
<span class="param-type">
|
|
638
|
+
<span class="param-type">
|
|
639
|
+
|
|
640
|
+
Promise
|
|
641
|
+
|
|
642
|
+
</span>
|
|
567
643
|
|
|
568
644
|
|
|
569
645
|
|
|
@@ -710,7 +786,11 @@ addImageryProvider(url)</code></pre>
|
|
|
710
786
|
<td class="name">
|
|
711
787
|
<code>
|
|
712
788
|
|
|
713
|
-
<span class="param-type">
|
|
789
|
+
<span class="param-type">
|
|
790
|
+
|
|
791
|
+
Number
|
|
792
|
+
|
|
793
|
+
</span>
|
|
714
794
|
|
|
715
795
|
|
|
716
796
|
|
|
@@ -724,7 +804,11 @@ addImageryProvider(url)</code></pre>
|
|
|
724
804
|
<td class="name">
|
|
725
805
|
<code>
|
|
726
806
|
|
|
727
|
-
<span class="param-type">
|
|
807
|
+
<span class="param-type">
|
|
808
|
+
|
|
809
|
+
Boolean
|
|
810
|
+
|
|
811
|
+
</span>
|
|
728
812
|
|
|
729
813
|
|
|
730
814
|
|
|
@@ -738,7 +822,11 @@ addImageryProvider(url)</code></pre>
|
|
|
738
822
|
<td class="name">
|
|
739
823
|
<code>
|
|
740
824
|
|
|
741
|
-
<span class="param-type">
|
|
825
|
+
<span class="param-type">
|
|
826
|
+
|
|
827
|
+
String
|
|
828
|
+
|
|
829
|
+
</span>
|
|
742
830
|
|
|
743
831
|
|
|
744
832
|
|
|
@@ -754,7 +842,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
754
842
|
<td class="name">
|
|
755
843
|
<code>
|
|
756
844
|
|
|
757
|
-
<span class="param-type">
|
|
845
|
+
<span class="param-type">
|
|
846
|
+
|
|
847
|
+
Number
|
|
848
|
+
|
|
849
|
+
</span>
|
|
758
850
|
|
|
759
851
|
|
|
760
852
|
|
|
@@ -768,7 +860,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
768
860
|
<td class="name">
|
|
769
861
|
<code>
|
|
770
862
|
|
|
771
|
-
<span class="param-type">
|
|
863
|
+
<span class="param-type">
|
|
864
|
+
|
|
865
|
+
Number
|
|
866
|
+
|
|
867
|
+
</span>
|
|
772
868
|
|
|
773
869
|
|
|
774
870
|
|
|
@@ -782,7 +878,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
782
878
|
<td class="name">
|
|
783
879
|
<code>
|
|
784
880
|
|
|
785
|
-
<span class="param-type">
|
|
881
|
+
<span class="param-type">
|
|
882
|
+
|
|
883
|
+
MVT
|
|
884
|
+
|
|
885
|
+
</span>
|
|
786
886
|
|
|
787
887
|
|
|
788
888
|
|
|
@@ -796,7 +896,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
796
896
|
<td class="name">
|
|
797
897
|
<code>
|
|
798
898
|
|
|
799
|
-
<span class="param-type">
|
|
899
|
+
<span class="param-type">
|
|
900
|
+
|
|
901
|
+
Number
|
|
902
|
+
|
|
903
|
+
</span>
|
|
800
904
|
|
|
801
905
|
|
|
802
906
|
|
|
@@ -810,7 +914,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
810
914
|
<td class="name">
|
|
811
915
|
<code>
|
|
812
916
|
|
|
813
|
-
<span class="param-type">
|
|
917
|
+
<span class="param-type">
|
|
918
|
+
|
|
919
|
+
Boolean
|
|
920
|
+
|
|
921
|
+
</span>
|
|
814
922
|
|
|
815
923
|
|
|
816
924
|
|
|
@@ -824,7 +932,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
824
932
|
<td class="name">
|
|
825
933
|
<code>
|
|
826
934
|
|
|
827
|
-
<span class="param-type">
|
|
935
|
+
<span class="param-type">
|
|
936
|
+
|
|
937
|
+
Promise
|
|
938
|
+
|
|
939
|
+
</span>
|
|
828
940
|
|
|
829
941
|
|
|
830
942
|
|
|
@@ -838,7 +950,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
838
950
|
<td class="name">
|
|
839
951
|
<code>
|
|
840
952
|
|
|
841
|
-
<span class="param-type">
|
|
953
|
+
<span class="param-type">
|
|
954
|
+
|
|
955
|
+
Cseium.Rectangle
|
|
956
|
+
|
|
957
|
+
</span>
|
|
842
958
|
|
|
843
959
|
|
|
844
960
|
|
|
@@ -852,7 +968,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
852
968
|
<td class="name">
|
|
853
969
|
<code>
|
|
854
970
|
|
|
855
|
-
<span class="param-type">
|
|
971
|
+
<span class="param-type">
|
|
972
|
+
|
|
973
|
+
Cseium.Scene
|
|
974
|
+
|
|
975
|
+
</span>
|
|
856
976
|
|
|
857
977
|
|
|
858
978
|
|
|
@@ -866,7 +986,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
866
986
|
<td class="name">
|
|
867
987
|
<code>
|
|
868
988
|
|
|
869
|
-
<span class="param-type">
|
|
989
|
+
<span class="param-type">
|
|
990
|
+
|
|
991
|
+
Object
|
|
992
|
+
|
|
993
|
+
</span>
|
|
870
994
|
|
|
871
995
|
|
|
872
996
|
|
|
@@ -880,7 +1004,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
880
1004
|
<td class="name">
|
|
881
1005
|
<code>
|
|
882
1006
|
|
|
883
|
-
<span class="param-type">
|
|
1007
|
+
<span class="param-type">
|
|
1008
|
+
|
|
1009
|
+
Object
|
|
1010
|
+
|
|
1011
|
+
</span>
|
|
884
1012
|
|
|
885
1013
|
|
|
886
1014
|
|
|
@@ -894,7 +1022,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
894
1022
|
<td class="name">
|
|
895
1023
|
<code>
|
|
896
1024
|
|
|
897
|
-
<span class="param-type">
|
|
1025
|
+
<span class="param-type">
|
|
1026
|
+
|
|
1027
|
+
Number
|
|
1028
|
+
|
|
1029
|
+
</span>
|
|
898
1030
|
|
|
899
1031
|
|
|
900
1032
|
|
|
@@ -908,7 +1040,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
908
1040
|
<td class="name">
|
|
909
1041
|
<code>
|
|
910
1042
|
|
|
911
|
-
<span class="param-type">
|
|
1043
|
+
<span class="param-type">
|
|
1044
|
+
|
|
1045
|
+
Number
|
|
1046
|
+
|
|
1047
|
+
</span>
|
|
912
1048
|
|
|
913
1049
|
|
|
914
1050
|
|
|
@@ -922,7 +1058,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
922
1058
|
<td class="name">
|
|
923
1059
|
<code>
|
|
924
1060
|
|
|
925
|
-
<span class="param-type">
|
|
1061
|
+
<span class="param-type">
|
|
1062
|
+
|
|
1063
|
+
Object
|
|
1064
|
+
|
|
1065
|
+
</span>
|
|
926
1066
|
|
|
927
1067
|
|
|
928
1068
|
|
|
@@ -936,7 +1076,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
936
1076
|
<td class="name">
|
|
937
1077
|
<code>
|
|
938
1078
|
|
|
939
|
-
<span class="param-type">
|
|
1079
|
+
<span class="param-type">
|
|
1080
|
+
|
|
1081
|
+
String
|
|
1082
|
+
|
|
1083
|
+
</span>
|
|
940
1084
|
|
|
941
1085
|
|
|
942
1086
|
|
|
@@ -950,7 +1094,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
950
1094
|
<td class="name">
|
|
951
1095
|
<code>
|
|
952
1096
|
|
|
953
|
-
<span class="param-type">
|
|
1097
|
+
<span class="param-type">
|
|
1098
|
+
|
|
1099
|
+
String
|
|
1100
|
+
|
|
1101
|
+
</span>
|
|
954
1102
|
|
|
955
1103
|
|
|
956
1104
|
|
|
@@ -964,7 +1112,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
964
1112
|
<td class="name">
|
|
965
1113
|
<code>
|
|
966
1114
|
|
|
967
|
-
<span class="param-type">
|
|
1115
|
+
<span class="param-type">
|
|
1116
|
+
|
|
1117
|
+
Array.<Number>
|
|
1118
|
+
|
|
1119
|
+
</span>
|
|
968
1120
|
|
|
969
1121
|
|
|
970
1122
|
|
|
@@ -978,7 +1130,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
978
1130
|
<td class="name">
|
|
979
1131
|
<code>
|
|
980
1132
|
|
|
981
|
-
<span class="param-type">
|
|
1133
|
+
<span class="param-type">
|
|
1134
|
+
|
|
1135
|
+
Boolean
|
|
1136
|
+
|
|
1137
|
+
</span>
|
|
982
1138
|
|
|
983
1139
|
|
|
984
1140
|
|
|
@@ -998,7 +1154,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
998
1154
|
<span class="method-parameter is-pulled-right">
|
|
999
1155
|
<label>类型:</label>
|
|
1000
1156
|
|
|
1001
|
-
<span class="param-type">
|
|
1157
|
+
<span class="param-type">
|
|
1158
|
+
|
|
1159
|
+
Number
|
|
1160
|
+
|
|
1161
|
+
</span>
|
|
1002
1162
|
|
|
1003
1163
|
|
|
1004
1164
|
|
|
@@ -1074,7 +1234,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1074
1234
|
<span class="method-parameter is-pulled-right">
|
|
1075
1235
|
<label>类型:</label>
|
|
1076
1236
|
|
|
1077
|
-
<span class="param-type">
|
|
1237
|
+
<span class="param-type">
|
|
1238
|
+
|
|
1239
|
+
Boolean
|
|
1240
|
+
|
|
1241
|
+
</span>
|
|
1078
1242
|
|
|
1079
1243
|
|
|
1080
1244
|
|
|
@@ -1145,7 +1309,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1145
1309
|
<span class="method-parameter is-pulled-right">
|
|
1146
1310
|
<label>类型:</label>
|
|
1147
1311
|
|
|
1148
|
-
<span class="param-type">
|
|
1312
|
+
<span class="param-type">
|
|
1313
|
+
|
|
1314
|
+
String
|
|
1315
|
+
|
|
1316
|
+
</span>
|
|
1149
1317
|
|
|
1150
1318
|
|
|
1151
1319
|
|
|
@@ -1223,7 +1391,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1223
1391
|
<span class="method-parameter is-pulled-right">
|
|
1224
1392
|
<label>类型:</label>
|
|
1225
1393
|
|
|
1226
|
-
<span class="param-type">
|
|
1394
|
+
<span class="param-type">
|
|
1395
|
+
|
|
1396
|
+
Number
|
|
1397
|
+
|
|
1398
|
+
</span>
|
|
1227
1399
|
|
|
1228
1400
|
|
|
1229
1401
|
|
|
@@ -1299,7 +1471,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1299
1471
|
<span class="method-parameter is-pulled-right">
|
|
1300
1472
|
<label>类型:</label>
|
|
1301
1473
|
|
|
1302
|
-
<span class="param-type">
|
|
1474
|
+
<span class="param-type">
|
|
1475
|
+
|
|
1476
|
+
Number
|
|
1477
|
+
|
|
1478
|
+
</span>
|
|
1303
1479
|
|
|
1304
1480
|
|
|
1305
1481
|
|
|
@@ -1375,7 +1551,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1375
1551
|
<span class="method-parameter is-pulled-right">
|
|
1376
1552
|
<label>类型:</label>
|
|
1377
1553
|
|
|
1378
|
-
<span class="param-type">
|
|
1554
|
+
<span class="param-type">
|
|
1555
|
+
|
|
1556
|
+
MVT
|
|
1557
|
+
|
|
1558
|
+
</span>
|
|
1379
1559
|
|
|
1380
1560
|
|
|
1381
1561
|
|
|
@@ -1450,7 +1630,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1450
1630
|
<span class="method-parameter is-pulled-right">
|
|
1451
1631
|
<label>类型:</label>
|
|
1452
1632
|
|
|
1453
|
-
<span class="param-type">
|
|
1633
|
+
<span class="param-type">
|
|
1634
|
+
|
|
1635
|
+
Number
|
|
1636
|
+
|
|
1637
|
+
</span>
|
|
1454
1638
|
|
|
1455
1639
|
|
|
1456
1640
|
|
|
@@ -1526,7 +1710,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1526
1710
|
<span class="method-parameter is-pulled-right">
|
|
1527
1711
|
<label>类型:</label>
|
|
1528
1712
|
|
|
1529
|
-
<span class="param-type">
|
|
1713
|
+
<span class="param-type">
|
|
1714
|
+
|
|
1715
|
+
Boolean
|
|
1716
|
+
|
|
1717
|
+
</span>
|
|
1530
1718
|
|
|
1531
1719
|
|
|
1532
1720
|
|
|
@@ -1597,7 +1785,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1597
1785
|
<span class="method-parameter is-pulled-right">
|
|
1598
1786
|
<label>类型:</label>
|
|
1599
1787
|
|
|
1600
|
-
<span class="param-type">
|
|
1788
|
+
<span class="param-type">
|
|
1789
|
+
|
|
1790
|
+
Promise
|
|
1791
|
+
|
|
1792
|
+
</span>
|
|
1601
1793
|
|
|
1602
1794
|
|
|
1603
1795
|
|
|
@@ -1668,7 +1860,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1668
1860
|
<span class="method-parameter is-pulled-right">
|
|
1669
1861
|
<label>类型:</label>
|
|
1670
1862
|
|
|
1671
|
-
<span class="param-type">
|
|
1863
|
+
<span class="param-type">
|
|
1864
|
+
|
|
1865
|
+
Cseium.Rectangle
|
|
1866
|
+
|
|
1867
|
+
</span>
|
|
1672
1868
|
|
|
1673
1869
|
|
|
1674
1870
|
|
|
@@ -1739,7 +1935,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1739
1935
|
<span class="method-parameter is-pulled-right">
|
|
1740
1936
|
<label>类型:</label>
|
|
1741
1937
|
|
|
1742
|
-
<span class="param-type">
|
|
1938
|
+
<span class="param-type">
|
|
1939
|
+
|
|
1940
|
+
Cseium.Scene
|
|
1941
|
+
|
|
1942
|
+
</span>
|
|
1743
1943
|
|
|
1744
1944
|
|
|
1745
1945
|
|
|
@@ -1810,7 +2010,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1810
2010
|
<span class="method-parameter is-pulled-right">
|
|
1811
2011
|
<label>类型:</label>
|
|
1812
2012
|
|
|
1813
|
-
<span class="param-type">
|
|
2013
|
+
<span class="param-type">
|
|
2014
|
+
|
|
2015
|
+
Object
|
|
2016
|
+
|
|
2017
|
+
</span>
|
|
1814
2018
|
|
|
1815
2019
|
|
|
1816
2020
|
|
|
@@ -1881,7 +2085,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1881
2085
|
<span class="method-parameter is-pulled-right">
|
|
1882
2086
|
<label>类型:</label>
|
|
1883
2087
|
|
|
1884
|
-
<span class="param-type">
|
|
2088
|
+
<span class="param-type">
|
|
2089
|
+
|
|
2090
|
+
Object
|
|
2091
|
+
|
|
2092
|
+
</span>
|
|
1885
2093
|
|
|
1886
2094
|
|
|
1887
2095
|
|
|
@@ -1952,7 +2160,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1952
2160
|
<span class="method-parameter is-pulled-right">
|
|
1953
2161
|
<label>类型:</label>
|
|
1954
2162
|
|
|
1955
|
-
<span class="param-type">
|
|
2163
|
+
<span class="param-type">
|
|
2164
|
+
|
|
2165
|
+
Number
|
|
2166
|
+
|
|
2167
|
+
</span>
|
|
1956
2168
|
|
|
1957
2169
|
|
|
1958
2170
|
|
|
@@ -2028,7 +2240,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2028
2240
|
<span class="method-parameter is-pulled-right">
|
|
2029
2241
|
<label>类型:</label>
|
|
2030
2242
|
|
|
2031
|
-
<span class="param-type">
|
|
2243
|
+
<span class="param-type">
|
|
2244
|
+
|
|
2245
|
+
Number
|
|
2246
|
+
|
|
2247
|
+
</span>
|
|
2032
2248
|
|
|
2033
2249
|
|
|
2034
2250
|
|
|
@@ -2104,7 +2320,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2104
2320
|
<span class="method-parameter is-pulled-right">
|
|
2105
2321
|
<label>类型:</label>
|
|
2106
2322
|
|
|
2107
|
-
<span class="param-type">
|
|
2323
|
+
<span class="param-type">
|
|
2324
|
+
|
|
2325
|
+
Object
|
|
2326
|
+
|
|
2327
|
+
</span>
|
|
2108
2328
|
|
|
2109
2329
|
|
|
2110
2330
|
|
|
@@ -2180,7 +2400,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2180
2400
|
<span class="method-parameter is-pulled-right">
|
|
2181
2401
|
<label>类型:</label>
|
|
2182
2402
|
|
|
2183
|
-
<span class="param-type">
|
|
2403
|
+
<span class="param-type">
|
|
2404
|
+
|
|
2405
|
+
String
|
|
2406
|
+
|
|
2407
|
+
</span>
|
|
2184
2408
|
|
|
2185
2409
|
|
|
2186
2410
|
|
|
@@ -2256,7 +2480,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2256
2480
|
<span class="method-parameter is-pulled-right">
|
|
2257
2481
|
<label>类型:</label>
|
|
2258
2482
|
|
|
2259
|
-
<span class="param-type">
|
|
2483
|
+
<span class="param-type">
|
|
2484
|
+
|
|
2485
|
+
String
|
|
2486
|
+
|
|
2487
|
+
</span>
|
|
2260
2488
|
|
|
2261
2489
|
|
|
2262
2490
|
|
|
@@ -2327,7 +2555,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2327
2555
|
<span class="method-parameter is-pulled-right">
|
|
2328
2556
|
<label>类型:</label>
|
|
2329
2557
|
|
|
2330
|
-
<span class="param-type">
|
|
2558
|
+
<span class="param-type">
|
|
2559
|
+
|
|
2560
|
+
Array.<Number>
|
|
2561
|
+
|
|
2562
|
+
</span>
|
|
2331
2563
|
|
|
2332
2564
|
|
|
2333
2565
|
|
|
@@ -2403,7 +2635,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2403
2635
|
<span class="method-parameter is-pulled-right">
|
|
2404
2636
|
<label>类型:</label>
|
|
2405
2637
|
|
|
2406
|
-
<span class="param-type">
|
|
2638
|
+
<span class="param-type">
|
|
2639
|
+
|
|
2640
|
+
Boolean
|
|
2641
|
+
|
|
2642
|
+
</span>
|
|
2407
2643
|
|
|
2408
2644
|
|
|
2409
2645
|
|
|
@@ -2500,7 +2736,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2500
2736
|
<code>
|
|
2501
2737
|
|
|
2502
2738
|
|
|
2503
|
-
<span class="param-type"
|
|
2739
|
+
<span class="param-type">
|
|
2740
|
+
|
|
2741
|
+
<a link="MapGISVectorTileImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISVectorTileImageryProvider" MapGISVectorTileImageryProvider.html>MapGISVectorTileImageryProvider</a>
|
|
2742
|
+
|
|
2743
|
+
</span>
|
|
2504
2744
|
|
|
2505
2745
|
|
|
2506
2746
|
|
|
@@ -2516,7 +2756,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2516
2756
|
<code>
|
|
2517
2757
|
|
|
2518
2758
|
|
|
2519
|
-
<span class="param-type">
|
|
2759
|
+
<span class="param-type">
|
|
2760
|
+
|
|
2761
|
+
String
|
|
2762
|
+
|
|
2763
|
+
</span>
|
|
2520
2764
|
|
|
2521
2765
|
|
|
2522
2766
|
|
|
@@ -2532,7 +2776,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2532
2776
|
<code>
|
|
2533
2777
|
|
|
2534
2778
|
|
|
2535
|
-
<span class="param-type">
|
|
2779
|
+
<span class="param-type">
|
|
2780
|
+
|
|
2781
|
+
Promise
|
|
2782
|
+
|
|
2783
|
+
</span>
|
|
2536
2784
|
|
|
2537
2785
|
|
|
2538
2786
|
|
|
@@ -2548,7 +2796,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2548
2796
|
<code>
|
|
2549
2797
|
|
|
2550
2798
|
|
|
2551
|
-
<span class="param-type">
|
|
2799
|
+
<span class="param-type">
|
|
2800
|
+
|
|
2801
|
+
Promise
|
|
2802
|
+
|
|
2803
|
+
</span>
|
|
2552
2804
|
|
|
2553
2805
|
|
|
2554
2806
|
|
|
@@ -2620,13 +2872,17 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2620
2872
|
|
|
2621
2873
|
<tr class="deep-level-0">
|
|
2622
2874
|
|
|
2623
|
-
<td class="name"
|
|
2875
|
+
<td class="name"><code>url</code></td>
|
|
2624
2876
|
|
|
2625
2877
|
|
|
2626
2878
|
<td class="type">
|
|
2627
2879
|
|
|
2628
2880
|
|
|
2629
|
-
<span class="param-type">
|
|
2881
|
+
<span class="param-type">
|
|
2882
|
+
|
|
2883
|
+
String
|
|
2884
|
+
|
|
2885
|
+
</span>
|
|
2630
2886
|
|
|
2631
2887
|
|
|
2632
2888
|
|
|
@@ -2645,13 +2901,17 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2645
2901
|
|
|
2646
2902
|
<tr class="deep-level-0">
|
|
2647
2903
|
|
|
2648
|
-
<td class="name"
|
|
2904
|
+
<td class="name"><code>options</code></td>
|
|
2649
2905
|
|
|
2650
2906
|
|
|
2651
2907
|
<td class="type">
|
|
2652
2908
|
|
|
2653
2909
|
|
|
2654
|
-
<span class="param-type">
|
|
2910
|
+
<span class="param-type">
|
|
2911
|
+
|
|
2912
|
+
Object
|
|
2913
|
+
|
|
2914
|
+
</span>
|
|
2655
2915
|
|
|
2656
2916
|
|
|
2657
2917
|
|
|
@@ -2740,7 +3000,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2740
3000
|
<div class='column is-5 has-text-left'>
|
|
2741
3001
|
<label>类型: </label>
|
|
2742
3002
|
|
|
2743
|
-
<span class="param-type"
|
|
3003
|
+
<span class="param-type">
|
|
3004
|
+
|
|
3005
|
+
<a link="MapGISVectorTileImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISVectorTileImageryProvider" MapGISVectorTileImageryProvider.html>MapGISVectorTileImageryProvider</a>
|
|
3006
|
+
|
|
3007
|
+
</span>
|
|
2744
3008
|
|
|
2745
3009
|
|
|
2746
3010
|
|
|
@@ -2816,13 +3080,17 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2816
3080
|
|
|
2817
3081
|
<tr class="deep-level-0">
|
|
2818
3082
|
|
|
2819
|
-
<td class="name"
|
|
3083
|
+
<td class="name"><code>sublayerLabelingInfos</code></td>
|
|
2820
3084
|
|
|
2821
3085
|
|
|
2822
3086
|
<td class="type">
|
|
2823
3087
|
|
|
2824
3088
|
|
|
2825
|
-
<span class="param-type">
|
|
3089
|
+
<span class="param-type">
|
|
3090
|
+
|
|
3091
|
+
Object
|
|
3092
|
+
|
|
3093
|
+
</span>
|
|
2826
3094
|
|
|
2827
3095
|
|
|
2828
3096
|
|
|
@@ -2911,7 +3179,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2911
3179
|
<div class='column is-5 has-text-left'>
|
|
2912
3180
|
<label>类型: </label>
|
|
2913
3181
|
|
|
2914
|
-
<span class="param-type">
|
|
3182
|
+
<span class="param-type">
|
|
3183
|
+
|
|
3184
|
+
String
|
|
3185
|
+
|
|
3186
|
+
</span>
|
|
2915
3187
|
|
|
2916
3188
|
|
|
2917
3189
|
|
|
@@ -2983,13 +3255,17 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2983
3255
|
|
|
2984
3256
|
<tr class="deep-level-0">
|
|
2985
3257
|
|
|
2986
|
-
<td class="name"
|
|
3258
|
+
<td class="name"><code>x</code></td>
|
|
2987
3259
|
|
|
2988
3260
|
|
|
2989
3261
|
<td class="type">
|
|
2990
3262
|
|
|
2991
3263
|
|
|
2992
|
-
<span class="param-type">
|
|
3264
|
+
<span class="param-type">
|
|
3265
|
+
|
|
3266
|
+
String
|
|
3267
|
+
|
|
3268
|
+
</span>
|
|
2993
3269
|
|
|
2994
3270
|
|
|
2995
3271
|
|
|
@@ -3008,13 +3284,17 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3008
3284
|
|
|
3009
3285
|
<tr class="deep-level-0">
|
|
3010
3286
|
|
|
3011
|
-
<td class="name"
|
|
3287
|
+
<td class="name"><code>y</code></td>
|
|
3012
3288
|
|
|
3013
3289
|
|
|
3014
3290
|
<td class="type">
|
|
3015
3291
|
|
|
3016
3292
|
|
|
3017
|
-
<span class="param-type">
|
|
3293
|
+
<span class="param-type">
|
|
3294
|
+
|
|
3295
|
+
String
|
|
3296
|
+
|
|
3297
|
+
</span>
|
|
3018
3298
|
|
|
3019
3299
|
|
|
3020
3300
|
|
|
@@ -3033,13 +3313,17 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3033
3313
|
|
|
3034
3314
|
<tr class="deep-level-0">
|
|
3035
3315
|
|
|
3036
|
-
<td class="name"
|
|
3316
|
+
<td class="name"><code>level</code></td>
|
|
3037
3317
|
|
|
3038
3318
|
|
|
3039
3319
|
<td class="type">
|
|
3040
3320
|
|
|
3041
3321
|
|
|
3042
|
-
<span class="param-type">
|
|
3322
|
+
<span class="param-type">
|
|
3323
|
+
|
|
3324
|
+
String
|
|
3325
|
+
|
|
3326
|
+
</span>
|
|
3043
3327
|
|
|
3044
3328
|
|
|
3045
3329
|
|
|
@@ -3128,7 +3412,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3128
3412
|
<div class='column is-5 has-text-left'>
|
|
3129
3413
|
<label>类型: </label>
|
|
3130
3414
|
|
|
3131
|
-
<span class="param-type">
|
|
3415
|
+
<span class="param-type">
|
|
3416
|
+
|
|
3417
|
+
Promise
|
|
3418
|
+
|
|
3419
|
+
</span>
|
|
3132
3420
|
|
|
3133
3421
|
|
|
3134
3422
|
|
|
@@ -3200,13 +3488,17 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3200
3488
|
|
|
3201
3489
|
<tr class="deep-level-0">
|
|
3202
3490
|
|
|
3203
|
-
<td class="name"
|
|
3491
|
+
<td class="name"><code>x</code></td>
|
|
3204
3492
|
|
|
3205
3493
|
|
|
3206
3494
|
<td class="type">
|
|
3207
3495
|
|
|
3208
3496
|
|
|
3209
|
-
<span class="param-type">
|
|
3497
|
+
<span class="param-type">
|
|
3498
|
+
|
|
3499
|
+
String
|
|
3500
|
+
|
|
3501
|
+
</span>
|
|
3210
3502
|
|
|
3211
3503
|
|
|
3212
3504
|
|
|
@@ -3225,13 +3517,17 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3225
3517
|
|
|
3226
3518
|
<tr class="deep-level-0">
|
|
3227
3519
|
|
|
3228
|
-
<td class="name"
|
|
3520
|
+
<td class="name"><code>y</code></td>
|
|
3229
3521
|
|
|
3230
3522
|
|
|
3231
3523
|
<td class="type">
|
|
3232
3524
|
|
|
3233
3525
|
|
|
3234
|
-
<span class="param-type">
|
|
3526
|
+
<span class="param-type">
|
|
3527
|
+
|
|
3528
|
+
String
|
|
3529
|
+
|
|
3530
|
+
</span>
|
|
3235
3531
|
|
|
3236
3532
|
|
|
3237
3533
|
|
|
@@ -3250,13 +3546,17 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3250
3546
|
|
|
3251
3547
|
<tr class="deep-level-0">
|
|
3252
3548
|
|
|
3253
|
-
<td class="name"
|
|
3549
|
+
<td class="name"><code>level</code></td>
|
|
3254
3550
|
|
|
3255
3551
|
|
|
3256
3552
|
<td class="type">
|
|
3257
3553
|
|
|
3258
3554
|
|
|
3259
|
-
<span class="param-type">
|
|
3555
|
+
<span class="param-type">
|
|
3556
|
+
|
|
3557
|
+
String
|
|
3558
|
+
|
|
3559
|
+
</span>
|
|
3260
3560
|
|
|
3261
3561
|
|
|
3262
3562
|
|
|
@@ -3345,7 +3645,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3345
3645
|
<div class='column is-5 has-text-left'>
|
|
3346
3646
|
<label>类型: </label>
|
|
3347
3647
|
|
|
3348
|
-
<span class="param-type">
|
|
3648
|
+
<span class="param-type">
|
|
3649
|
+
|
|
3650
|
+
Promise
|
|
3651
|
+
|
|
3652
|
+
</span>
|
|
3349
3653
|
|
|
3350
3654
|
|
|
3351
3655
|
|