@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.
- package/README.md +24 -0
- package/dist/es5/webclient-common.min.js +1 -1
- package/dist/es5/webclient-leaflet-plugin.min.js +6 -6
- package/dist/webclient-leaflet-plugin-es6.min.js +6 -6
- package/documention/DrawControl.html +19 -7
- package/documention/L.zondy.MapvBaseLayer.html +36 -12
- package/documention/MapViewLeaflet.html +740 -224
- package/documention/Popup.html +125 -33
- package/documention/Screenshot.html +30 -10
- package/documention/SketchEditorLeaflet.html +211 -71
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +267 -83
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +410 -130
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +292 -88
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +201 -61
- package/documention/Zondy.ThemeLayer.ThemeStyle.html +448 -112
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +312 -92
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +421 -125
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +286 -86
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +296 -88
- package/documention/Zondy.Widget.html +40 -12
- package/documention/Zondy.view.UI.html +23 -7
- package/documention/global.html +24 -8
- package/documention/index.html +4 -4
- package/documention/scripts/sideBar.js +111 -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,17 @@
|
|
|
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>
|
|
79
83
|
|
|
80
84
|
|
|
81
85
|
|
|
@@ -98,13 +102,17 @@
|
|
|
98
102
|
|
|
99
103
|
<tr class="deep-level-0">
|
|
100
104
|
|
|
101
|
-
<td class="name"
|
|
105
|
+
<td class="name"><code>options</code></td>
|
|
102
106
|
|
|
103
107
|
|
|
104
108
|
<td class="type">
|
|
105
109
|
|
|
106
110
|
|
|
107
|
-
<span class="param-type">
|
|
111
|
+
<span class="param-type">
|
|
112
|
+
|
|
113
|
+
Object
|
|
114
|
+
|
|
115
|
+
</span>
|
|
108
116
|
|
|
109
117
|
|
|
110
118
|
|
|
@@ -125,13 +133,17 @@
|
|
|
125
133
|
|
|
126
134
|
<tr class="deep-level-1">
|
|
127
135
|
|
|
128
|
-
<td class="name"
|
|
136
|
+
<td class="name"><code>id</code></td>
|
|
129
137
|
|
|
130
138
|
|
|
131
139
|
<td class="type">
|
|
132
140
|
|
|
133
141
|
|
|
134
|
-
<span class="param-type">
|
|
142
|
+
<span class="param-type">
|
|
143
|
+
|
|
144
|
+
string
|
|
145
|
+
|
|
146
|
+
</span>
|
|
135
147
|
|
|
136
148
|
|
|
137
149
|
|
|
@@ -152,13 +164,17 @@
|
|
|
152
164
|
|
|
153
165
|
<tr class="deep-level-1">
|
|
154
166
|
|
|
155
|
-
<td class="name"
|
|
167
|
+
<td class="name"><code>opacity</code></td>
|
|
156
168
|
|
|
157
169
|
|
|
158
170
|
<td class="type">
|
|
159
171
|
|
|
160
172
|
|
|
161
|
-
<span class="param-type">
|
|
173
|
+
<span class="param-type">
|
|
174
|
+
|
|
175
|
+
number
|
|
176
|
+
|
|
177
|
+
</span>
|
|
162
178
|
|
|
163
179
|
|
|
164
180
|
|
|
@@ -233,7 +249,7 @@
|
|
|
233
249
|
<div class="column is-2"><label>绑定事件</label></div>
|
|
234
250
|
<div class="column is-10">
|
|
235
251
|
<ul>
|
|
236
|
-
<li><a
|
|
252
|
+
<li><a href="#featuresremoved">featuresremoved</a></li>
|
|
237
253
|
</ul>
|
|
238
254
|
</div>
|
|
239
255
|
</div>
|
|
@@ -331,7 +347,11 @@
|
|
|
331
347
|
<code>
|
|
332
348
|
|
|
333
349
|
|
|
334
|
-
<span class="param-type">
|
|
350
|
+
<span class="param-type">
|
|
351
|
+
|
|
352
|
+
Object
|
|
353
|
+
|
|
354
|
+
</span>
|
|
335
355
|
|
|
336
356
|
|
|
337
357
|
|
|
@@ -367,7 +387,11 @@
|
|
|
367
387
|
<code>
|
|
368
388
|
|
|
369
389
|
|
|
370
|
-
<span class="param-type">
|
|
390
|
+
<span class="param-type">
|
|
391
|
+
|
|
392
|
+
Array
|
|
393
|
+
|
|
394
|
+
</span>
|
|
371
395
|
|
|
372
396
|
|
|
373
397
|
|
|
@@ -383,7 +407,11 @@
|
|
|
383
407
|
<code>
|
|
384
408
|
|
|
385
409
|
|
|
386
|
-
<span class="param-type">
|
|
410
|
+
<span class="param-type">
|
|
411
|
+
|
|
412
|
+
Array
|
|
413
|
+
|
|
414
|
+
</span>
|
|
387
415
|
|
|
388
416
|
|
|
389
417
|
|
|
@@ -439,7 +467,11 @@
|
|
|
439
467
|
<code>
|
|
440
468
|
|
|
441
469
|
|
|
442
|
-
<span class="param-type">
|
|
470
|
+
<span class="param-type">
|
|
471
|
+
|
|
472
|
+
boolean
|
|
473
|
+
|
|
474
|
+
</span>
|
|
443
475
|
|
|
444
476
|
|
|
445
477
|
|
|
@@ -557,13 +589,17 @@
|
|
|
557
589
|
|
|
558
590
|
<tr class="deep-level-0">
|
|
559
591
|
|
|
560
|
-
<td class="name"
|
|
592
|
+
<td class="name"><code>features</code></td>
|
|
561
593
|
|
|
562
594
|
|
|
563
595
|
<td class="type">
|
|
564
596
|
|
|
565
597
|
|
|
566
|
-
<span class="param-type">
|
|
598
|
+
<span class="param-type">
|
|
599
|
+
|
|
600
|
+
Object
|
|
601
|
+
|
|
602
|
+
</span>
|
|
567
603
|
|
|
568
604
|
|
|
569
605
|
|
|
@@ -698,13 +734,17 @@
|
|
|
698
734
|
|
|
699
735
|
<tr class="deep-level-0">
|
|
700
736
|
|
|
701
|
-
<td class="name"
|
|
737
|
+
<td class="name"><code>features</code></td>
|
|
702
738
|
|
|
703
739
|
|
|
704
740
|
<td class="type">
|
|
705
741
|
|
|
706
742
|
|
|
707
|
-
<span class="param-type">
|
|
743
|
+
<span class="param-type">
|
|
744
|
+
|
|
745
|
+
Array.<Zondy.Feature.Vector>
|
|
746
|
+
|
|
747
|
+
</span>
|
|
708
748
|
|
|
709
749
|
|
|
710
750
|
|
|
@@ -884,7 +924,11 @@
|
|
|
884
924
|
<div class='column is-5 has-text-left'>
|
|
885
925
|
<label>类型: </label>
|
|
886
926
|
|
|
887
|
-
<span class="param-type">
|
|
927
|
+
<span class="param-type">
|
|
928
|
+
|
|
929
|
+
Object
|
|
930
|
+
|
|
931
|
+
</span>
|
|
888
932
|
|
|
889
933
|
|
|
890
934
|
|
|
@@ -956,13 +1000,17 @@
|
|
|
956
1000
|
|
|
957
1001
|
<tr class="deep-level-0">
|
|
958
1002
|
|
|
959
|
-
<td class="name"
|
|
1003
|
+
<td class="name"><code>property</code></td>
|
|
960
1004
|
|
|
961
1005
|
|
|
962
1006
|
<td class="type">
|
|
963
1007
|
|
|
964
1008
|
|
|
965
|
-
<span class="param-type">
|
|
1009
|
+
<span class="param-type">
|
|
1010
|
+
|
|
1011
|
+
string
|
|
1012
|
+
|
|
1013
|
+
</span>
|
|
966
1014
|
|
|
967
1015
|
|
|
968
1016
|
|
|
@@ -981,13 +1029,17 @@
|
|
|
981
1029
|
|
|
982
1030
|
<tr class="deep-level-0">
|
|
983
1031
|
|
|
984
|
-
<td class="name"
|
|
1032
|
+
<td class="name"><code>value</code></td>
|
|
985
1033
|
|
|
986
1034
|
|
|
987
1035
|
<td class="type">
|
|
988
1036
|
|
|
989
1037
|
|
|
990
|
-
<span class="param-type">
|
|
1038
|
+
<span class="param-type">
|
|
1039
|
+
|
|
1040
|
+
string
|
|
1041
|
+
|
|
1042
|
+
</span>
|
|
991
1043
|
|
|
992
1044
|
|
|
993
1045
|
|
|
@@ -1122,13 +1174,17 @@
|
|
|
1122
1174
|
|
|
1123
1175
|
<tr class="deep-level-0">
|
|
1124
1176
|
|
|
1125
|
-
<td class="name"
|
|
1177
|
+
<td class="name"><code>featureId</code></td>
|
|
1126
1178
|
|
|
1127
1179
|
|
|
1128
1180
|
<td class="type">
|
|
1129
1181
|
|
|
1130
1182
|
|
|
1131
|
-
<span class="param-type">
|
|
1183
|
+
<span class="param-type">
|
|
1184
|
+
|
|
1185
|
+
number
|
|
1186
|
+
|
|
1187
|
+
</span>
|
|
1132
1188
|
|
|
1133
1189
|
|
|
1134
1190
|
|
|
@@ -1308,7 +1364,11 @@
|
|
|
1308
1364
|
<div class='column is-5 has-text-left'>
|
|
1309
1365
|
<label>类型: </label>
|
|
1310
1366
|
|
|
1311
|
-
<span class="param-type">
|
|
1367
|
+
<span class="param-type">
|
|
1368
|
+
|
|
1369
|
+
Array
|
|
1370
|
+
|
|
1371
|
+
</span>
|
|
1312
1372
|
|
|
1313
1373
|
|
|
1314
1374
|
|
|
@@ -1380,13 +1440,17 @@
|
|
|
1380
1440
|
|
|
1381
1441
|
<tr class="deep-level-0">
|
|
1382
1442
|
|
|
1383
|
-
<td class="name"
|
|
1443
|
+
<td class="name"><code>attrName</code></td>
|
|
1384
1444
|
|
|
1385
1445
|
|
|
1386
1446
|
<td class="type">
|
|
1387
1447
|
|
|
1388
1448
|
|
|
1389
|
-
<span class="param-type">
|
|
1449
|
+
<span class="param-type">
|
|
1450
|
+
|
|
1451
|
+
string
|
|
1452
|
+
|
|
1453
|
+
</span>
|
|
1390
1454
|
|
|
1391
1455
|
|
|
1392
1456
|
|
|
@@ -1405,13 +1469,17 @@
|
|
|
1405
1469
|
|
|
1406
1470
|
<tr class="deep-level-0">
|
|
1407
1471
|
|
|
1408
|
-
<td class="name"
|
|
1472
|
+
<td class="name"><code>attrValue</code></td>
|
|
1409
1473
|
|
|
1410
1474
|
|
|
1411
1475
|
<td class="type">
|
|
1412
1476
|
|
|
1413
1477
|
|
|
1414
|
-
<span class="param-type">
|
|
1478
|
+
<span class="param-type">
|
|
1479
|
+
|
|
1480
|
+
string
|
|
1481
|
+
|
|
1482
|
+
</span>
|
|
1415
1483
|
|
|
1416
1484
|
|
|
1417
1485
|
|
|
@@ -1500,7 +1568,11 @@
|
|
|
1500
1568
|
<div class='column is-5 has-text-left'>
|
|
1501
1569
|
<label>类型: </label>
|
|
1502
1570
|
|
|
1503
|
-
<span class="param-type">
|
|
1571
|
+
<span class="param-type">
|
|
1572
|
+
|
|
1573
|
+
Array
|
|
1574
|
+
|
|
1575
|
+
</span>
|
|
1504
1576
|
|
|
1505
1577
|
|
|
1506
1578
|
|
|
@@ -1572,13 +1644,17 @@
|
|
|
1572
1644
|
|
|
1573
1645
|
<tr class="deep-level-0">
|
|
1574
1646
|
|
|
1575
|
-
<td class="name"
|
|
1647
|
+
<td class="name"><code>coordinate</code></td>
|
|
1576
1648
|
|
|
1577
1649
|
|
|
1578
1650
|
<td class="type">
|
|
1579
1651
|
|
|
1580
1652
|
|
|
1581
|
-
<span class="param-type">
|
|
1653
|
+
<span class="param-type">
|
|
1654
|
+
|
|
1655
|
+
Array
|
|
1656
|
+
|
|
1657
|
+
</span>
|
|
1582
1658
|
|
|
1583
1659
|
|
|
1584
1660
|
|
|
@@ -1713,13 +1789,17 @@
|
|
|
1713
1789
|
|
|
1714
1790
|
<tr class="deep-level-0">
|
|
1715
1791
|
|
|
1716
|
-
<td class="name"
|
|
1792
|
+
<td class="name"><code>event</code></td>
|
|
1717
1793
|
|
|
1718
1794
|
|
|
1719
1795
|
<td class="type">
|
|
1720
1796
|
|
|
1721
1797
|
|
|
1722
|
-
<span class="param-type">
|
|
1798
|
+
<span class="param-type">
|
|
1799
|
+
|
|
1800
|
+
Event
|
|
1801
|
+
|
|
1802
|
+
</span>
|
|
1723
1803
|
|
|
1724
1804
|
|
|
1725
1805
|
|
|
@@ -1738,13 +1818,17 @@
|
|
|
1738
1818
|
|
|
1739
1819
|
<tr class="deep-level-0">
|
|
1740
1820
|
|
|
1741
|
-
<td class="name"
|
|
1821
|
+
<td class="name"><code>callback</code></td>
|
|
1742
1822
|
|
|
1743
1823
|
|
|
1744
1824
|
<td class="type">
|
|
1745
1825
|
|
|
1746
1826
|
|
|
1747
|
-
<span class="param-type">
|
|
1827
|
+
<span class="param-type">
|
|
1828
|
+
|
|
1829
|
+
function
|
|
1830
|
+
|
|
1831
|
+
</span>
|
|
1748
1832
|
|
|
1749
1833
|
|
|
1750
1834
|
|
|
@@ -1763,13 +1847,17 @@
|
|
|
1763
1847
|
|
|
1764
1848
|
<tr class="deep-level-0">
|
|
1765
1849
|
|
|
1766
|
-
<td class="name"
|
|
1850
|
+
<td class="name"><code>context</code></td>
|
|
1767
1851
|
|
|
1768
1852
|
|
|
1769
1853
|
<td class="type">
|
|
1770
1854
|
|
|
1771
1855
|
|
|
1772
|
-
<span class="param-type">
|
|
1856
|
+
<span class="param-type">
|
|
1857
|
+
|
|
1858
|
+
string
|
|
1859
|
+
|
|
1860
|
+
</span>
|
|
1773
1861
|
|
|
1774
1862
|
|
|
1775
1863
|
|
|
@@ -1904,13 +1992,17 @@
|
|
|
1904
1992
|
|
|
1905
1993
|
<tr class="deep-level-0">
|
|
1906
1994
|
|
|
1907
|
-
<td class="name"
|
|
1995
|
+
<td class="name"><code>event</code></td>
|
|
1908
1996
|
|
|
1909
1997
|
|
|
1910
1998
|
<td class="type">
|
|
1911
1999
|
|
|
1912
2000
|
|
|
1913
|
-
<span class="param-type">
|
|
2001
|
+
<span class="param-type">
|
|
2002
|
+
|
|
2003
|
+
Event
|
|
2004
|
+
|
|
2005
|
+
</span>
|
|
1914
2006
|
|
|
1915
2007
|
|
|
1916
2008
|
|
|
@@ -1929,13 +2021,17 @@
|
|
|
1929
2021
|
|
|
1930
2022
|
<tr class="deep-level-0">
|
|
1931
2023
|
|
|
1932
|
-
<td class="name"
|
|
2024
|
+
<td class="name"><code>callback</code></td>
|
|
1933
2025
|
|
|
1934
2026
|
|
|
1935
2027
|
<td class="type">
|
|
1936
2028
|
|
|
1937
2029
|
|
|
1938
|
-
<span class="param-type">
|
|
2030
|
+
<span class="param-type">
|
|
2031
|
+
|
|
2032
|
+
function
|
|
2033
|
+
|
|
2034
|
+
</span>
|
|
1939
2035
|
|
|
1940
2036
|
|
|
1941
2037
|
|
|
@@ -1954,13 +2050,17 @@
|
|
|
1954
2050
|
|
|
1955
2051
|
<tr class="deep-level-0">
|
|
1956
2052
|
|
|
1957
|
-
<td class="name"
|
|
2053
|
+
<td class="name"><code>context</code></td>
|
|
1958
2054
|
|
|
1959
2055
|
|
|
1960
2056
|
<td class="type">
|
|
1961
2057
|
|
|
1962
2058
|
|
|
1963
|
-
<span class="param-type">
|
|
2059
|
+
<span class="param-type">
|
|
2060
|
+
|
|
2061
|
+
string
|
|
2062
|
+
|
|
2063
|
+
</span>
|
|
1964
2064
|
|
|
1965
2065
|
|
|
1966
2066
|
|
|
@@ -2095,13 +2195,17 @@
|
|
|
2095
2195
|
|
|
2096
2196
|
<tr class="deep-level-0">
|
|
2097
2197
|
|
|
2098
|
-
<td class="name"
|
|
2198
|
+
<td class="name"><code>map</code></td>
|
|
2099
2199
|
|
|
2100
2200
|
|
|
2101
2201
|
<td class="type">
|
|
2102
2202
|
|
|
2103
2203
|
|
|
2104
|
-
<span class="param-type">
|
|
2204
|
+
<span class="param-type">
|
|
2205
|
+
|
|
2206
|
+
L.Map
|
|
2207
|
+
|
|
2208
|
+
</span>
|
|
2105
2209
|
|
|
2106
2210
|
|
|
2107
2211
|
|
|
@@ -2281,7 +2385,11 @@
|
|
|
2281
2385
|
<div class='column is-5 has-text-left'>
|
|
2282
2386
|
<label>类型: </label>
|
|
2283
2387
|
|
|
2284
|
-
<span class="param-type">
|
|
2388
|
+
<span class="param-type">
|
|
2389
|
+
|
|
2390
|
+
boolean
|
|
2391
|
+
|
|
2392
|
+
</span>
|
|
2285
2393
|
|
|
2286
2394
|
|
|
2287
2395
|
|
|
@@ -2353,13 +2461,17 @@
|
|
|
2353
2461
|
|
|
2354
2462
|
<tr class="deep-level-0">
|
|
2355
2463
|
|
|
2356
|
-
<td class="name"
|
|
2464
|
+
<td class="name"><code>bounds</code></td>
|
|
2357
2465
|
|
|
2358
2466
|
|
|
2359
2467
|
<td class="type">
|
|
2360
2468
|
|
|
2361
2469
|
|
|
2362
|
-
<span class="param-type">
|
|
2470
|
+
<span class="param-type">
|
|
2471
|
+
|
|
2472
|
+
L.bounds
|
|
2473
|
+
|
|
2474
|
+
</span>
|
|
2363
2475
|
|
|
2364
2476
|
|
|
2365
2477
|
|
|
@@ -2585,13 +2697,17 @@
|
|
|
2585
2697
|
|
|
2586
2698
|
<tr class="deep-level-0">
|
|
2587
2699
|
|
|
2588
|
-
<td class="name"
|
|
2700
|
+
<td class="name"><code>features</code></td>
|
|
2589
2701
|
|
|
2590
2702
|
|
|
2591
2703
|
<td class="type">
|
|
2592
2704
|
|
|
2593
2705
|
|
|
2594
|
-
<span class="param-type">
|
|
2706
|
+
<span class="param-type">
|
|
2707
|
+
|
|
2708
|
+
Array.<Zondy.Feature.Vector>
|
|
2709
|
+
|
|
2710
|
+
</span>
|
|
2595
2711
|
|
|
2596
2712
|
|
|
2597
2713
|
|
|
@@ -2726,13 +2842,17 @@
|
|
|
2726
2842
|
|
|
2727
2843
|
<tr class="deep-level-0">
|
|
2728
2844
|
|
|
2729
|
-
<td class="name"
|
|
2845
|
+
<td class="name"><code>opacity</code></td>
|
|
2730
2846
|
|
|
2731
2847
|
|
|
2732
2848
|
<td class="type">
|
|
2733
2849
|
|
|
2734
2850
|
|
|
2735
|
-
<span class="param-type">
|
|
2851
|
+
<span class="param-type">
|
|
2852
|
+
|
|
2853
|
+
number
|
|
2854
|
+
|
|
2855
|
+
</span>
|
|
2736
2856
|
|
|
2737
2857
|
|
|
2738
2858
|
|
|
@@ -2867,13 +2987,17 @@
|
|
|
2867
2987
|
|
|
2868
2988
|
<tr class="deep-level-0">
|
|
2869
2989
|
|
|
2870
|
-
<td class="name"
|
|
2990
|
+
<td class="name"><code>bounds</code></td>
|
|
2871
2991
|
|
|
2872
2992
|
|
|
2873
2993
|
<td class="type">
|
|
2874
2994
|
|
|
2875
2995
|
|
|
2876
|
-
<span class="param-type">
|
|
2996
|
+
<span class="param-type">
|
|
2997
|
+
|
|
2998
|
+
L.bounds
|
|
2999
|
+
|
|
3000
|
+
</span>
|
|
2877
3001
|
|
|
2878
3002
|
|
|
2879
3003
|
|
|
@@ -2976,12 +3100,12 @@
|
|
|
2976
3100
|
<tbody>
|
|
2977
3101
|
|
|
2978
3102
|
<tr class="deep-level-0">
|
|
2979
|
-
<td class="name"><code><a
|
|
3103
|
+
<td class="name"><code><a href="#changelayer">changelayer</a></code></td>
|
|
2980
3104
|
<td class="name"><code>changelayer</code></td>
|
|
2981
3105
|
</tr>
|
|
2982
3106
|
|
|
2983
3107
|
<tr class="deep-level-0">
|
|
2984
|
-
<td class="name"><code><a
|
|
3108
|
+
<td class="name"><code><a href="#featuresremoved">featuresremoved</a></code></td>
|
|
2985
3109
|
<td class="name"><code>featuresremoved</code></td>
|
|
2986
3110
|
</tr>
|
|
2987
3111
|
|
|
@@ -3057,7 +3181,11 @@
|
|
|
3057
3181
|
<td class="type">
|
|
3058
3182
|
|
|
3059
3183
|
|
|
3060
|
-
<span class="param-type">
|
|
3184
|
+
<span class="param-type">
|
|
3185
|
+
|
|
3186
|
+
Object
|
|
3187
|
+
|
|
3188
|
+
</span>
|
|
3061
3189
|
|
|
3062
3190
|
|
|
3063
3191
|
|
|
@@ -3081,7 +3209,11 @@
|
|
|
3081
3209
|
<td class="type">
|
|
3082
3210
|
|
|
3083
3211
|
|
|
3084
|
-
<span class="param-type">
|
|
3212
|
+
<span class="param-type">
|
|
3213
|
+
|
|
3214
|
+
string
|
|
3215
|
+
|
|
3216
|
+
</span>
|
|
3085
3217
|
|
|
3086
3218
|
|
|
3087
3219
|
|
|
@@ -3227,7 +3359,11 @@
|
|
|
3227
3359
|
<td class="type">
|
|
3228
3360
|
|
|
3229
3361
|
|
|
3230
|
-
<span class="param-type">
|
|
3362
|
+
<span class="param-type">
|
|
3363
|
+
|
|
3364
|
+
Array.<Zondy.Feature.Vector>
|
|
3365
|
+
|
|
3366
|
+
</span>
|
|
3231
3367
|
|
|
3232
3368
|
|
|
3233
3369
|
|
|
@@ -3251,7 +3387,11 @@
|
|
|
3251
3387
|
<td class="type">
|
|
3252
3388
|
|
|
3253
3389
|
|
|
3254
|
-
<span class="param-type">
|
|
3390
|
+
<span class="param-type">
|
|
3391
|
+
|
|
3392
|
+
boolean
|
|
3393
|
+
|
|
3394
|
+
</span>
|
|
3255
3395
|
|
|
3256
3396
|
|
|
3257
3397
|
|