@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.
Files changed (27) hide show
  1. package/README.md +25 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/es5/webclient-leaflet-plugin.min.js +2 -2
  4. package/dist/webclient-leaflet-plugin-es6.min.js +8 -8
  5. package/documention/DrawControl.html +28 -13
  6. package/documention/L.zondy.MapvBaseLayer.html +45 -15
  7. package/documention/MapViewLeaflet.html +903 -263
  8. package/documention/Popup.html +156 -42
  9. package/documention/Screenshot.html +46 -21
  10. package/documention/SketchEditorLeaflet.html +261 -88
  11. package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +352 -122
  12. package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +525 -175
  13. package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +395 -140
  14. package/documention/Zondy.ThemeLayer.ThemeLayer.html +253 -78
  15. package/documention/Zondy.ThemeLayer.ThemeStyle.html +560 -140
  16. package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +423 -148
  17. package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +557 -187
  18. package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +388 -138
  19. package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +403 -143
  20. package/documention/Zondy.Widget.html +45 -12
  21. package/documention/Zondy.view.UI.html +26 -7
  22. package/documention/global.html +28 -8
  23. package/documention/index.html +4 -4
  24. package/documention/scripts/sideBar.js +133 -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
@@ -69,13 +69,18 @@
69
69
 
70
70
  <tr class="deep-level-0">
71
71
 
72
- <td class="name" id="name"><code>name</code></td>
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">string</span>
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" id="options"><code>options</code></td>
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">Object</span>
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" id="id"><code>id</code></td>
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">string</span>
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" id="opacity"><code>opacity</code></td>
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">number</span>
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 class="mapgis-link-name" title="Zondy.ThemeLayer.ThemeLayer#event:featuresremoved" Zondy.ThemeLayer.ThemeLayer.html#event:featuresremoved>Zondy.ThemeLayer.ThemeLayer#event:featuresremoved</a></li>
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="Zondy.ThemeLayer.ThemeLayer.html#addFeatures">addFeatures</a></code></td>
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="Zondy.ThemeLayer.ThemeLayer.html#destroyFeatures">destroyFeatures</a></code></td>
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="Zondy.ThemeLayer.ThemeLayer.html#getEvents">getEvents</a></code></td>
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">Object</span>
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="Zondy.ThemeLayer.ThemeLayer.html#getFeatureBy">getFeatureBy</a></code></td>
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="Zondy.ThemeLayer.ThemeLayer.html#getFeatureById">getFeatureById</a></code></td>
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="Zondy.ThemeLayer.ThemeLayer.html#getFeatures">getFeatures</a></code></td>
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">Array</span>
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="Zondy.ThemeLayer.ThemeLayer.html#getFeaturesByAttribute">getFeaturesByAttribute</a></code></td>
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">Array</span>
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="Zondy.ThemeLayer.ThemeLayer.html#getLocalXY">getLocalXY</a></code></td>
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="Zondy.ThemeLayer.ThemeLayer.html#off">off</a></code></td>
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="Zondy.ThemeLayer.ThemeLayer.html#on">on</a></code></td>
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="Zondy.ThemeLayer.ThemeLayer.html#onRemove">onRemove</a></code></td>
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="Zondy.ThemeLayer.ThemeLayer.html#redraw">redraw</a></code></td>
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">boolean</span>
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="Zondy.ThemeLayer.ThemeLayer.html#redrawThematicFeatures">redrawThematicFeatures</a></code></td>
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="Zondy.ThemeLayer.ThemeLayer.html#removeAllFeatures">removeAllFeatures</a></code></td>
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="Zondy.ThemeLayer.ThemeLayer.html#removeFeatures">removeFeatures</a></code></td>
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="Zondy.ThemeLayer.ThemeLayer.html#setOpacity">setOpacity</a></code></td>
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="Zondy.ThemeLayer.ThemeLayer.html#update">update</a></code></td>
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" id="features"><code>features</code></td>
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">Object</span>
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" id="features"><code>features</code></td>
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">Array.&lt;Zondy.Feature.Vector></span>
743
+ <span class="param-type">
744
+
745
+ Array.&lt;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">Object</span>
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" id="property"><code>property</code></td>
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">string</span>
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" id="value"><code>value</code></td>
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">string</span>
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" id="featureId"><code>featureId</code></td>
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">number</span>
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">Array</span>
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" id="attrName"><code>attrName</code></td>
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">string</span>
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" id="attrValue"><code>attrValue</code></td>
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">string</span>
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">Array</span>
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" id="coordinate"><code>coordinate</code></td>
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">Array</span>
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" id="event"><code>event</code></td>
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">Event</span>
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" id="callback"><code>callback</code></td>
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">function</span>
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" id="context"><code>context</code></td>
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">string</span>
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" id="event"><code>event</code></td>
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">Event</span>
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" id="callback"><code>callback</code></td>
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">function</span>
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" id="context"><code>context</code></td>
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">string</span>
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" id="map"><code>map</code></td>
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">L.Map</span>
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">boolean</span>
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" id="bounds"><code>bounds</code></td>
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">L.bounds</span>
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" id="features"><code>features</code></td>
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">Array.&lt;Zondy.Feature.Vector></span>
2706
+ <span class="param-type">
2707
+
2708
+ Array.&lt;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" id="opacity"><code>opacity</code></td>
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">number</span>
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" id="bounds"><code>bounds</code></td>
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">L.bounds</span>
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 href="Zondy.ThemeLayer.ThemeLayer.html#changelayer">changelayer</a></code></td>
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 href="Zondy.ThemeLayer.ThemeLayer.html#featuresremoved">featuresremoved</a></code></td>
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">Object</span>
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">string</span>
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">Array.&lt;Zondy.Feature.Vector></span>
3362
+ <span class="param-type">
3363
+
3364
+ Array.&lt;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">boolean</span>
3390
+ <span class="param-type">
3391
+
3392
+ boolean
3393
+
3394
+ </span>
3395
+
3221
3396
 
3222
3397
 
3223
3398