@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
@@ -71,13 +71,18 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
85
+
81
86
 
82
87
 
83
88
 
@@ -93,13 +98,18 @@
93
98
 
94
99
  <tr class="deep-level-1">
95
100
 
96
- <td class="name" id="complete"><code>complete</code></td>
101
+ <td class="name"><code>complete</code></td>
97
102
 
98
103
 
99
104
  <td class="type">
100
105
 
101
106
 
102
- <span class="param-type"><a class="mapgis-link-name" title="complete" global.html#complete>complete</a></span>
107
+ <span class="param-type">
108
+
109
+ <a link="complete.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="complete" global.html#complete>complete</a>
110
+
111
+ </span>
112
+
103
113
 
104
114
 
105
115
 
@@ -259,7 +269,7 @@ mapView.ui.add(drawControl)</code></pre>
259
269
 
260
270
 
261
271
  <ul>
262
- <li><a class="mapgis-link-name" title="Widget" Widget.html>Widget</a></li>
272
+ <li><a link="Widget.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Widget" Widget.html>Widget</a></li>
263
273
  </ul>
264
274
 
265
275
 
@@ -294,7 +304,7 @@ mapView.ui.add(drawControl)</code></pre>
294
304
  <tbody>
295
305
 
296
306
  <tr class="deep-level-0">
297
- <td class="name"><code><a href="DrawControl.html#destory">destory</a></code></td>
307
+ <td class="name"><code><a href="#destory">destory</a></code></td>
298
308
  <td class="name">
299
309
  <code>
300
310
 
@@ -304,7 +314,7 @@ mapView.ui.add(drawControl)</code></pre>
304
314
  </tr>
305
315
 
306
316
  <tr class="deep-level-0">
307
- <td class="name"><code><a href="DrawControl.html#destroy">destroy</a></code></td>
317
+ <td class="name"><code><a href="#destroy">destroy</a></code></td>
308
318
  <td class="name">
309
319
  <code>
310
320
 
@@ -314,7 +324,7 @@ mapView.ui.add(drawControl)</code></pre>
314
324
  </tr>
315
325
 
316
326
  <tr class="deep-level-0">
317
- <td class="name"><code><a href="DrawControl.html#end">end</a></code></td>
327
+ <td class="name"><code><a href="#end">end</a></code></td>
318
328
  <td class="name">
319
329
  <code>
320
330
 
@@ -324,7 +334,7 @@ mapView.ui.add(drawControl)</code></pre>
324
334
  </tr>
325
335
 
326
336
  <tr class="deep-level-0">
327
- <td class="name"><code><a href="DrawControl.html#start">start</a></code></td>
337
+ <td class="name"><code><a href="#start">start</a></code></td>
328
338
  <td class="name">
329
339
  <code>
330
340
 
@@ -471,7 +481,7 @@ mapView.ui.add(drawControl)</code></pre>
471
481
 
472
482
  <dt class="inherited-from">Inherited From:</dt>
473
483
  <dd class="inherited-from"><ul class="dummy"><li>
474
- <a class="mapgis-link-name" title="Widget#destroy" Widget.html#destroy>Widget#destroy</a>
484
+ <a goto="destroy" link="Widget.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Widget#destroy" Widget.html#destroy>Widget#destroy</a>
475
485
  </li></ul></dd>
476
486
 
477
487
 
@@ -669,13 +679,18 @@ mapView.ui.add(drawControl)</code></pre>
669
679
 
670
680
  <tr class="deep-level-0">
671
681
 
672
- <td class="name" id="type"><code>type</code></td>
682
+ <td class="name"><code>type</code></td>
673
683
 
674
684
 
675
685
  <td class="type">
676
686
 
677
687
 
678
- <span class="param-type">String</span>
688
+ <span class="param-type">
689
+
690
+ String
691
+
692
+ </span>
693
+
679
694
 
680
695
 
681
696
 
@@ -693,7 +708,7 @@ mapView.ui.add(drawControl)</code></pre>
693
708
 
694
709
  <tr class="deep-level-0">
695
710
 
696
- <td class="name" id="drawOptions"><code>drawOptions</code></td>
711
+ <td class="name"><code>drawOptions</code></td>
697
712
 
698
713
 
699
714
  <td class="type">
@@ -67,13 +67,18 @@
67
67
 
68
68
  <tr class="deep-level-0">
69
69
 
70
- <td class="name" id="map"><code>map</code></td>
70
+ <td class="name"><code>map</code></td>
71
71
 
72
72
 
73
73
  <td class="type">
74
74
 
75
75
 
76
- <span class="param-type">Object</span>
76
+ <span class="param-type">
77
+
78
+ Object
79
+
80
+ </span>
81
+
77
82
 
78
83
 
79
84
 
@@ -91,13 +96,18 @@
91
96
 
92
97
  <tr class="deep-level-0">
93
98
 
94
- <td class="name" id="dataSet"><code>dataSet</code></td>
99
+ <td class="name"><code>dataSet</code></td>
95
100
 
96
101
 
97
102
  <td class="type">
98
103
 
99
104
 
100
- <span class="param-type">MapvDataSet</span>
105
+ <span class="param-type">
106
+
107
+ MapvDataSet
108
+
109
+ </span>
110
+
101
111
 
102
112
 
103
113
 
@@ -115,13 +125,18 @@
115
125
 
116
126
  <tr class="deep-level-0">
117
127
 
118
- <td class="name" id="options"><code>options</code></td>
128
+ <td class="name"><code>options</code></td>
119
129
 
120
130
 
121
131
  <td class="type">
122
132
 
123
133
 
124
- <span class="param-type">MapvOption</span>
134
+ <span class="param-type">
135
+
136
+ MapvOption
137
+
138
+ </span>
139
+
125
140
 
126
141
 
127
142
 
@@ -139,13 +154,18 @@
139
154
 
140
155
  <tr class="deep-level-0">
141
156
 
142
- <td class="name" id="leafletLayer"><code>leafletLayer</code></td>
157
+ <td class="name"><code>leafletLayer</code></td>
143
158
 
144
159
 
145
160
  <td class="type">
146
161
 
147
162
 
148
- <span class="param-type">Object</span>
163
+ <span class="param-type">
164
+
165
+ Object
166
+
167
+ </span>
168
+
149
169
 
150
170
 
151
171
 
@@ -308,7 +328,7 @@
308
328
  <tbody>
309
329
 
310
330
  <tr class="deep-level-0">
311
- <td class="name"><code><a href="L.zondy.MapvBaseLayer.html#clickEvent">clickEvent</a></code></td>
331
+ <td class="name"><code><a href="#clickEvent">clickEvent</a></code></td>
312
332
  <td class="name">
313
333
  <code>
314
334
 
@@ -318,7 +338,7 @@
318
338
  </tr>
319
339
 
320
340
  <tr class="deep-level-0">
321
- <td class="name"><code><a href="L.zondy.MapvBaseLayer.html#initDevicePixelRatio">initDevicePixelRatio</a></code></td>
341
+ <td class="name"><code><a href="#initDevicePixelRatio">initDevicePixelRatio</a></code></td>
322
342
  <td class="name">
323
343
  <code>
324
344
 
@@ -329,7 +349,7 @@
329
349
  </tr>
330
350
 
331
351
  <tr class="deep-level-0">
332
- <td class="name"><code><a href="L.zondy.MapvBaseLayer.html#mousemoveEvent">mousemoveEvent</a></code></td>
352
+ <td class="name"><code><a href="#mousemoveEvent">mousemoveEvent</a></code></td>
333
353
  <td class="name">
334
354
  <code>
335
355
 
@@ -396,13 +416,18 @@
396
416
 
397
417
  <tr class="deep-level-0">
398
418
 
399
- <td class="name" id="e"><code>e</code></td>
419
+ <td class="name"><code>e</code></td>
400
420
 
401
421
 
402
422
  <td class="type">
403
423
 
404
424
 
405
- <span class="param-type">Object</span>
425
+ <span class="param-type">
426
+
427
+ Object
428
+
429
+ </span>
430
+
406
431
 
407
432
 
408
433
 
@@ -643,13 +668,18 @@ clickEvent(pixel, e) {
643
668
 
644
669
  <tr class="deep-level-0">
645
670
 
646
- <td class="name" id="e"><code>e</code></td>
671
+ <td class="name"><code>e</code></td>
647
672
 
648
673
 
649
674
  <td class="type">
650
675
 
651
676
 
652
- <span class="param-type">Object</span>
677
+ <span class="param-type">
678
+
679
+ Object
680
+
681
+ </span>
682
+
653
683
 
654
684
 
655
685