@mapgis/webclient-leaflet-plugin 17.0.4 → 17.0.6

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.
Files changed (27) hide show
  1. package/README.md +24 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/es5/webclient-leaflet-plugin.min.js +6 -6
  4. package/dist/webclient-leaflet-plugin-es6.min.js +6 -6
  5. package/documention/DrawControl.html +19 -7
  6. package/documention/L.zondy.MapvBaseLayer.html +36 -12
  7. package/documention/MapViewLeaflet.html +740 -224
  8. package/documention/Popup.html +125 -33
  9. package/documention/Screenshot.html +30 -10
  10. package/documention/SketchEditorLeaflet.html +211 -71
  11. package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +267 -83
  12. package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +410 -130
  13. package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +292 -88
  14. package/documention/Zondy.ThemeLayer.ThemeLayer.html +201 -61
  15. package/documention/Zondy.ThemeLayer.ThemeStyle.html +448 -112
  16. package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +312 -92
  17. package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +421 -125
  18. package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +286 -86
  19. package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +296 -88
  20. package/documention/Zondy.Widget.html +40 -12
  21. package/documention/Zondy.view.UI.html +23 -7
  22. package/documention/global.html +24 -8
  23. package/documention/index.html +4 -4
  24. package/documention/scripts/sideBar.js +111 -6
  25. package/documention/tutorial-2.1M3D/350/246/201/347/264/240/351/200/211/345/217/226.html +1 -1
  26. package/documention/tutorial-2.2M3D/351/222/273/345/255/224/345/211/226/345/210/207.html +1 -1
  27. package/package.json +1 -1
@@ -79,13 +79,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
79
79
 
80
80
  <tr class="deep-level-0">
81
81
 
82
- <td class="name" id="options"><code>options</code></td>
82
+ <td class="name"><code>options</code></td>
83
83
 
84
84
 
85
85
  <td class="type">
86
86
 
87
87
 
88
- <span class="param-type">Object</span>
88
+ <span class="param-type">
89
+
90
+ Object
91
+
92
+ </span>
89
93
 
90
94
 
91
95
 
@@ -106,13 +110,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
106
110
 
107
111
  <tr class="deep-level-1">
108
112
 
109
- <td class="name" id="Map"><code>Map</code></td>
113
+ <td class="name"><code>Map</code></td>
110
114
 
111
115
 
112
116
  <td class="type">
113
117
 
114
118
 
115
- <span class="param-type">Map</span>
119
+ <span class="param-type">
120
+
121
+ Map
122
+
123
+ </span>
116
124
 
117
125
 
118
126
 
@@ -133,13 +141,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
133
141
 
134
142
  <tr class="deep-level-1">
135
143
 
136
- <td class="name" id="viewId"><code>viewId</code></td>
144
+ <td class="name"><code>viewId</code></td>
137
145
 
138
146
 
139
147
  <td class="type">
140
148
 
141
149
 
142
- <span class="param-type">String</span>
150
+ <span class="param-type">
151
+
152
+ String
153
+
154
+ </span>
143
155
 
144
156
 
145
157
 
@@ -160,13 +172,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
160
172
 
161
173
  <tr class="deep-level-1">
162
174
 
163
- <td class="name" id="limitedMinZoom"><code>limitedMinZoom</code></td>
175
+ <td class="name"><code>limitedMinZoom</code></td>
164
176
 
165
177
 
166
178
  <td class="type">
167
179
 
168
180
 
169
- <span class="param-type">Number</span>
181
+ <span class="param-type">
182
+
183
+ Number
184
+
185
+ </span>
170
186
 
171
187
 
172
188
 
@@ -187,13 +203,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
187
203
 
188
204
  <tr class="deep-level-1">
189
205
 
190
- <td class="name" id="zoom"><code>zoom</code></td>
206
+ <td class="name"><code>zoom</code></td>
191
207
 
192
208
 
193
209
  <td class="type">
194
210
 
195
211
 
196
- <span class="param-type">Number</span>
212
+ <span class="param-type">
213
+
214
+ Number
215
+
216
+ </span>
197
217
 
198
218
 
199
219
 
@@ -216,13 +236,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
216
236
 
217
237
  <tr class="deep-level-1">
218
238
 
219
- <td class="name" id="attributionControl"><code>attributionControl</code></td>
239
+ <td class="name"><code>attributionControl</code></td>
220
240
 
221
241
 
222
242
  <td class="type">
223
243
 
224
244
 
225
- <span class="param-type">Boolean</span>
245
+ <span class="param-type">
246
+
247
+ Boolean
248
+
249
+ </span>
226
250
 
227
251
 
228
252
 
@@ -245,13 +269,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
245
269
 
246
270
  <tr class="deep-level-1">
247
271
 
248
- <td class="name" id="zoomControl"><code>zoomControl</code></td>
272
+ <td class="name"><code>zoomControl</code></td>
249
273
 
250
274
 
251
275
  <td class="type">
252
276
 
253
277
 
254
- <span class="param-type">Boolean</span>
278
+ <span class="param-type">
279
+
280
+ Boolean
281
+
282
+ </span>
255
283
 
256
284
 
257
285
 
@@ -274,16 +302,24 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
274
302
 
275
303
  <tr class="deep-level-1">
276
304
 
277
- <td class="name" id="doubleClickZoom"><code>doubleClickZoom</code></td>
305
+ <td class="name"><code>doubleClickZoom</code></td>
278
306
 
279
307
 
280
308
  <td class="type">
281
309
 
282
310
 
283
- <span class="param-type">Boolean</span>
311
+ <span class="param-type">
312
+
313
+ Boolean
314
+
315
+ </span>
284
316
  |
285
317
 
286
- <span class="param-type">String</span>
318
+ <span class="param-type">
319
+
320
+ String
321
+
322
+ </span>
287
323
 
288
324
 
289
325
 
@@ -306,13 +342,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
306
342
 
307
343
  <tr class="deep-level-1">
308
344
 
309
- <td class="name" id="dragging"><code>dragging</code></td>
345
+ <td class="name"><code>dragging</code></td>
310
346
 
311
347
 
312
348
  <td class="type">
313
349
 
314
350
 
315
- <span class="param-type">Boolean</span>
351
+ <span class="param-type">
352
+
353
+ Boolean
354
+
355
+ </span>
316
356
 
317
357
 
318
358
 
@@ -335,13 +375,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
335
375
 
336
376
  <tr class="deep-level-1">
337
377
 
338
- <td class="name" id="zoomSnap"><code>zoomSnap</code></td>
378
+ <td class="name"><code>zoomSnap</code></td>
339
379
 
340
380
 
341
381
  <td class="type">
342
382
 
343
383
 
344
- <span class="param-type">Number</span>
384
+ <span class="param-type">
385
+
386
+ Number
387
+
388
+ </span>
345
389
 
346
390
 
347
391
 
@@ -364,13 +408,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
364
408
 
365
409
  <tr class="deep-level-1">
366
410
 
367
- <td class="name" id="zoomDelta"><code>zoomDelta</code></td>
411
+ <td class="name"><code>zoomDelta</code></td>
368
412
 
369
413
 
370
414
  <td class="type">
371
415
 
372
416
 
373
- <span class="param-type">Number</span>
417
+ <span class="param-type">
418
+
419
+ Number
420
+
421
+ </span>
374
422
 
375
423
 
376
424
 
@@ -393,13 +441,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
393
441
 
394
442
  <tr class="deep-level-1">
395
443
 
396
- <td class="name" id="trackResize"><code>trackResize</code></td>
444
+ <td class="name"><code>trackResize</code></td>
397
445
 
398
446
 
399
447
  <td class="type">
400
448
 
401
449
 
402
- <span class="param-type">Boolean</span>
450
+ <span class="param-type">
451
+
452
+ Boolean
453
+
454
+ </span>
403
455
 
404
456
 
405
457
 
@@ -422,13 +474,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
422
474
 
423
475
  <tr class="deep-level-1">
424
476
 
425
- <td class="name" id="keyboard"><code>keyboard</code></td>
477
+ <td class="name"><code>keyboard</code></td>
426
478
 
427
479
 
428
480
  <td class="type">
429
481
 
430
482
 
431
- <span class="param-type">Boolean</span>
483
+ <span class="param-type">
484
+
485
+ Boolean
486
+
487
+ </span>
432
488
 
433
489
 
434
490
 
@@ -451,13 +507,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
451
507
 
452
508
  <tr class="deep-level-1">
453
509
 
454
- <td class="name" id="keyboardPanDelta"><code>keyboardPanDelta</code></td>
510
+ <td class="name"><code>keyboardPanDelta</code></td>
455
511
 
456
512
 
457
513
  <td class="type">
458
514
 
459
515
 
460
- <span class="param-type">Number</span>
516
+ <span class="param-type">
517
+
518
+ Number
519
+
520
+ </span>
461
521
 
462
522
 
463
523
 
@@ -480,16 +540,24 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
480
540
 
481
541
  <tr class="deep-level-1">
482
542
 
483
- <td class="name" id="scrollWheelZoom"><code>scrollWheelZoom</code></td>
543
+ <td class="name"><code>scrollWheelZoom</code></td>
484
544
 
485
545
 
486
546
  <td class="type">
487
547
 
488
548
 
489
- <span class="param-type">Boolean</span>
549
+ <span class="param-type">
550
+
551
+ Boolean
552
+
553
+ </span>
490
554
  |
491
555
 
492
- <span class="param-type">String</span>
556
+ <span class="param-type">
557
+
558
+ String
559
+
560
+ </span>
493
561
 
494
562
 
495
563
 
@@ -512,13 +580,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
512
580
 
513
581
  <tr class="deep-level-1">
514
582
 
515
- <td class="name" id="wheelDebounceTime"><code>wheelDebounceTime</code></td>
583
+ <td class="name"><code>wheelDebounceTime</code></td>
516
584
 
517
585
 
518
586
  <td class="type">
519
587
 
520
588
 
521
- <span class="param-type">Number</span>
589
+ <span class="param-type">
590
+
591
+ Number
592
+
593
+ </span>
522
594
 
523
595
 
524
596
 
@@ -541,13 +613,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
541
613
 
542
614
  <tr class="deep-level-1">
543
615
 
544
- <td class="name" id="wheelPxPerZoomLevel"><code>wheelPxPerZoomLevel</code></td>
616
+ <td class="name"><code>wheelPxPerZoomLevel</code></td>
545
617
 
546
618
 
547
619
  <td class="type">
548
620
 
549
621
 
550
- <span class="param-type">Number</span>
622
+ <span class="param-type">
623
+
624
+ Number
625
+
626
+ </span>
551
627
 
552
628
 
553
629
 
@@ -570,13 +646,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
570
646
 
571
647
  <tr class="deep-level-1">
572
648
 
573
- <td class="name" id="tapHold"><code>tapHold</code></td>
649
+ <td class="name"><code>tapHold</code></td>
574
650
 
575
651
 
576
652
  <td class="type">
577
653
 
578
654
 
579
- <span class="param-type">Boolean</span>
655
+ <span class="param-type">
656
+
657
+ Boolean
658
+
659
+ </span>
580
660
 
581
661
 
582
662
 
@@ -599,13 +679,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
599
679
 
600
680
  <tr class="deep-level-1">
601
681
 
602
- <td class="name" id="tapTolerance"><code>tapTolerance</code></td>
682
+ <td class="name"><code>tapTolerance</code></td>
603
683
 
604
684
 
605
685
  <td class="type">
606
686
 
607
687
 
608
- <span class="param-type">Number</span>
688
+ <span class="param-type">
689
+
690
+ Number
691
+
692
+ </span>
609
693
 
610
694
 
611
695
 
@@ -628,16 +712,24 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
628
712
 
629
713
  <tr class="deep-level-1">
630
714
 
631
- <td class="name" id="touchZoom"><code>touchZoom</code></td>
715
+ <td class="name"><code>touchZoom</code></td>
632
716
 
633
717
 
634
718
  <td class="type">
635
719
 
636
720
 
637
- <span class="param-type">Boolean</span>
721
+ <span class="param-type">
722
+
723
+ Boolean
724
+
725
+ </span>
638
726
  |
639
727
 
640
- <span class="param-type">String</span>
728
+ <span class="param-type">
729
+
730
+ String
731
+
732
+ </span>
641
733
 
642
734
 
643
735
 
@@ -660,13 +752,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
660
752
 
661
753
  <tr class="deep-level-1">
662
754
 
663
- <td class="name" id="bounceAtZoomLimits"><code>bounceAtZoomLimits</code></td>
755
+ <td class="name"><code>bounceAtZoomLimits</code></td>
664
756
 
665
757
 
666
758
  <td class="type">
667
759
 
668
760
 
669
- <span class="param-type">Boolean</span>
761
+ <span class="param-type">
762
+
763
+ Boolean
764
+
765
+ </span>
670
766
 
671
767
 
672
768
 
@@ -689,13 +785,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
689
785
 
690
786
  <tr class="deep-level-1">
691
787
 
692
- <td class="name" id="animation"><code>animation</code></td>
788
+ <td class="name"><code>animation</code></td>
693
789
 
694
790
 
695
791
  <td class="type">
696
792
 
697
793
 
698
- <span class="param-type">Boolean</span>
794
+ <span class="param-type">
795
+
796
+ Boolean
797
+
798
+ </span>
699
799
 
700
800
 
701
801
 
@@ -718,13 +818,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
718
818
 
719
819
  <tr class="deep-level-1">
720
820
 
721
- <td class="name" id="center"><code>center</code></td>
821
+ <td class="name"><code>center</code></td>
722
822
 
723
823
 
724
824
  <td class="type">
725
825
 
726
826
 
727
- <span class="param-type">Point</span>
827
+ <span class="param-type">
828
+
829
+ Point
830
+
831
+ </span>
728
832
 
729
833
 
730
834
 
@@ -747,13 +851,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
747
851
 
748
852
  <tr class="deep-level-1">
749
853
 
750
- <td class="name" id="extent"><code>extent</code></td>
854
+ <td class="name"><code>extent</code></td>
751
855
 
752
856
 
753
857
  <td class="type">
754
858
 
755
859
 
756
- <span class="param-type">Extent</span>
860
+ <span class="param-type">
861
+
862
+ Extent
863
+
864
+ </span>
757
865
 
758
866
 
759
867
 
@@ -774,13 +882,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
774
882
 
775
883
  <tr class="deep-level-1">
776
884
 
777
- <td class="name" id="scale"><code>scale</code></td>
885
+ <td class="name"><code>scale</code></td>
778
886
 
779
887
 
780
888
  <td class="type">
781
889
 
782
890
 
783
- <span class="param-type">Number</span>
891
+ <span class="param-type">
892
+
893
+ Number
894
+
895
+ </span>
784
896
 
785
897
 
786
898
 
@@ -801,13 +913,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
801
913
 
802
914
  <tr class="deep-level-1">
803
915
 
804
- <td class="name" id="maxScale"><code>maxScale</code></td>
916
+ <td class="name"><code>maxScale</code></td>
805
917
 
806
918
 
807
919
  <td class="type">
808
920
 
809
921
 
810
- <span class="param-type">Number</span>
922
+ <span class="param-type">
923
+
924
+ Number
925
+
926
+ </span>
811
927
 
812
928
 
813
929
 
@@ -828,13 +944,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
828
944
 
829
945
  <tr class="deep-level-1">
830
946
 
831
- <td class="name" id="minScale"><code>minScale</code></td>
947
+ <td class="name"><code>minScale</code></td>
832
948
 
833
949
 
834
950
  <td class="type">
835
951
 
836
952
 
837
- <span class="param-type">Number</span>
953
+ <span class="param-type">
954
+
955
+ Number
956
+
957
+ </span>
838
958
 
839
959
 
840
960
 
@@ -855,13 +975,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
855
975
 
856
976
  <tr class="deep-level-1">
857
977
 
858
- <td class="name" id="popup"><code>popup</code></td>
978
+ <td class="name"><code>popup</code></td>
859
979
 
860
980
 
861
981
  <td class="type">
862
982
 
863
983
 
864
- <span class="param-type">Object</span>
984
+ <span class="param-type">
985
+
986
+ Object
987
+
988
+ </span>
865
989
 
866
990
 
867
991
 
@@ -882,13 +1006,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
882
1006
 
883
1007
  <tr class="deep-level-1">
884
1008
 
885
- <td class="name" id="rotation"><code>rotation</code></td>
1009
+ <td class="name"><code>rotation</code></td>
886
1010
 
887
1011
 
888
1012
  <td class="type">
889
1013
 
890
1014
 
891
- <span class="param-type">Number</span>
1015
+ <span class="param-type">
1016
+
1017
+ Number
1018
+
1019
+ </span>
892
1020
 
893
1021
 
894
1022
 
@@ -963,37 +1091,37 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
963
1091
  <div class="column is-2"><label>绑定事件</label></div>
964
1092
  <div class="column is-10">
965
1093
  <ul>
966
- <li>BaseView#event:地图视图加载完毕事件</li>
1094
+ <li><a href="#地图视图加载完毕事件">地图视图加载完毕事件</a></li>
967
1095
 
968
- <li>BaseView#event:鼠标点击事件</li>
1096
+ <li><a href="#鼠标点击事件">鼠标点击事件</a></li>
969
1097
 
970
- <li>BaseView#event:鼠标双击事件</li>
1098
+ <li><a href="#鼠标双击事件">鼠标双击事件</a></li>
971
1099
 
972
- <li>BaseView#event:鼠标按下事件</li>
1100
+ <li><a href="#鼠标按下事件">鼠标按下事件</a></li>
973
1101
 
974
- <li>BaseView#event:鼠标抬起事件</li>
1102
+ <li><a href="#鼠标抬起事件">鼠标抬起事件</a></li>
975
1103
 
976
- <li>BaseView#event:鼠标右键点击事件</li>
1104
+ <li><a href="#鼠标右键点击事件">鼠标右键点击事件</a></li>
977
1105
 
978
- <li>BaseView#event:鼠标移动事件</li>
1106
+ <li><a href="#鼠标移动事件">鼠标移动事件</a></li>
979
1107
 
980
- <li>BaseView#event:鼠标移出视图事件</li>
1108
+ <li><a href="#鼠标移出视图事件">鼠标移出视图事件</a></li>
981
1109
 
982
- <li>BaseView#event:鼠标移入视图事件</li>
1110
+ <li><a href="#鼠标移入视图事件">鼠标移入视图事件</a></li>
983
1111
 
984
- <li>BaseView#event:zoom变化事件</li>
1112
+ <li><a href="#zoom变化事件">zoom变化事件</a></li>
985
1113
 
986
- <li>BaseView#event:地图移动事件</li>
1114
+ <li><a href="#地图移动事件">地图移动事件</a></li>
987
1115
 
988
- <li>BaseView#event:地图大小变化事件</li>
1116
+ <li><a href="#地图大小变化事件">地图大小变化事件</a></li>
989
1117
 
990
- <li>BaseView#event:键盘输入事件</li>
1118
+ <li><a href="#键盘输入事件">键盘输入事件</a></li>
991
1119
 
992
- <li>BaseView#event:键盘按下事件</li>
1120
+ <li><a href="#键盘按下事件">键盘按下事件</a></li>
993
1121
 
994
- <li>BaseView#event:键盘抬起事件</li>
1122
+ <li><a href="#键盘抬起事件">键盘抬起事件</a></li>
995
1123
 
996
- <li>BaseView#event:地图视图改变事件</li>
1124
+ <li><a href="#地图视图改变事件">地图视图改变事件</a></li>
997
1125
  </ul>
998
1126
  </div>
999
1127
  </div>
@@ -1099,7 +1227,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1099
1227
  <td class="name">
1100
1228
  <code>
1101
1229
 
1102
- <span class="param-type">Boolean</span>
1230
+ <span class="param-type">
1231
+
1232
+ Boolean
1233
+
1234
+ </span>
1103
1235
 
1104
1236
 
1105
1237
 
@@ -1113,7 +1245,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1113
1245
  <td class="name">
1114
1246
  <code>
1115
1247
 
1116
- <span class="param-type">Point</span>
1248
+ <span class="param-type">
1249
+
1250
+ Point
1251
+
1252
+ </span>
1117
1253
 
1118
1254
 
1119
1255
 
@@ -1127,7 +1263,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1127
1263
  <td class="name">
1128
1264
  <code>
1129
1265
 
1130
- <span class="param-type">Object</span>
1266
+ <span class="param-type">
1267
+
1268
+ Object
1269
+
1270
+ </span>
1131
1271
 
1132
1272
 
1133
1273
 
@@ -1141,7 +1281,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1141
1281
  <td class="name">
1142
1282
  <code>
1143
1283
 
1144
- <span class="param-type">Extent</span>
1284
+ <span class="param-type">
1285
+
1286
+ Extent
1287
+
1288
+ </span>
1145
1289
 
1146
1290
 
1147
1291
 
@@ -1155,7 +1299,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1155
1299
  <td class="name">
1156
1300
  <code>
1157
1301
 
1158
- <span class="param-type">Extent</span>
1302
+ <span class="param-type">
1303
+
1304
+ Extent
1305
+
1306
+ </span>
1159
1307
 
1160
1308
 
1161
1309
 
@@ -1169,7 +1317,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1169
1317
  <td class="name">
1170
1318
  <code>
1171
1319
 
1172
- <span class="param-type">Number</span>
1320
+ <span class="param-type">
1321
+
1322
+ Number
1323
+
1324
+ </span>
1173
1325
 
1174
1326
 
1175
1327
 
@@ -1183,7 +1335,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1183
1335
  <td class="name">
1184
1336
  <code>
1185
1337
 
1186
- <span class="param-type">Number</span>
1338
+ <span class="param-type">
1339
+
1340
+ Number
1341
+
1342
+ </span>
1187
1343
 
1188
1344
 
1189
1345
 
@@ -1197,7 +1353,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1197
1353
  <td class="name">
1198
1354
  <code>
1199
1355
 
1200
- <span class="param-type">Number</span>
1356
+ <span class="param-type">
1357
+
1358
+ Number
1359
+
1360
+ </span>
1201
1361
 
1202
1362
 
1203
1363
 
@@ -1211,7 +1371,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1211
1371
  <td class="name">
1212
1372
  <code>
1213
1373
 
1214
- <span class="param-type"><a link="Popup.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Popup" Popup.html>Popup</a></span>
1374
+ <span class="param-type">
1375
+
1376
+ <a link="Popup.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Popup" Popup.html>Popup</a>
1377
+
1378
+ </span>
1215
1379
 
1216
1380
 
1217
1381
 
@@ -1225,7 +1389,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1225
1389
  <td class="name">
1226
1390
  <code>
1227
1391
 
1228
- <span class="param-type">Boolean</span>
1392
+ <span class="param-type">
1393
+
1394
+ Boolean
1395
+
1396
+ </span>
1229
1397
 
1230
1398
 
1231
1399
 
@@ -1239,7 +1407,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1239
1407
  <td class="name">
1240
1408
  <code>
1241
1409
 
1242
- <span class="param-type">Boolean</span>
1410
+ <span class="param-type">
1411
+
1412
+ Boolean
1413
+
1414
+ </span>
1243
1415
 
1244
1416
 
1245
1417
 
@@ -1253,7 +1425,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1253
1425
  <td class="name">
1254
1426
  <code>
1255
1427
 
1256
- <span class="param-type">Number</span>
1428
+ <span class="param-type">
1429
+
1430
+ Number
1431
+
1432
+ </span>
1257
1433
 
1258
1434
 
1259
1435
 
@@ -1267,7 +1443,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1267
1443
  <td class="name">
1268
1444
  <code>
1269
1445
 
1270
- <span class="param-type">SpatialReference</span>
1446
+ <span class="param-type">
1447
+
1448
+ SpatialReference
1449
+
1450
+ </span>
1271
1451
 
1272
1452
 
1273
1453
 
@@ -1281,7 +1461,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1281
1461
  <td class="name">
1282
1462
  <code>
1283
1463
 
1284
- <span class="param-type">Boolean</span>
1464
+ <span class="param-type">
1465
+
1466
+ Boolean
1467
+
1468
+ </span>
1285
1469
 
1286
1470
 
1287
1471
 
@@ -1295,7 +1479,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1295
1479
  <td class="name">
1296
1480
  <code>
1297
1481
 
1298
- <span class="param-type">Boolean</span>
1482
+ <span class="param-type">
1483
+
1484
+ Boolean
1485
+
1486
+ </span>
1299
1487
 
1300
1488
 
1301
1489
 
@@ -1309,7 +1497,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1309
1497
  <td class="name">
1310
1498
  <code>
1311
1499
 
1312
- <span class="param-type">Number</span>
1500
+ <span class="param-type">
1501
+
1502
+ Number
1503
+
1504
+ </span>
1313
1505
 
1314
1506
 
1315
1507
 
@@ -1323,7 +1515,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1323
1515
  <td class="name">
1324
1516
  <code>
1325
1517
 
1326
- <span class="param-type">Number</span>
1518
+ <span class="param-type">
1519
+
1520
+ Number
1521
+
1522
+ </span>
1327
1523
 
1328
1524
 
1329
1525
 
@@ -1343,7 +1539,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1343
1539
  <span class="method-parameter is-pulled-right">
1344
1540
  <label>类型:</label>
1345
1541
 
1346
- <span class="param-type">Boolean</span>
1542
+ <span class="param-type">
1543
+
1544
+ Boolean
1545
+
1546
+ </span>
1347
1547
 
1348
1548
 
1349
1549
 
@@ -1414,7 +1614,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1414
1614
  <span class="method-parameter is-pulled-right">
1415
1615
  <label>类型:</label>
1416
1616
 
1417
- <span class="param-type">Point</span>
1617
+ <span class="param-type">
1618
+
1619
+ Point
1620
+
1621
+ </span>
1418
1622
 
1419
1623
 
1420
1624
 
@@ -1485,7 +1689,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1485
1689
  <span class="method-parameter is-pulled-right">
1486
1690
  <label>类型:</label>
1487
1691
 
1488
- <span class="param-type">Object</span>
1692
+ <span class="param-type">
1693
+
1694
+ Object
1695
+
1696
+ </span>
1489
1697
 
1490
1698
 
1491
1699
 
@@ -1560,7 +1768,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1560
1768
  <span class="method-parameter is-pulled-right">
1561
1769
  <label>类型:</label>
1562
1770
 
1563
- <span class="param-type">Extent</span>
1771
+ <span class="param-type">
1772
+
1773
+ Extent
1774
+
1775
+ </span>
1564
1776
 
1565
1777
 
1566
1778
 
@@ -1631,7 +1843,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1631
1843
  <span class="method-parameter is-pulled-right">
1632
1844
  <label>类型:</label>
1633
1845
 
1634
- <span class="param-type">Extent</span>
1846
+ <span class="param-type">
1847
+
1848
+ Extent
1849
+
1850
+ </span>
1635
1851
 
1636
1852
 
1637
1853
 
@@ -1702,7 +1918,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1702
1918
  <span class="method-parameter is-pulled-right">
1703
1919
  <label>类型:</label>
1704
1920
 
1705
- <span class="param-type">Number</span>
1921
+ <span class="param-type">
1922
+
1923
+ Number
1924
+
1925
+ </span>
1706
1926
 
1707
1927
 
1708
1928
 
@@ -1777,7 +1997,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1777
1997
  <span class="method-parameter is-pulled-right">
1778
1998
  <label>类型:</label>
1779
1999
 
1780
- <span class="param-type">Number</span>
2000
+ <span class="param-type">
2001
+
2002
+ Number
2003
+
2004
+ </span>
1781
2005
 
1782
2006
 
1783
2007
 
@@ -1848,7 +2072,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1848
2072
  <span class="method-parameter is-pulled-right">
1849
2073
  <label>类型:</label>
1850
2074
 
1851
- <span class="param-type">Number</span>
2075
+ <span class="param-type">
2076
+
2077
+ Number
2078
+
2079
+ </span>
1852
2080
 
1853
2081
 
1854
2082
 
@@ -1919,7 +2147,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1919
2147
  <span class="method-parameter is-pulled-right">
1920
2148
  <label>类型:</label>
1921
2149
 
1922
- <span class="param-type"><a link="Popup.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Popup" Popup.html>Popup</a></span>
2150
+ <span class="param-type">
2151
+
2152
+ <a link="Popup.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Popup" Popup.html>Popup</a>
2153
+
2154
+ </span>
1923
2155
 
1924
2156
 
1925
2157
 
@@ -1990,7 +2222,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
1990
2222
  <span class="method-parameter is-pulled-right">
1991
2223
  <label>类型:</label>
1992
2224
 
1993
- <span class="param-type">Boolean</span>
2225
+ <span class="param-type">
2226
+
2227
+ Boolean
2228
+
2229
+ </span>
1994
2230
 
1995
2231
 
1996
2232
 
@@ -2061,7 +2297,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2061
2297
  <span class="method-parameter is-pulled-right">
2062
2298
  <label>类型:</label>
2063
2299
 
2064
- <span class="param-type">Boolean</span>
2300
+ <span class="param-type">
2301
+
2302
+ Boolean
2303
+
2304
+ </span>
2065
2305
 
2066
2306
 
2067
2307
 
@@ -2132,7 +2372,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2132
2372
  <span class="method-parameter is-pulled-right">
2133
2373
  <label>类型:</label>
2134
2374
 
2135
- <span class="param-type">Number</span>
2375
+ <span class="param-type">
2376
+
2377
+ Number
2378
+
2379
+ </span>
2136
2380
 
2137
2381
 
2138
2382
 
@@ -2203,7 +2447,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2203
2447
  <span class="method-parameter is-pulled-right">
2204
2448
  <label>类型:</label>
2205
2449
 
2206
- <span class="param-type">SpatialReference</span>
2450
+ <span class="param-type">
2451
+
2452
+ SpatialReference
2453
+
2454
+ </span>
2207
2455
 
2208
2456
 
2209
2457
 
@@ -2278,7 +2526,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2278
2526
  <span class="method-parameter is-pulled-right">
2279
2527
  <label>类型:</label>
2280
2528
 
2281
- <span class="param-type">Boolean</span>
2529
+ <span class="param-type">
2530
+
2531
+ Boolean
2532
+
2533
+ </span>
2282
2534
 
2283
2535
 
2284
2536
 
@@ -2349,7 +2601,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2349
2601
  <span class="method-parameter is-pulled-right">
2350
2602
  <label>类型:</label>
2351
2603
 
2352
- <span class="param-type">Boolean</span>
2604
+ <span class="param-type">
2605
+
2606
+ Boolean
2607
+
2608
+ </span>
2353
2609
 
2354
2610
 
2355
2611
 
@@ -2424,7 +2680,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2424
2680
  <span class="method-parameter is-pulled-right">
2425
2681
  <label>类型:</label>
2426
2682
 
2427
- <span class="param-type">Number</span>
2683
+ <span class="param-type">
2684
+
2685
+ Number
2686
+
2687
+ </span>
2428
2688
 
2429
2689
 
2430
2690
 
@@ -2499,7 +2759,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2499
2759
  <span class="method-parameter is-pulled-right">
2500
2760
  <label>类型:</label>
2501
2761
 
2502
- <span class="param-type">Number</span>
2762
+ <span class="param-type">
2763
+
2764
+ Number
2765
+
2766
+ </span>
2503
2767
 
2504
2768
 
2505
2769
 
@@ -2591,14 +2855,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2591
2855
  <code>
2592
2856
 
2593
2857
 
2594
- <span class="param-type"><a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a></span>
2858
+ <span class="param-type">
2859
+
2860
+ <a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a>
2861
+
2862
+ </span>
2595
2863
 
2596
2864
 
2597
2865
 
2598
2866
 
2599
2867
  </code>
2600
2868
  </td>
2601
- <td class="name"><code><p>通过json构造并返回一个新的场景视图对象<a id='fromJSON'></a></p></code></td>
2869
+ <td class="name"><code><p>通过json构造并返回一个新的场景视图对象</code></td>
2602
2870
  </tr>
2603
2871
 
2604
2872
  <tr class="deep-level-0">
@@ -2607,7 +2875,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2607
2875
  <code>
2608
2876
 
2609
2877
 
2610
- <span class="param-type"><a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a></span>
2878
+ <span class="param-type">
2879
+
2880
+ <a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a>
2881
+
2882
+ </span>
2611
2883
 
2612
2884
 
2613
2885
 
@@ -2623,14 +2895,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2623
2895
  <code>
2624
2896
 
2625
2897
 
2626
- <span class="param-type"><a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a></span>
2898
+ <span class="param-type">
2899
+
2900
+ <a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a>
2901
+
2902
+ </span>
2627
2903
 
2628
2904
 
2629
2905
 
2630
2906
 
2631
2907
  </code>
2632
2908
  </td>
2633
- <td class="name"><code><p>克隆并返回一个新的视图对象<a id='clone'></a></p></code></td>
2909
+ <td class="name"><code><p>克隆并返回一个新的视图对象</code></td>
2634
2910
  </tr>
2635
2911
 
2636
2912
  <tr class="deep-level-0">
@@ -2640,7 +2916,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2640
2916
 
2641
2917
  </code>
2642
2918
  </td>
2643
- <td class="name"><code><p>销毁视图对象<a id='destroy'></a></p></code></td>
2919
+ <td class="name"><code><p>销毁视图对象</code></td>
2644
2920
  </tr>
2645
2921
 
2646
2922
  <tr class="deep-level-0">
@@ -2650,7 +2926,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2650
2926
 
2651
2927
  </code>
2652
2928
  </td>
2653
- <td class="name"><code><p>视点跳转<a id='flyTo'></a></p></code></td>
2929
+ <td class="name"><code><p>视点跳转</code></td>
2654
2930
  </tr>
2655
2931
 
2656
2932
  <tr class="deep-level-0">
@@ -2659,14 +2935,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2659
2935
  <code>
2660
2936
 
2661
2937
 
2662
- <span class="param-type">Object</span>
2938
+ <span class="param-type">
2939
+
2940
+ Object
2941
+
2942
+ </span>
2663
2943
 
2664
2944
 
2665
2945
 
2666
2946
 
2667
2947
  </code>
2668
2948
  </td>
2669
- <td class="name"><code><p>获取当前视图的中心点<a id='getCenter'></a></p></code></td>
2949
+ <td class="name"><code><p>获取当前视图的中心点</code></td>
2670
2950
  </tr>
2671
2951
 
2672
2952
  <tr class="deep-level-0">
@@ -2675,14 +2955,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2675
2955
  <code>
2676
2956
 
2677
2957
 
2678
- <span class="param-type">Extent</span>
2958
+ <span class="param-type">
2959
+
2960
+ Extent
2961
+
2962
+ </span>
2679
2963
 
2680
2964
 
2681
2965
 
2682
2966
 
2683
2967
  </code>
2684
2968
  </td>
2685
- <td class="name"><code><p>获取当前视图的地理范围<a id='getExtent'></a></p></code></td>
2969
+ <td class="name"><code><p>获取当前视图的地理范围</code></td>
2686
2970
  </tr>
2687
2971
 
2688
2972
  <tr class="deep-level-0">
@@ -2691,14 +2975,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2691
2975
  <code>
2692
2976
 
2693
2977
 
2694
- <span class="param-type">Number</span>
2978
+ <span class="param-type">
2979
+
2980
+ Number
2981
+
2982
+ </span>
2695
2983
 
2696
2984
 
2697
2985
 
2698
2986
 
2699
2987
  </code>
2700
2988
  </td>
2701
- <td class="name"><code><p>获取最大缩放级数<a id='getMaxZoom'></a></p></code></td>
2989
+ <td class="name"><code><p>获取最大缩放级数</code></td>
2702
2990
  </tr>
2703
2991
 
2704
2992
  <tr class="deep-level-0">
@@ -2707,14 +2995,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2707
2995
  <code>
2708
2996
 
2709
2997
 
2710
- <span class="param-type">Number</span>
2998
+ <span class="param-type">
2999
+
3000
+ Number
3001
+
3002
+ </span>
2711
3003
 
2712
3004
 
2713
3005
 
2714
3006
 
2715
3007
  </code>
2716
3008
  </td>
2717
- <td class="name"><code><p>获取最小缩放级数<a id='getMinZoom'></a></p></code></td>
3009
+ <td class="name"><code><p>获取最小缩放级数</code></td>
2718
3010
  </tr>
2719
3011
 
2720
3012
  <tr class="deep-level-0">
@@ -2723,14 +3015,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2723
3015
  <code>
2724
3016
 
2725
3017
 
2726
- <span class="param-type">Object</span>
3018
+ <span class="param-type">
3019
+
3020
+ Object
3021
+
3022
+ </span>
2727
3023
 
2728
3024
 
2729
3025
 
2730
3026
 
2731
3027
  </code>
2732
3028
  </td>
2733
- <td class="name"><code><p>获取当前视图的像素中心点<a id='getPixelCenter'></a></p></code></td>
3029
+ <td class="name"><code><p>获取当前视图的像素中心点</code></td>
2734
3030
  </tr>
2735
3031
 
2736
3032
  <tr class="deep-level-0">
@@ -2739,14 +3035,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2739
3035
  <code>
2740
3036
 
2741
3037
 
2742
- <span class="param-type">Object</span>
3038
+ <span class="param-type">
3039
+
3040
+ Object
3041
+
3042
+ </span>
2743
3043
 
2744
3044
 
2745
3045
 
2746
3046
 
2747
3047
  </code>
2748
3048
  </td>
2749
- <td class="name"><code><p>获取当前视图的宽高范围,单位像素<a id='getPixelExtent'></a></p></code></td>
3049
+ <td class="name"><code><p>获取当前视图的宽高范围,单位像素</code></td>
2750
3050
  </tr>
2751
3051
 
2752
3052
  <tr class="deep-level-0">
@@ -2755,14 +3055,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2755
3055
  <code>
2756
3056
 
2757
3057
 
2758
- <span class="param-type">Object</span>
3058
+ <span class="param-type">
3059
+
3060
+ Object
3061
+
3062
+ </span>
2759
3063
 
2760
3064
 
2761
3065
 
2762
3066
 
2763
3067
  </code>
2764
3068
  </td>
2765
- <td class="name"><code><p>获取当前视图的像素范围<a id='getPixelWorldExtent'></a></p></code></td>
3069
+ <td class="name"><code><p>获取当前视图的像素范围</code></td>
2766
3070
  </tr>
2767
3071
 
2768
3072
  <tr class="deep-level-0">
@@ -2771,15 +3075,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2771
3075
  <code>
2772
3076
 
2773
3077
 
2774
- <span class="param-type">Number</span>
3078
+ <span class="param-type">
3079
+
3080
+ Number
3081
+
3082
+ </span>
2775
3083
 
2776
3084
 
2777
3085
 
2778
3086
 
2779
3087
  </code>
2780
3088
  </td>
2781
- <td class="name"><code><p><a id='getScale'></a>
2782
- 获取当前比例尺</p></code></td>
3089
+ <td class="name"><code><p></code></td>
2783
3090
  </tr>
2784
3091
 
2785
3092
  <tr class="deep-level-0">
@@ -2788,14 +3095,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2788
3095
  <code>
2789
3096
 
2790
3097
 
2791
- <span class="param-type">Object</span>
3098
+ <span class="param-type">
3099
+
3100
+ Object
3101
+
3102
+ </span>
2792
3103
 
2793
3104
 
2794
3105
 
2795
3106
 
2796
3107
  </code>
2797
3108
  </td>
2798
- <td class="name"><code><p>获取当前视图容器的宽高,单位像素<a id='getSize'></a></p></code></td>
3109
+ <td class="name"><code><p>获取当前视图容器的宽高,单位像素</code></td>
2799
3110
  </tr>
2800
3111
 
2801
3112
  <tr class="deep-level-0">
@@ -2804,14 +3115,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2804
3115
  <code>
2805
3116
 
2806
3117
 
2807
- <span class="param-type">Number</span>
3118
+ <span class="param-type">
3119
+
3120
+ Number
3121
+
3122
+ </span>
2808
3123
 
2809
3124
 
2810
3125
 
2811
3126
 
2812
3127
  </code>
2813
3128
  </td>
2814
- <td class="name"><code><p>获取当前缩放级数<a id='getZoom'></a></p></code></td>
3129
+ <td class="name"><code><p>获取当前缩放级数</code></td>
2815
3130
  </tr>
2816
3131
 
2817
3132
  <tr class="deep-level-0">
@@ -2820,15 +3135,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2820
3135
  <code>
2821
3136
 
2822
3137
 
2823
- <span class="param-type">Number</span>
3138
+ <span class="param-type">
3139
+
3140
+ Number
3141
+
3142
+ </span>
2824
3143
 
2825
3144
 
2826
3145
 
2827
3146
 
2828
3147
  </code>
2829
3148
  </td>
2830
- <td class="name"><code><p><a id='getZoomByExtent'></a>
2831
- 根据视野范围获取对应的层级</p></code></td>
3149
+ <td class="name"><code><p></code></td>
2832
3150
  </tr>
2833
3151
 
2834
3152
  <tr class="deep-level-0">
@@ -2838,7 +3156,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2838
3156
 
2839
3157
  </code>
2840
3158
  </td>
2841
- <td class="name"><code><p>视点跳转为给定的目标<a id='goTo'></a></p></code></td>
3159
+ <td class="name"><code><p>视点跳转为给定的目标</code></td>
2842
3160
  </tr>
2843
3161
 
2844
3162
  <tr class="deep-level-0">
@@ -2847,7 +3165,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2847
3165
  <code>
2848
3166
 
2849
3167
 
2850
- <span class="param-type">Array</span>
3168
+ <span class="param-type">
3169
+
3170
+ Array
3171
+
3172
+ </span>
2851
3173
 
2852
3174
 
2853
3175
 
@@ -2863,7 +3185,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2863
3185
  <code>
2864
3186
 
2865
3187
 
2866
- <span class="param-type">Object</span>
3188
+ <span class="param-type">
3189
+
3190
+ Object
3191
+
3192
+ </span>
2867
3193
 
2868
3194
 
2869
3195
 
@@ -2879,14 +3205,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2879
3205
  <code>
2880
3206
 
2881
3207
 
2882
- <span class="param-type">Object</span>
3208
+ <span class="param-type">
3209
+
3210
+ Object
3211
+
3212
+ </span>
2883
3213
 
2884
3214
 
2885
3215
 
2886
3216
 
2887
3217
  </code>
2888
3218
  </td>
2889
- <td class="name"><code><p>导出场景视图的配置文件<a id='toJSON'></a></p></code></td>
3219
+ <td class="name"><code><p>导出场景视图的配置文件</code></td>
2890
3220
  </tr>
2891
3221
 
2892
3222
  <tr class="deep-level-0">
@@ -2895,15 +3225,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2895
3225
  <code>
2896
3226
 
2897
3227
 
2898
- <span class="param-type">Point</span>
3228
+ <span class="param-type">
3229
+
3230
+ Point
3231
+
3232
+ </span>
2899
3233
 
2900
3234
 
2901
3235
 
2902
3236
 
2903
3237
  </code>
2904
3238
  </td>
2905
- <td class="name"><code><p><a id='toMap'></a>
2906
- 屏幕像素坐标点转地理坐标点</p></code></td>
3239
+ <td class="name"><code><p></code></td>
2907
3240
  </tr>
2908
3241
 
2909
3242
  <tr class="deep-level-0">
@@ -2912,15 +3245,18 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2912
3245
  <code>
2913
3246
 
2914
3247
 
2915
- <span class="param-type">Object</span>
3248
+ <span class="param-type">
3249
+
3250
+ Object
3251
+
3252
+ </span>
2916
3253
 
2917
3254
 
2918
3255
 
2919
3256
 
2920
3257
  </code>
2921
3258
  </td>
2922
- <td class="name"><code><p><a id='toScreen'></a>
2923
- 地理坐标点转屏幕像素坐标点</p></code></td>
3259
+ <td class="name"><code><p></code></td>
2924
3260
  </tr>
2925
3261
 
2926
3262
  </tbody>
@@ -2985,13 +3321,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
2985
3321
 
2986
3322
  <tr class="deep-level-0">
2987
3323
 
2988
- <td class="name" id="json"><code>json</code></td>
3324
+ <td class="name"><code>json</code></td>
2989
3325
 
2990
3326
 
2991
3327
  <td class="type">
2992
3328
 
2993
3329
 
2994
- <span class="param-type">Object</span>
3330
+ <span class="param-type">
3331
+
3332
+ Object
3333
+
3334
+ </span>
2995
3335
 
2996
3336
 
2997
3337
 
@@ -3080,7 +3420,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3080
3420
  <div class='column is-5 has-text-left'>
3081
3421
  <label>类型: </label>
3082
3422
 
3083
- <span class="param-type"><a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a></span>
3423
+ <span class="param-type">
3424
+
3425
+ <a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a>
3426
+
3427
+ </span>
3084
3428
 
3085
3429
 
3086
3430
 
@@ -3156,13 +3500,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3156
3500
 
3157
3501
  <tr class="deep-level-0">
3158
3502
 
3159
- <td class="name" id="json"><code>json</code></td>
3503
+ <td class="name"><code>json</code></td>
3160
3504
 
3161
3505
 
3162
3506
  <td class="type">
3163
3507
 
3164
3508
 
3165
- <span class="param-type">Object</span>
3509
+ <span class="param-type">
3510
+
3511
+ Object
3512
+
3513
+ </span>
3166
3514
 
3167
3515
 
3168
3516
 
@@ -3249,7 +3597,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3249
3597
  <div class='column is-5 has-text-left'>
3250
3598
  <label>类型: </label>
3251
3599
 
3252
- <span class="param-type"><a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a></span>
3600
+ <span class="param-type">
3601
+
3602
+ <a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a>
3603
+
3604
+ </span>
3253
3605
 
3254
3606
 
3255
3607
 
@@ -3366,7 +3718,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3366
3718
  <div class='column is-5 has-text-left'>
3367
3719
  <label>类型: </label>
3368
3720
 
3369
- <span class="param-type"><a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a></span>
3721
+ <span class="param-type">
3722
+
3723
+ <a link="MapViewLeaflet.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapViewLeaflet" MapViewLeaflet.html>MapViewLeaflet</a>
3724
+
3725
+ </span>
3370
3726
 
3371
3727
 
3372
3728
 
@@ -3531,7 +3887,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3531
3887
 
3532
3888
  <tr class="deep-level-0">
3533
3889
 
3534
- <td class="name" id="options"><code>options</code></td>
3890
+ <td class="name"><code>options</code></td>
3535
3891
 
3536
3892
 
3537
3893
  <td class="type">
@@ -3552,13 +3908,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3552
3908
 
3553
3909
  <tr class="deep-level-1">
3554
3910
 
3555
- <td class="name" id="center"><code>center</code></td>
3911
+ <td class="name"><code>center</code></td>
3556
3912
 
3557
3913
 
3558
3914
  <td class="type">
3559
3915
 
3560
3916
 
3561
- <span class="param-type">Array</span>
3917
+ <span class="param-type">
3918
+
3919
+ Array
3920
+
3921
+ </span>
3562
3922
 
3563
3923
 
3564
3924
 
@@ -3579,13 +3939,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3579
3939
 
3580
3940
  <tr class="deep-level-1">
3581
3941
 
3582
- <td class="name" id="zoom"><code>zoom</code></td>
3942
+ <td class="name"><code>zoom</code></td>
3583
3943
 
3584
3944
 
3585
3945
  <td class="type">
3586
3946
 
3587
3947
 
3588
- <span class="param-type">Number</span>
3948
+ <span class="param-type">
3949
+
3950
+ Number
3951
+
3952
+ </span>
3589
3953
 
3590
3954
 
3591
3955
 
@@ -3608,13 +3972,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3608
3972
 
3609
3973
  <tr class="deep-level-1">
3610
3974
 
3611
- <td class="name" id="extent"><code>extent</code></td>
3975
+ <td class="name"><code>extent</code></td>
3612
3976
 
3613
3977
 
3614
3978
  <td class="type">
3615
3979
 
3616
3980
 
3617
- <span class="param-type">Extent</span>
3981
+ <span class="param-type">
3982
+
3983
+ Extent
3984
+
3985
+ </span>
3618
3986
 
3619
3987
 
3620
3988
 
@@ -3822,7 +4190,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3822
4190
  <div class='column is-5 has-text-left'>
3823
4191
  <label>类型: </label>
3824
4192
 
3825
- <span class="param-type">Object</span>
4193
+ <span class="param-type">
4194
+
4195
+ Object
4196
+
4197
+ </span>
3826
4198
 
3827
4199
 
3828
4200
 
@@ -3939,7 +4311,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
3939
4311
  <div class='column is-5 has-text-left'>
3940
4312
  <label>类型: </label>
3941
4313
 
3942
- <span class="param-type">Extent</span>
4314
+ <span class="param-type">
4315
+
4316
+ Extent
4317
+
4318
+ </span>
3943
4319
 
3944
4320
 
3945
4321
 
@@ -4056,7 +4432,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4056
4432
  <div class='column is-5 has-text-left'>
4057
4433
  <label>类型: </label>
4058
4434
 
4059
- <span class="param-type">Number</span>
4435
+ <span class="param-type">
4436
+
4437
+ Number
4438
+
4439
+ </span>
4060
4440
 
4061
4441
 
4062
4442
 
@@ -4173,7 +4553,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4173
4553
  <div class='column is-5 has-text-left'>
4174
4554
  <label>类型: </label>
4175
4555
 
4176
- <span class="param-type">Number</span>
4556
+ <span class="param-type">
4557
+
4558
+ Number
4559
+
4560
+ </span>
4177
4561
 
4178
4562
 
4179
4563
 
@@ -4290,7 +4674,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4290
4674
  <div class='column is-5 has-text-left'>
4291
4675
  <label>类型: </label>
4292
4676
 
4293
- <span class="param-type">Object</span>
4677
+ <span class="param-type">
4678
+
4679
+ Object
4680
+
4681
+ </span>
4294
4682
 
4295
4683
 
4296
4684
 
@@ -4407,7 +4795,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4407
4795
  <div class='column is-5 has-text-left'>
4408
4796
  <label>类型: </label>
4409
4797
 
4410
- <span class="param-type">Object</span>
4798
+ <span class="param-type">
4799
+
4800
+ Object
4801
+
4802
+ </span>
4411
4803
 
4412
4804
 
4413
4805
 
@@ -4524,7 +4916,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4524
4916
  <div class='column is-5 has-text-left'>
4525
4917
  <label>类型: </label>
4526
4918
 
4527
- <span class="param-type">Object</span>
4919
+ <span class="param-type">
4920
+
4921
+ Object
4922
+
4923
+ </span>
4528
4924
 
4529
4925
 
4530
4926
 
@@ -4642,7 +5038,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4642
5038
  <div class='column is-5 has-text-left'>
4643
5039
  <label>类型: </label>
4644
5040
 
4645
- <span class="param-type">Number</span>
5041
+ <span class="param-type">
5042
+
5043
+ Number
5044
+
5045
+ </span>
4646
5046
 
4647
5047
 
4648
5048
 
@@ -4759,7 +5159,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4759
5159
  <div class='column is-5 has-text-left'>
4760
5160
  <label>类型: </label>
4761
5161
 
4762
- <span class="param-type">Object</span>
5162
+ <span class="param-type">
5163
+
5164
+ Object
5165
+
5166
+ </span>
4763
5167
 
4764
5168
 
4765
5169
 
@@ -4876,7 +5280,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4876
5280
  <div class='column is-5 has-text-left'>
4877
5281
  <label>类型: </label>
4878
5282
 
4879
- <span class="param-type">Number</span>
5283
+ <span class="param-type">
5284
+
5285
+ Number
5286
+
5287
+ </span>
4880
5288
 
4881
5289
 
4882
5290
 
@@ -4949,13 +5357,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
4949
5357
 
4950
5358
  <tr class="deep-level-0">
4951
5359
 
4952
- <td class="name" id="value"><code>value</code></td>
5360
+ <td class="name"><code>value</code></td>
4953
5361
 
4954
5362
 
4955
5363
  <td class="type">
4956
5364
 
4957
5365
 
4958
- <span class="param-type">Extent</span>
5366
+ <span class="param-type">
5367
+
5368
+ Extent
5369
+
5370
+ </span>
4959
5371
 
4960
5372
 
4961
5373
 
@@ -5044,7 +5456,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5044
5456
  <div class='column is-5 has-text-left'>
5045
5457
  <label>类型: </label>
5046
5458
 
5047
- <span class="param-type">Number</span>
5459
+ <span class="param-type">
5460
+
5461
+ Number
5462
+
5463
+ </span>
5048
5464
 
5049
5465
 
5050
5466
 
@@ -5118,7 +5534,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5118
5534
 
5119
5535
  <tr class="deep-level-0">
5120
5536
 
5121
- <td class="name" id="goToTarget"><code>goToTarget</code></td>
5537
+ <td class="name"><code>goToTarget</code></td>
5122
5538
 
5123
5539
 
5124
5540
  <td class="type">
@@ -5139,16 +5555,24 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5139
5555
 
5140
5556
  <tr class="deep-level-1">
5141
5557
 
5142
- <td class="name" id="center"><code>center</code></td>
5558
+ <td class="name"><code>center</code></td>
5143
5559
 
5144
5560
 
5145
5561
  <td class="type">
5146
5562
 
5147
5563
 
5148
- <span class="param-type">Point</span>
5564
+ <span class="param-type">
5565
+
5566
+ Point
5567
+
5568
+ </span>
5149
5569
  |
5150
5570
 
5151
- <span class="param-type">Array</span>
5571
+ <span class="param-type">
5572
+
5573
+ Array
5574
+
5575
+ </span>
5152
5576
 
5153
5577
 
5154
5578
 
@@ -5169,13 +5593,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5169
5593
 
5170
5594
  <tr class="deep-level-1">
5171
5595
 
5172
- <td class="name" id="zoom"><code>zoom</code></td>
5596
+ <td class="name"><code>zoom</code></td>
5173
5597
 
5174
5598
 
5175
5599
  <td class="type">
5176
5600
 
5177
5601
 
5178
- <span class="param-type">Number</span>
5602
+ <span class="param-type">
5603
+
5604
+ Number
5605
+
5606
+ </span>
5179
5607
 
5180
5608
 
5181
5609
 
@@ -5196,13 +5624,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5196
5624
 
5197
5625
  <tr class="deep-level-1">
5198
5626
 
5199
- <td class="name" id="scale"><code>scale</code></td>
5627
+ <td class="name"><code>scale</code></td>
5200
5628
 
5201
5629
 
5202
5630
  <td class="type">
5203
5631
 
5204
5632
 
5205
- <span class="param-type">Number</span>
5633
+ <span class="param-type">
5634
+
5635
+ Number
5636
+
5637
+ </span>
5206
5638
 
5207
5639
 
5208
5640
 
@@ -5223,19 +5655,31 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5223
5655
 
5224
5656
  <tr class="deep-level-1">
5225
5657
 
5226
- <td class="name" id="target"><code>target</code></td>
5658
+ <td class="name"><code>target</code></td>
5227
5659
 
5228
5660
 
5229
5661
  <td class="type">
5230
5662
 
5231
5663
 
5232
- <span class="param-type">Geometry</span>
5664
+ <span class="param-type">
5665
+
5666
+ Geometry
5667
+
5668
+ </span>
5233
5669
  |
5234
5670
 
5235
- <span class="param-type">Array.&lt;Geometry></span>
5671
+ <span class="param-type">
5672
+
5673
+ Array.&lt;Geometry>
5674
+
5675
+ </span>
5236
5676
  |
5237
5677
 
5238
- <span class="param-type">Collection.&lt;Geometry></span>
5678
+ <span class="param-type">
5679
+
5680
+ Collection.&lt;Geometry>
5681
+
5682
+ </span>
5239
5683
 
5240
5684
 
5241
5685
 
@@ -5261,7 +5705,7 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5261
5705
 
5262
5706
  <tr class="deep-level-0">
5263
5707
 
5264
- <td class="name" id="options"><code>options</code></td>
5708
+ <td class="name"><code>options</code></td>
5265
5709
 
5266
5710
 
5267
5711
  <td class="type">
@@ -5282,13 +5726,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5282
5726
 
5283
5727
  <tr class="deep-level-1">
5284
5728
 
5285
- <td class="name" id="animate"><code>animate</code></td>
5729
+ <td class="name"><code>animate</code></td>
5286
5730
 
5287
5731
 
5288
5732
  <td class="type">
5289
5733
 
5290
5734
 
5291
- <span class="param-type">Boolean</span>
5735
+ <span class="param-type">
5736
+
5737
+ Boolean
5738
+
5739
+ </span>
5292
5740
 
5293
5741
 
5294
5742
 
@@ -5311,13 +5759,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5311
5759
 
5312
5760
  <tr class="deep-level-1">
5313
5761
 
5314
- <td class="name" id="duration"><code>duration</code></td>
5762
+ <td class="name"><code>duration</code></td>
5315
5763
 
5316
5764
 
5317
5765
  <td class="type">
5318
5766
 
5319
5767
 
5320
- <span class="param-type">Number</span>
5768
+ <span class="param-type">
5769
+
5770
+ Number
5771
+
5772
+ </span>
5321
5773
 
5322
5774
 
5323
5775
 
@@ -5476,13 +5928,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5476
5928
 
5477
5929
  <tr class="deep-level-0">
5478
5930
 
5479
- <td class="name" id="screenPoint"><code>screenPoint</code></td>
5931
+ <td class="name"><code>screenPoint</code></td>
5480
5932
 
5481
5933
 
5482
5934
  <td class="type">
5483
5935
 
5484
5936
 
5485
- <span class="param-type">Object</span>
5937
+ <span class="param-type">
5938
+
5939
+ Object
5940
+
5941
+ </span>
5486
5942
 
5487
5943
 
5488
5944
 
@@ -5571,7 +6027,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5571
6027
  <div class='column is-5 has-text-left'>
5572
6028
  <label>类型: </label>
5573
6029
 
5574
- <span class="param-type">Array</span>
6030
+ <span class="param-type">
6031
+
6032
+ Array
6033
+
6034
+ </span>
5575
6035
 
5576
6036
 
5577
6037
 
@@ -5654,13 +6114,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5654
6114
 
5655
6115
  <tr class="deep-level-0">
5656
6116
 
5657
- <td class="name" id="options"><code>options</code></td>
6117
+ <td class="name"><code>options</code></td>
5658
6118
 
5659
6119
 
5660
6120
  <td class="type">
5661
6121
 
5662
6122
 
5663
- <span class="param-type">Object</span>
6123
+ <span class="param-type">
6124
+
6125
+ Object
6126
+
6127
+ </span>
5664
6128
 
5665
6129
 
5666
6130
 
@@ -5683,13 +6147,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5683
6147
 
5684
6148
  <tr class="deep-level-1">
5685
6149
 
5686
- <td class="name" id="format"><code>format</code></td>
6150
+ <td class="name"><code>format</code></td>
5687
6151
 
5688
6152
 
5689
6153
  <td class="type">
5690
6154
 
5691
6155
 
5692
- <span class="param-type">PictureFormat</span>
6156
+ <span class="param-type">
6157
+
6158
+ PictureFormat
6159
+
6160
+ </span>
5693
6161
 
5694
6162
 
5695
6163
 
@@ -5712,13 +6180,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5712
6180
 
5713
6181
  <tr class="deep-level-1">
5714
6182
 
5715
- <td class="name" id="filename"><code>filename</code></td>
6183
+ <td class="name"><code>filename</code></td>
5716
6184
 
5717
6185
 
5718
6186
  <td class="type">
5719
6187
 
5720
6188
 
5721
- <span class="param-type">String</span>
6189
+ <span class="param-type">
6190
+
6191
+ String
6192
+
6193
+ </span>
5722
6194
 
5723
6195
 
5724
6196
 
@@ -5741,13 +6213,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5741
6213
 
5742
6214
  <tr class="deep-level-1">
5743
6215
 
5744
- <td class="name" id="width"><code>width</code></td>
6216
+ <td class="name"><code>width</code></td>
5745
6217
 
5746
6218
 
5747
6219
  <td class="type">
5748
6220
 
5749
6221
 
5750
- <span class="param-type">Number</span>
6222
+ <span class="param-type">
6223
+
6224
+ Number
6225
+
6226
+ </span>
5751
6227
 
5752
6228
 
5753
6229
 
@@ -5768,13 +6244,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5768
6244
 
5769
6245
  <tr class="deep-level-1">
5770
6246
 
5771
- <td class="name" id="height"><code>height</code></td>
6247
+ <td class="name"><code>height</code></td>
5772
6248
 
5773
6249
 
5774
6250
  <td class="type">
5775
6251
 
5776
6252
 
5777
- <span class="param-type">Number</span>
6253
+ <span class="param-type">
6254
+
6255
+ Number
6256
+
6257
+ </span>
5778
6258
 
5779
6259
 
5780
6260
 
@@ -5795,13 +6275,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5795
6275
 
5796
6276
  <tr class="deep-level-1">
5797
6277
 
5798
- <td class="name" id="x"><code>x</code></td>
6278
+ <td class="name"><code>x</code></td>
5799
6279
 
5800
6280
 
5801
6281
  <td class="type">
5802
6282
 
5803
6283
 
5804
- <span class="param-type">Number</span>
6284
+ <span class="param-type">
6285
+
6286
+ Number
6287
+
6288
+ </span>
5805
6289
 
5806
6290
 
5807
6291
 
@@ -5822,13 +6306,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5822
6306
 
5823
6307
  <tr class="deep-level-1">
5824
6308
 
5825
- <td class="name" id="y"><code>y</code></td>
6309
+ <td class="name"><code>y</code></td>
5826
6310
 
5827
6311
 
5828
6312
  <td class="type">
5829
6313
 
5830
6314
 
5831
- <span class="param-type">Number</span>
6315
+ <span class="param-type">
6316
+
6317
+ Number
6318
+
6319
+ </span>
5832
6320
 
5833
6321
 
5834
6322
 
@@ -5849,13 +6337,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5849
6337
 
5850
6338
  <tr class="deep-level-1">
5851
6339
 
5852
- <td class="name" id="isDownload"><code>isDownload</code></td>
6340
+ <td class="name"><code>isDownload</code></td>
5853
6341
 
5854
6342
 
5855
6343
  <td class="type">
5856
6344
 
5857
6345
 
5858
- <span class="param-type">Boolean</span>
6346
+ <span class="param-type">
6347
+
6348
+ Boolean
6349
+
6350
+ </span>
5859
6351
 
5860
6352
 
5861
6353
 
@@ -5953,7 +6445,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
5953
6445
  <div class='column is-5 has-text-left'>
5954
6446
  <label>类型: </label>
5955
6447
 
5956
- <span class="param-type">Object</span>
6448
+ <span class="param-type">
6449
+
6450
+ Object
6451
+
6452
+ </span>
5957
6453
 
5958
6454
 
5959
6455
 
@@ -6079,7 +6575,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6079
6575
  <div class='column is-5 has-text-left'>
6080
6576
  <label>类型: </label>
6081
6577
 
6082
- <span class="param-type">Object</span>
6578
+ <span class="param-type">
6579
+
6580
+ Object
6581
+
6582
+ </span>
6083
6583
 
6084
6584
 
6085
6585
 
@@ -6152,13 +6652,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6152
6652
 
6153
6653
  <tr class="deep-level-0">
6154
6654
 
6155
- <td class="name" id="screenPoint"><code>screenPoint</code></td>
6655
+ <td class="name"><code>screenPoint</code></td>
6156
6656
 
6157
6657
 
6158
6658
  <td class="type">
6159
6659
 
6160
6660
 
6161
- <span class="param-type">Object</span>
6661
+ <span class="param-type">
6662
+
6663
+ Object
6664
+
6665
+ </span>
6162
6666
 
6163
6667
 
6164
6668
 
@@ -6247,7 +6751,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6247
6751
  <div class='column is-5 has-text-left'>
6248
6752
  <label>类型: </label>
6249
6753
 
6250
- <span class="param-type">Point</span>
6754
+ <span class="param-type">
6755
+
6756
+ Point
6757
+
6758
+ </span>
6251
6759
 
6252
6760
 
6253
6761
 
@@ -6329,13 +6837,17 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6329
6837
 
6330
6838
  <tr class="deep-level-0">
6331
6839
 
6332
- <td class="name" id="point"><code>point</code></td>
6840
+ <td class="name"><code>point</code></td>
6333
6841
 
6334
6842
 
6335
6843
  <td class="type">
6336
6844
 
6337
6845
 
6338
- <span class="param-type">Point</span>
6846
+ <span class="param-type">
6847
+
6848
+ Point
6849
+
6850
+ </span>
6339
6851
 
6340
6852
 
6341
6853
 
@@ -6424,7 +6936,11 @@ import { MapViewLeaflet } from '@mapgis/webclient-leaflet-plugin' <br/></p>
6424
6936
  <div class='column is-5 has-text-left'>
6425
6937
  <label>类型: </label>
6426
6938
 
6427
- <span class="param-type">Object</span>
6939
+ <span class="param-type">
6940
+
6941
+ Object
6942
+
6943
+ </span>
6428
6944
 
6429
6945
 
6430
6946