@mapgis/webclient-leaflet-plugin 17.0.2 → 17.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/es5/webclient-leaflet-plugin.min.js +2 -2
- package/dist/webclient-leaflet-plugin-es6.min.js +8 -8
- package/documention/DrawControl.html +28 -13
- package/documention/L.zondy.MapvBaseLayer.html +45 -15
- package/documention/MapViewLeaflet.html +903 -263
- package/documention/Popup.html +156 -42
- package/documention/Screenshot.html +46 -21
- package/documention/SketchEditorLeaflet.html +261 -88
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +352 -122
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +525 -175
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +395 -140
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +253 -78
- package/documention/Zondy.ThemeLayer.ThemeStyle.html +560 -140
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +423 -148
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +557 -187
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +388 -138
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +403 -143
- package/documention/Zondy.Widget.html +45 -12
- package/documention/Zondy.view.UI.html +26 -7
- package/documention/global.html +28 -8
- package/documention/index.html +4 -4
- package/documention/scripts/sideBar.js +133 -6
- package/documention/tutorial-2.1M3D/350/246/201/347/264/240/351/200/211/345/217/226.html +1 -1
- package/documention/tutorial-2.2M3D/351/222/273/345/255/224/345/211/226/345/210/207.html +1 -1
- package/package.json +1 -1
|
@@ -69,13 +69,18 @@
|
|
|
69
69
|
|
|
70
70
|
<tr class="deep-level-0">
|
|
71
71
|
|
|
72
|
-
<td class="name"
|
|
72
|
+
<td class="name"><code>name</code></td>
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
<td class="type">
|
|
76
76
|
|
|
77
77
|
|
|
78
|
-
<span class="param-type">
|
|
78
|
+
<span class="param-type">
|
|
79
|
+
|
|
80
|
+
string
|
|
81
|
+
|
|
82
|
+
</span>
|
|
83
|
+
|
|
79
84
|
|
|
80
85
|
|
|
81
86
|
|
|
@@ -97,13 +102,18 @@
|
|
|
97
102
|
|
|
98
103
|
<tr class="deep-level-0">
|
|
99
104
|
|
|
100
|
-
<td class="name"
|
|
105
|
+
<td class="name"><code>options</code></td>
|
|
101
106
|
|
|
102
107
|
|
|
103
108
|
<td class="type">
|
|
104
109
|
|
|
105
110
|
|
|
106
|
-
<span class="param-type">
|
|
111
|
+
<span class="param-type">
|
|
112
|
+
|
|
113
|
+
Object
|
|
114
|
+
|
|
115
|
+
</span>
|
|
116
|
+
|
|
107
117
|
|
|
108
118
|
|
|
109
119
|
|
|
@@ -123,13 +133,18 @@
|
|
|
123
133
|
|
|
124
134
|
<tr class="deep-level-1">
|
|
125
135
|
|
|
126
|
-
<td class="name"
|
|
136
|
+
<td class="name"><code>id</code></td>
|
|
127
137
|
|
|
128
138
|
|
|
129
139
|
<td class="type">
|
|
130
140
|
|
|
131
141
|
|
|
132
|
-
<span class="param-type">
|
|
142
|
+
<span class="param-type">
|
|
143
|
+
|
|
144
|
+
string
|
|
145
|
+
|
|
146
|
+
</span>
|
|
147
|
+
|
|
133
148
|
|
|
134
149
|
|
|
135
150
|
|
|
@@ -149,13 +164,18 @@
|
|
|
149
164
|
|
|
150
165
|
<tr class="deep-level-1">
|
|
151
166
|
|
|
152
|
-
<td class="name"
|
|
167
|
+
<td class="name"><code>opacity</code></td>
|
|
153
168
|
|
|
154
169
|
|
|
155
170
|
<td class="type">
|
|
156
171
|
|
|
157
172
|
|
|
158
|
-
<span class="param-type">
|
|
173
|
+
<span class="param-type">
|
|
174
|
+
|
|
175
|
+
number
|
|
176
|
+
|
|
177
|
+
</span>
|
|
178
|
+
|
|
159
179
|
|
|
160
180
|
|
|
161
181
|
|
|
@@ -229,7 +249,7 @@
|
|
|
229
249
|
<div class="column is-2"><label>绑定事件</label></div>
|
|
230
250
|
<div class="column is-10">
|
|
231
251
|
<ul>
|
|
232
|
-
<li><a
|
|
252
|
+
<li><a href="#featuresremoved">featuresremoved</a></li>
|
|
233
253
|
</ul>
|
|
234
254
|
</div>
|
|
235
255
|
</div>
|
|
@@ -302,7 +322,7 @@
|
|
|
302
322
|
<tbody>
|
|
303
323
|
|
|
304
324
|
<tr class="deep-level-0">
|
|
305
|
-
<td class="name"><code><a href="
|
|
325
|
+
<td class="name"><code><a href="#addFeatures">addFeatures</a></code></td>
|
|
306
326
|
<td class="name">
|
|
307
327
|
<code>
|
|
308
328
|
|
|
@@ -312,7 +332,7 @@
|
|
|
312
332
|
</tr>
|
|
313
333
|
|
|
314
334
|
<tr class="deep-level-0">
|
|
315
|
-
<td class="name"><code><a href="
|
|
335
|
+
<td class="name"><code><a href="#destroyFeatures">destroyFeatures</a></code></td>
|
|
316
336
|
<td class="name">
|
|
317
337
|
<code>
|
|
318
338
|
|
|
@@ -322,12 +342,17 @@
|
|
|
322
342
|
</tr>
|
|
323
343
|
|
|
324
344
|
<tr class="deep-level-0">
|
|
325
|
-
<td class="name"><code><a href="
|
|
345
|
+
<td class="name"><code><a href="#getEvents">getEvents</a></code></td>
|
|
326
346
|
<td class="name">
|
|
327
347
|
<code>
|
|
328
348
|
|
|
329
349
|
|
|
330
|
-
<span class="param-type">
|
|
350
|
+
<span class="param-type">
|
|
351
|
+
|
|
352
|
+
Object
|
|
353
|
+
|
|
354
|
+
</span>
|
|
355
|
+
|
|
331
356
|
|
|
332
357
|
|
|
333
358
|
|
|
@@ -337,7 +362,7 @@
|
|
|
337
362
|
</tr>
|
|
338
363
|
|
|
339
364
|
<tr class="deep-level-0">
|
|
340
|
-
<td class="name"><code><a href="
|
|
365
|
+
<td class="name"><code><a href="#getFeatureBy">getFeatureBy</a></code></td>
|
|
341
366
|
<td class="name">
|
|
342
367
|
<code>
|
|
343
368
|
|
|
@@ -347,7 +372,7 @@
|
|
|
347
372
|
</tr>
|
|
348
373
|
|
|
349
374
|
<tr class="deep-level-0">
|
|
350
|
-
<td class="name"><code><a href="
|
|
375
|
+
<td class="name"><code><a href="#getFeatureById">getFeatureById</a></code></td>
|
|
351
376
|
<td class="name">
|
|
352
377
|
<code>
|
|
353
378
|
|
|
@@ -357,12 +382,17 @@
|
|
|
357
382
|
</tr>
|
|
358
383
|
|
|
359
384
|
<tr class="deep-level-0">
|
|
360
|
-
<td class="name"><code><a href="
|
|
385
|
+
<td class="name"><code><a href="#getFeatures">getFeatures</a></code></td>
|
|
361
386
|
<td class="name">
|
|
362
387
|
<code>
|
|
363
388
|
|
|
364
389
|
|
|
365
|
-
<span class="param-type">
|
|
390
|
+
<span class="param-type">
|
|
391
|
+
|
|
392
|
+
Array
|
|
393
|
+
|
|
394
|
+
</span>
|
|
395
|
+
|
|
366
396
|
|
|
367
397
|
|
|
368
398
|
|
|
@@ -372,12 +402,17 @@
|
|
|
372
402
|
</tr>
|
|
373
403
|
|
|
374
404
|
<tr class="deep-level-0">
|
|
375
|
-
<td class="name"><code><a href="
|
|
405
|
+
<td class="name"><code><a href="#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
|
|
376
406
|
<td class="name">
|
|
377
407
|
<code>
|
|
378
408
|
|
|
379
409
|
|
|
380
|
-
<span class="param-type">
|
|
410
|
+
<span class="param-type">
|
|
411
|
+
|
|
412
|
+
Array
|
|
413
|
+
|
|
414
|
+
</span>
|
|
415
|
+
|
|
381
416
|
|
|
382
417
|
|
|
383
418
|
|
|
@@ -387,7 +422,7 @@
|
|
|
387
422
|
</tr>
|
|
388
423
|
|
|
389
424
|
<tr class="deep-level-0">
|
|
390
|
-
<td class="name"><code><a href="
|
|
425
|
+
<td class="name"><code><a href="#getLocalXY">getLocalXY</a></code></td>
|
|
391
426
|
<td class="name">
|
|
392
427
|
<code>
|
|
393
428
|
|
|
@@ -397,7 +432,7 @@
|
|
|
397
432
|
</tr>
|
|
398
433
|
|
|
399
434
|
<tr class="deep-level-0">
|
|
400
|
-
<td class="name"><code><a href="
|
|
435
|
+
<td class="name"><code><a href="#off">off</a></code></td>
|
|
401
436
|
<td class="name">
|
|
402
437
|
<code>
|
|
403
438
|
|
|
@@ -407,7 +442,7 @@
|
|
|
407
442
|
</tr>
|
|
408
443
|
|
|
409
444
|
<tr class="deep-level-0">
|
|
410
|
-
<td class="name"><code><a href="
|
|
445
|
+
<td class="name"><code><a href="#on">on</a></code></td>
|
|
411
446
|
<td class="name">
|
|
412
447
|
<code>
|
|
413
448
|
|
|
@@ -417,7 +452,7 @@
|
|
|
417
452
|
</tr>
|
|
418
453
|
|
|
419
454
|
<tr class="deep-level-0">
|
|
420
|
-
<td class="name"><code><a href="
|
|
455
|
+
<td class="name"><code><a href="#onRemove">onRemove</a></code></td>
|
|
421
456
|
<td class="name">
|
|
422
457
|
<code>
|
|
423
458
|
|
|
@@ -427,12 +462,17 @@
|
|
|
427
462
|
</tr>
|
|
428
463
|
|
|
429
464
|
<tr class="deep-level-0">
|
|
430
|
-
<td class="name"><code><a href="
|
|
465
|
+
<td class="name"><code><a href="#redraw">redraw</a></code></td>
|
|
431
466
|
<td class="name">
|
|
432
467
|
<code>
|
|
433
468
|
|
|
434
469
|
|
|
435
|
-
<span class="param-type">
|
|
470
|
+
<span class="param-type">
|
|
471
|
+
|
|
472
|
+
boolean
|
|
473
|
+
|
|
474
|
+
</span>
|
|
475
|
+
|
|
436
476
|
|
|
437
477
|
|
|
438
478
|
|
|
@@ -442,7 +482,7 @@
|
|
|
442
482
|
</tr>
|
|
443
483
|
|
|
444
484
|
<tr class="deep-level-0">
|
|
445
|
-
<td class="name"><code><a href="
|
|
485
|
+
<td class="name"><code><a href="#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
|
|
446
486
|
<td class="name">
|
|
447
487
|
<code>
|
|
448
488
|
|
|
@@ -452,7 +492,7 @@
|
|
|
452
492
|
</tr>
|
|
453
493
|
|
|
454
494
|
<tr class="deep-level-0">
|
|
455
|
-
<td class="name"><code><a href="
|
|
495
|
+
<td class="name"><code><a href="#removeAllFeatures">removeAllFeatures</a></code></td>
|
|
456
496
|
<td class="name">
|
|
457
497
|
<code>
|
|
458
498
|
|
|
@@ -462,7 +502,7 @@
|
|
|
462
502
|
</tr>
|
|
463
503
|
|
|
464
504
|
<tr class="deep-level-0">
|
|
465
|
-
<td class="name"><code><a href="
|
|
505
|
+
<td class="name"><code><a href="#removeFeatures">removeFeatures</a></code></td>
|
|
466
506
|
<td class="name">
|
|
467
507
|
<code>
|
|
468
508
|
|
|
@@ -472,7 +512,7 @@
|
|
|
472
512
|
</tr>
|
|
473
513
|
|
|
474
514
|
<tr class="deep-level-0">
|
|
475
|
-
<td class="name"><code><a href="
|
|
515
|
+
<td class="name"><code><a href="#setOpacity">setOpacity</a></code></td>
|
|
476
516
|
<td class="name">
|
|
477
517
|
<code>
|
|
478
518
|
|
|
@@ -482,7 +522,7 @@
|
|
|
482
522
|
</tr>
|
|
483
523
|
|
|
484
524
|
<tr class="deep-level-0">
|
|
485
|
-
<td class="name"><code><a href="
|
|
525
|
+
<td class="name"><code><a href="#update">update</a></code></td>
|
|
486
526
|
<td class="name">
|
|
487
527
|
<code>
|
|
488
528
|
|
|
@@ -549,13 +589,18 @@
|
|
|
549
589
|
|
|
550
590
|
<tr class="deep-level-0">
|
|
551
591
|
|
|
552
|
-
<td class="name"
|
|
592
|
+
<td class="name"><code>features</code></td>
|
|
553
593
|
|
|
554
594
|
|
|
555
595
|
<td class="type">
|
|
556
596
|
|
|
557
597
|
|
|
558
|
-
<span class="param-type">
|
|
598
|
+
<span class="param-type">
|
|
599
|
+
|
|
600
|
+
Object
|
|
601
|
+
|
|
602
|
+
</span>
|
|
603
|
+
|
|
559
604
|
|
|
560
605
|
|
|
561
606
|
|
|
@@ -689,13 +734,18 @@
|
|
|
689
734
|
|
|
690
735
|
<tr class="deep-level-0">
|
|
691
736
|
|
|
692
|
-
<td class="name"
|
|
737
|
+
<td class="name"><code>features</code></td>
|
|
693
738
|
|
|
694
739
|
|
|
695
740
|
<td class="type">
|
|
696
741
|
|
|
697
742
|
|
|
698
|
-
<span class="param-type">
|
|
743
|
+
<span class="param-type">
|
|
744
|
+
|
|
745
|
+
Array.<Zondy.Feature.Vector>
|
|
746
|
+
|
|
747
|
+
</span>
|
|
748
|
+
|
|
699
749
|
|
|
700
750
|
|
|
701
751
|
|
|
@@ -874,7 +924,12 @@
|
|
|
874
924
|
<div class='column is-5 has-text-left'>
|
|
875
925
|
<label>类型: </label>
|
|
876
926
|
|
|
877
|
-
<span class="param-type">
|
|
927
|
+
<span class="param-type">
|
|
928
|
+
|
|
929
|
+
Object
|
|
930
|
+
|
|
931
|
+
</span>
|
|
932
|
+
|
|
878
933
|
|
|
879
934
|
|
|
880
935
|
</div>
|
|
@@ -945,13 +1000,18 @@
|
|
|
945
1000
|
|
|
946
1001
|
<tr class="deep-level-0">
|
|
947
1002
|
|
|
948
|
-
<td class="name"
|
|
1003
|
+
<td class="name"><code>property</code></td>
|
|
949
1004
|
|
|
950
1005
|
|
|
951
1006
|
<td class="type">
|
|
952
1007
|
|
|
953
1008
|
|
|
954
|
-
<span class="param-type">
|
|
1009
|
+
<span class="param-type">
|
|
1010
|
+
|
|
1011
|
+
string
|
|
1012
|
+
|
|
1013
|
+
</span>
|
|
1014
|
+
|
|
955
1015
|
|
|
956
1016
|
|
|
957
1017
|
|
|
@@ -969,13 +1029,18 @@
|
|
|
969
1029
|
|
|
970
1030
|
<tr class="deep-level-0">
|
|
971
1031
|
|
|
972
|
-
<td class="name"
|
|
1032
|
+
<td class="name"><code>value</code></td>
|
|
973
1033
|
|
|
974
1034
|
|
|
975
1035
|
<td class="type">
|
|
976
1036
|
|
|
977
1037
|
|
|
978
|
-
<span class="param-type">
|
|
1038
|
+
<span class="param-type">
|
|
1039
|
+
|
|
1040
|
+
string
|
|
1041
|
+
|
|
1042
|
+
</span>
|
|
1043
|
+
|
|
979
1044
|
|
|
980
1045
|
|
|
981
1046
|
|
|
@@ -1109,13 +1174,18 @@
|
|
|
1109
1174
|
|
|
1110
1175
|
<tr class="deep-level-0">
|
|
1111
1176
|
|
|
1112
|
-
<td class="name"
|
|
1177
|
+
<td class="name"><code>featureId</code></td>
|
|
1113
1178
|
|
|
1114
1179
|
|
|
1115
1180
|
<td class="type">
|
|
1116
1181
|
|
|
1117
1182
|
|
|
1118
|
-
<span class="param-type">
|
|
1183
|
+
<span class="param-type">
|
|
1184
|
+
|
|
1185
|
+
number
|
|
1186
|
+
|
|
1187
|
+
</span>
|
|
1188
|
+
|
|
1119
1189
|
|
|
1120
1190
|
|
|
1121
1191
|
|
|
@@ -1294,7 +1364,12 @@
|
|
|
1294
1364
|
<div class='column is-5 has-text-left'>
|
|
1295
1365
|
<label>类型: </label>
|
|
1296
1366
|
|
|
1297
|
-
<span class="param-type">
|
|
1367
|
+
<span class="param-type">
|
|
1368
|
+
|
|
1369
|
+
Array
|
|
1370
|
+
|
|
1371
|
+
</span>
|
|
1372
|
+
|
|
1298
1373
|
|
|
1299
1374
|
|
|
1300
1375
|
</div>
|
|
@@ -1365,13 +1440,18 @@
|
|
|
1365
1440
|
|
|
1366
1441
|
<tr class="deep-level-0">
|
|
1367
1442
|
|
|
1368
|
-
<td class="name"
|
|
1443
|
+
<td class="name"><code>attrName</code></td>
|
|
1369
1444
|
|
|
1370
1445
|
|
|
1371
1446
|
<td class="type">
|
|
1372
1447
|
|
|
1373
1448
|
|
|
1374
|
-
<span class="param-type">
|
|
1449
|
+
<span class="param-type">
|
|
1450
|
+
|
|
1451
|
+
string
|
|
1452
|
+
|
|
1453
|
+
</span>
|
|
1454
|
+
|
|
1375
1455
|
|
|
1376
1456
|
|
|
1377
1457
|
|
|
@@ -1389,13 +1469,18 @@
|
|
|
1389
1469
|
|
|
1390
1470
|
<tr class="deep-level-0">
|
|
1391
1471
|
|
|
1392
|
-
<td class="name"
|
|
1472
|
+
<td class="name"><code>attrValue</code></td>
|
|
1393
1473
|
|
|
1394
1474
|
|
|
1395
1475
|
<td class="type">
|
|
1396
1476
|
|
|
1397
1477
|
|
|
1398
|
-
<span class="param-type">
|
|
1478
|
+
<span class="param-type">
|
|
1479
|
+
|
|
1480
|
+
string
|
|
1481
|
+
|
|
1482
|
+
</span>
|
|
1483
|
+
|
|
1399
1484
|
|
|
1400
1485
|
|
|
1401
1486
|
|
|
@@ -1483,7 +1568,12 @@
|
|
|
1483
1568
|
<div class='column is-5 has-text-left'>
|
|
1484
1569
|
<label>类型: </label>
|
|
1485
1570
|
|
|
1486
|
-
<span class="param-type">
|
|
1571
|
+
<span class="param-type">
|
|
1572
|
+
|
|
1573
|
+
Array
|
|
1574
|
+
|
|
1575
|
+
</span>
|
|
1576
|
+
|
|
1487
1577
|
|
|
1488
1578
|
|
|
1489
1579
|
</div>
|
|
@@ -1554,13 +1644,18 @@
|
|
|
1554
1644
|
|
|
1555
1645
|
<tr class="deep-level-0">
|
|
1556
1646
|
|
|
1557
|
-
<td class="name"
|
|
1647
|
+
<td class="name"><code>coordinate</code></td>
|
|
1558
1648
|
|
|
1559
1649
|
|
|
1560
1650
|
<td class="type">
|
|
1561
1651
|
|
|
1562
1652
|
|
|
1563
|
-
<span class="param-type">
|
|
1653
|
+
<span class="param-type">
|
|
1654
|
+
|
|
1655
|
+
Array
|
|
1656
|
+
|
|
1657
|
+
</span>
|
|
1658
|
+
|
|
1564
1659
|
|
|
1565
1660
|
|
|
1566
1661
|
|
|
@@ -1694,13 +1789,18 @@
|
|
|
1694
1789
|
|
|
1695
1790
|
<tr class="deep-level-0">
|
|
1696
1791
|
|
|
1697
|
-
<td class="name"
|
|
1792
|
+
<td class="name"><code>event</code></td>
|
|
1698
1793
|
|
|
1699
1794
|
|
|
1700
1795
|
<td class="type">
|
|
1701
1796
|
|
|
1702
1797
|
|
|
1703
|
-
<span class="param-type">
|
|
1798
|
+
<span class="param-type">
|
|
1799
|
+
|
|
1800
|
+
Event
|
|
1801
|
+
|
|
1802
|
+
</span>
|
|
1803
|
+
|
|
1704
1804
|
|
|
1705
1805
|
|
|
1706
1806
|
|
|
@@ -1718,13 +1818,18 @@
|
|
|
1718
1818
|
|
|
1719
1819
|
<tr class="deep-level-0">
|
|
1720
1820
|
|
|
1721
|
-
<td class="name"
|
|
1821
|
+
<td class="name"><code>callback</code></td>
|
|
1722
1822
|
|
|
1723
1823
|
|
|
1724
1824
|
<td class="type">
|
|
1725
1825
|
|
|
1726
1826
|
|
|
1727
|
-
<span class="param-type">
|
|
1827
|
+
<span class="param-type">
|
|
1828
|
+
|
|
1829
|
+
function
|
|
1830
|
+
|
|
1831
|
+
</span>
|
|
1832
|
+
|
|
1728
1833
|
|
|
1729
1834
|
|
|
1730
1835
|
|
|
@@ -1742,13 +1847,18 @@
|
|
|
1742
1847
|
|
|
1743
1848
|
<tr class="deep-level-0">
|
|
1744
1849
|
|
|
1745
|
-
<td class="name"
|
|
1850
|
+
<td class="name"><code>context</code></td>
|
|
1746
1851
|
|
|
1747
1852
|
|
|
1748
1853
|
<td class="type">
|
|
1749
1854
|
|
|
1750
1855
|
|
|
1751
|
-
<span class="param-type">
|
|
1856
|
+
<span class="param-type">
|
|
1857
|
+
|
|
1858
|
+
string
|
|
1859
|
+
|
|
1860
|
+
</span>
|
|
1861
|
+
|
|
1752
1862
|
|
|
1753
1863
|
|
|
1754
1864
|
|
|
@@ -1882,13 +1992,18 @@
|
|
|
1882
1992
|
|
|
1883
1993
|
<tr class="deep-level-0">
|
|
1884
1994
|
|
|
1885
|
-
<td class="name"
|
|
1995
|
+
<td class="name"><code>event</code></td>
|
|
1886
1996
|
|
|
1887
1997
|
|
|
1888
1998
|
<td class="type">
|
|
1889
1999
|
|
|
1890
2000
|
|
|
1891
|
-
<span class="param-type">
|
|
2001
|
+
<span class="param-type">
|
|
2002
|
+
|
|
2003
|
+
Event
|
|
2004
|
+
|
|
2005
|
+
</span>
|
|
2006
|
+
|
|
1892
2007
|
|
|
1893
2008
|
|
|
1894
2009
|
|
|
@@ -1906,13 +2021,18 @@
|
|
|
1906
2021
|
|
|
1907
2022
|
<tr class="deep-level-0">
|
|
1908
2023
|
|
|
1909
|
-
<td class="name"
|
|
2024
|
+
<td class="name"><code>callback</code></td>
|
|
1910
2025
|
|
|
1911
2026
|
|
|
1912
2027
|
<td class="type">
|
|
1913
2028
|
|
|
1914
2029
|
|
|
1915
|
-
<span class="param-type">
|
|
2030
|
+
<span class="param-type">
|
|
2031
|
+
|
|
2032
|
+
function
|
|
2033
|
+
|
|
2034
|
+
</span>
|
|
2035
|
+
|
|
1916
2036
|
|
|
1917
2037
|
|
|
1918
2038
|
|
|
@@ -1930,13 +2050,18 @@
|
|
|
1930
2050
|
|
|
1931
2051
|
<tr class="deep-level-0">
|
|
1932
2052
|
|
|
1933
|
-
<td class="name"
|
|
2053
|
+
<td class="name"><code>context</code></td>
|
|
1934
2054
|
|
|
1935
2055
|
|
|
1936
2056
|
<td class="type">
|
|
1937
2057
|
|
|
1938
2058
|
|
|
1939
|
-
<span class="param-type">
|
|
2059
|
+
<span class="param-type">
|
|
2060
|
+
|
|
2061
|
+
string
|
|
2062
|
+
|
|
2063
|
+
</span>
|
|
2064
|
+
|
|
1940
2065
|
|
|
1941
2066
|
|
|
1942
2067
|
|
|
@@ -2070,13 +2195,18 @@
|
|
|
2070
2195
|
|
|
2071
2196
|
<tr class="deep-level-0">
|
|
2072
2197
|
|
|
2073
|
-
<td class="name"
|
|
2198
|
+
<td class="name"><code>map</code></td>
|
|
2074
2199
|
|
|
2075
2200
|
|
|
2076
2201
|
<td class="type">
|
|
2077
2202
|
|
|
2078
2203
|
|
|
2079
|
-
<span class="param-type">
|
|
2204
|
+
<span class="param-type">
|
|
2205
|
+
|
|
2206
|
+
L.Map
|
|
2207
|
+
|
|
2208
|
+
</span>
|
|
2209
|
+
|
|
2080
2210
|
|
|
2081
2211
|
|
|
2082
2212
|
|
|
@@ -2255,7 +2385,12 @@
|
|
|
2255
2385
|
<div class='column is-5 has-text-left'>
|
|
2256
2386
|
<label>类型: </label>
|
|
2257
2387
|
|
|
2258
|
-
<span class="param-type">
|
|
2388
|
+
<span class="param-type">
|
|
2389
|
+
|
|
2390
|
+
boolean
|
|
2391
|
+
|
|
2392
|
+
</span>
|
|
2393
|
+
|
|
2259
2394
|
|
|
2260
2395
|
|
|
2261
2396
|
</div>
|
|
@@ -2326,13 +2461,18 @@
|
|
|
2326
2461
|
|
|
2327
2462
|
<tr class="deep-level-0">
|
|
2328
2463
|
|
|
2329
|
-
<td class="name"
|
|
2464
|
+
<td class="name"><code>bounds</code></td>
|
|
2330
2465
|
|
|
2331
2466
|
|
|
2332
2467
|
<td class="type">
|
|
2333
2468
|
|
|
2334
2469
|
|
|
2335
|
-
<span class="param-type">
|
|
2470
|
+
<span class="param-type">
|
|
2471
|
+
|
|
2472
|
+
L.bounds
|
|
2473
|
+
|
|
2474
|
+
</span>
|
|
2475
|
+
|
|
2336
2476
|
|
|
2337
2477
|
|
|
2338
2478
|
|
|
@@ -2557,13 +2697,18 @@
|
|
|
2557
2697
|
|
|
2558
2698
|
<tr class="deep-level-0">
|
|
2559
2699
|
|
|
2560
|
-
<td class="name"
|
|
2700
|
+
<td class="name"><code>features</code></td>
|
|
2561
2701
|
|
|
2562
2702
|
|
|
2563
2703
|
<td class="type">
|
|
2564
2704
|
|
|
2565
2705
|
|
|
2566
|
-
<span class="param-type">
|
|
2706
|
+
<span class="param-type">
|
|
2707
|
+
|
|
2708
|
+
Array.<Zondy.Feature.Vector>
|
|
2709
|
+
|
|
2710
|
+
</span>
|
|
2711
|
+
|
|
2567
2712
|
|
|
2568
2713
|
|
|
2569
2714
|
|
|
@@ -2697,13 +2842,18 @@
|
|
|
2697
2842
|
|
|
2698
2843
|
<tr class="deep-level-0">
|
|
2699
2844
|
|
|
2700
|
-
<td class="name"
|
|
2845
|
+
<td class="name"><code>opacity</code></td>
|
|
2701
2846
|
|
|
2702
2847
|
|
|
2703
2848
|
<td class="type">
|
|
2704
2849
|
|
|
2705
2850
|
|
|
2706
|
-
<span class="param-type">
|
|
2851
|
+
<span class="param-type">
|
|
2852
|
+
|
|
2853
|
+
number
|
|
2854
|
+
|
|
2855
|
+
</span>
|
|
2856
|
+
|
|
2707
2857
|
|
|
2708
2858
|
|
|
2709
2859
|
|
|
@@ -2837,13 +2987,18 @@
|
|
|
2837
2987
|
|
|
2838
2988
|
<tr class="deep-level-0">
|
|
2839
2989
|
|
|
2840
|
-
<td class="name"
|
|
2990
|
+
<td class="name"><code>bounds</code></td>
|
|
2841
2991
|
|
|
2842
2992
|
|
|
2843
2993
|
<td class="type">
|
|
2844
2994
|
|
|
2845
2995
|
|
|
2846
|
-
<span class="param-type">
|
|
2996
|
+
<span class="param-type">
|
|
2997
|
+
|
|
2998
|
+
L.bounds
|
|
2999
|
+
|
|
3000
|
+
</span>
|
|
3001
|
+
|
|
2847
3002
|
|
|
2848
3003
|
|
|
2849
3004
|
|
|
@@ -2945,12 +3100,12 @@
|
|
|
2945
3100
|
<tbody>
|
|
2946
3101
|
|
|
2947
3102
|
<tr class="deep-level-0">
|
|
2948
|
-
<td class="name"><code><a
|
|
3103
|
+
<td class="name"><code><a href="#changelayer">changelayer</a></code></td>
|
|
2949
3104
|
<td class="name"><code>changelayer</code></td>
|
|
2950
3105
|
</tr>
|
|
2951
3106
|
|
|
2952
3107
|
<tr class="deep-level-0">
|
|
2953
|
-
<td class="name"><code><a
|
|
3108
|
+
<td class="name"><code><a href="#featuresremoved">featuresremoved</a></code></td>
|
|
2954
3109
|
<td class="name"><code>featuresremoved</code></td>
|
|
2955
3110
|
</tr>
|
|
2956
3111
|
|
|
@@ -3026,7 +3181,12 @@
|
|
|
3026
3181
|
<td class="type">
|
|
3027
3182
|
|
|
3028
3183
|
|
|
3029
|
-
<span class="param-type">
|
|
3184
|
+
<span class="param-type">
|
|
3185
|
+
|
|
3186
|
+
Object
|
|
3187
|
+
|
|
3188
|
+
</span>
|
|
3189
|
+
|
|
3030
3190
|
|
|
3031
3191
|
|
|
3032
3192
|
|
|
@@ -3049,7 +3209,12 @@
|
|
|
3049
3209
|
<td class="type">
|
|
3050
3210
|
|
|
3051
3211
|
|
|
3052
|
-
<span class="param-type">
|
|
3212
|
+
<span class="param-type">
|
|
3213
|
+
|
|
3214
|
+
string
|
|
3215
|
+
|
|
3216
|
+
</span>
|
|
3217
|
+
|
|
3053
3218
|
|
|
3054
3219
|
|
|
3055
3220
|
|
|
@@ -3194,7 +3359,12 @@
|
|
|
3194
3359
|
<td class="type">
|
|
3195
3360
|
|
|
3196
3361
|
|
|
3197
|
-
<span class="param-type">
|
|
3362
|
+
<span class="param-type">
|
|
3363
|
+
|
|
3364
|
+
Array.<Zondy.Feature.Vector>
|
|
3365
|
+
|
|
3366
|
+
</span>
|
|
3367
|
+
|
|
3198
3368
|
|
|
3199
3369
|
|
|
3200
3370
|
|
|
@@ -3217,7 +3387,12 @@
|
|
|
3217
3387
|
<td class="type">
|
|
3218
3388
|
|
|
3219
3389
|
|
|
3220
|
-
<span class="param-type">
|
|
3390
|
+
<span class="param-type">
|
|
3391
|
+
|
|
3392
|
+
boolean
|
|
3393
|
+
|
|
3394
|
+
</span>
|
|
3395
|
+
|
|
3221
3396
|
|
|
3222
3397
|
|
|
3223
3398
|
|