@mapgis/webclient-leaflet-plugin 17.0.2 → 17.0.4
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 +9 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/es5/webclient-leaflet-plugin.min.js +1 -1
- package/dist/webclient-leaflet-plugin-es6.min.js +5 -5
- package/documention/DrawControl.html +10 -7
- package/documention/L.zondy.MapvBaseLayer.html +9 -3
- package/documention/MapViewLeaflet.html +171 -47
- package/documention/Popup.html +31 -9
- package/documention/Screenshot.html +16 -11
- package/documention/SketchEditorLeaflet.html +50 -17
- package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +85 -39
- package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +115 -45
- package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +105 -54
- package/documention/Zondy.ThemeLayer.ThemeLayer.html +52 -17
- package/documention/Zondy.ThemeLayer.ThemeStyle.html +112 -28
- package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +113 -58
- package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +136 -62
- package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +104 -54
- package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +107 -55
- package/documention/Zondy.Widget.html +5 -0
- package/documention/Zondy.view.UI.html +3 -0
- package/documention/global.html +4 -0
- package/documention/scripts/sideBar.js +28 -6
- package/package.json +1 -1
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
<span class="param-type">Object</span>
|
|
81
81
|
|
|
82
82
|
|
|
83
|
+
|
|
83
84
|
|
|
84
85
|
</td>
|
|
85
86
|
|
|
@@ -99,7 +100,8 @@
|
|
|
99
100
|
<td class="type">
|
|
100
101
|
|
|
101
102
|
|
|
102
|
-
<span class="param-type"><a class="mapgis-link-name" title="complete" global.html#complete>complete</a></span>
|
|
103
|
+
<span class="param-type"><a link="complete.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="complete" global.html#complete>complete</a></span>
|
|
104
|
+
|
|
103
105
|
|
|
104
106
|
|
|
105
107
|
|
|
@@ -259,7 +261,7 @@ mapView.ui.add(drawControl)</code></pre>
|
|
|
259
261
|
|
|
260
262
|
|
|
261
263
|
<ul>
|
|
262
|
-
<li><a class="mapgis-link-name" title="Widget" Widget.html>Widget</a></li>
|
|
264
|
+
<li><a link="Widget.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Widget" Widget.html>Widget</a></li>
|
|
263
265
|
</ul>
|
|
264
266
|
|
|
265
267
|
|
|
@@ -294,7 +296,7 @@ mapView.ui.add(drawControl)</code></pre>
|
|
|
294
296
|
<tbody>
|
|
295
297
|
|
|
296
298
|
<tr class="deep-level-0">
|
|
297
|
-
<td class="name"><code><a href="
|
|
299
|
+
<td class="name"><code><a href="#destory">destory</a></code></td>
|
|
298
300
|
<td class="name">
|
|
299
301
|
<code>
|
|
300
302
|
|
|
@@ -304,7 +306,7 @@ mapView.ui.add(drawControl)</code></pre>
|
|
|
304
306
|
</tr>
|
|
305
307
|
|
|
306
308
|
<tr class="deep-level-0">
|
|
307
|
-
<td class="name"><code><a href="
|
|
309
|
+
<td class="name"><code><a href="#destroy">destroy</a></code></td>
|
|
308
310
|
<td class="name">
|
|
309
311
|
<code>
|
|
310
312
|
|
|
@@ -314,7 +316,7 @@ mapView.ui.add(drawControl)</code></pre>
|
|
|
314
316
|
</tr>
|
|
315
317
|
|
|
316
318
|
<tr class="deep-level-0">
|
|
317
|
-
<td class="name"><code><a href="
|
|
319
|
+
<td class="name"><code><a href="#end">end</a></code></td>
|
|
318
320
|
<td class="name">
|
|
319
321
|
<code>
|
|
320
322
|
|
|
@@ -324,7 +326,7 @@ mapView.ui.add(drawControl)</code></pre>
|
|
|
324
326
|
</tr>
|
|
325
327
|
|
|
326
328
|
<tr class="deep-level-0">
|
|
327
|
-
<td class="name"><code><a href="
|
|
329
|
+
<td class="name"><code><a href="#start">start</a></code></td>
|
|
328
330
|
<td class="name">
|
|
329
331
|
<code>
|
|
330
332
|
|
|
@@ -471,7 +473,7 @@ mapView.ui.add(drawControl)</code></pre>
|
|
|
471
473
|
|
|
472
474
|
<dt class="inherited-from">Inherited From:</dt>
|
|
473
475
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
474
|
-
<a class="mapgis-link-name" title="Widget#destroy" Widget.html#destroy>Widget#destroy</a>
|
|
476
|
+
<a goto="destroy" link="Widget.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Widget#destroy" Widget.html#destroy>Widget#destroy</a>
|
|
475
477
|
</li></ul></dd>
|
|
476
478
|
|
|
477
479
|
|
|
@@ -678,6 +680,7 @@ mapView.ui.add(drawControl)</code></pre>
|
|
|
678
680
|
<span class="param-type">String</span>
|
|
679
681
|
|
|
680
682
|
|
|
683
|
+
|
|
681
684
|
|
|
682
685
|
</td>
|
|
683
686
|
|
|
@@ -76,6 +76,7 @@
|
|
|
76
76
|
<span class="param-type">Object</span>
|
|
77
77
|
|
|
78
78
|
|
|
79
|
+
|
|
79
80
|
|
|
80
81
|
</td>
|
|
81
82
|
|
|
@@ -100,6 +101,7 @@
|
|
|
100
101
|
<span class="param-type">MapvDataSet</span>
|
|
101
102
|
|
|
102
103
|
|
|
104
|
+
|
|
103
105
|
|
|
104
106
|
</td>
|
|
105
107
|
|
|
@@ -124,6 +126,7 @@
|
|
|
124
126
|
<span class="param-type">MapvOption</span>
|
|
125
127
|
|
|
126
128
|
|
|
129
|
+
|
|
127
130
|
|
|
128
131
|
</td>
|
|
129
132
|
|
|
@@ -148,6 +151,7 @@
|
|
|
148
151
|
<span class="param-type">Object</span>
|
|
149
152
|
|
|
150
153
|
|
|
154
|
+
|
|
151
155
|
|
|
152
156
|
</td>
|
|
153
157
|
|
|
@@ -308,7 +312,7 @@
|
|
|
308
312
|
<tbody>
|
|
309
313
|
|
|
310
314
|
<tr class="deep-level-0">
|
|
311
|
-
<td class="name"><code><a href="
|
|
315
|
+
<td class="name"><code><a href="#clickEvent">clickEvent</a></code></td>
|
|
312
316
|
<td class="name">
|
|
313
317
|
<code>
|
|
314
318
|
|
|
@@ -318,7 +322,7 @@
|
|
|
318
322
|
</tr>
|
|
319
323
|
|
|
320
324
|
<tr class="deep-level-0">
|
|
321
|
-
<td class="name"><code><a href="
|
|
325
|
+
<td class="name"><code><a href="#initDevicePixelRatio">initDevicePixelRatio</a></code></td>
|
|
322
326
|
<td class="name">
|
|
323
327
|
<code>
|
|
324
328
|
|
|
@@ -329,7 +333,7 @@
|
|
|
329
333
|
</tr>
|
|
330
334
|
|
|
331
335
|
<tr class="deep-level-0">
|
|
332
|
-
<td class="name"><code><a href="
|
|
336
|
+
<td class="name"><code><a href="#mousemoveEvent">mousemoveEvent</a></code></td>
|
|
333
337
|
<td class="name">
|
|
334
338
|
<code>
|
|
335
339
|
|
|
@@ -405,6 +409,7 @@
|
|
|
405
409
|
<span class="param-type">Object</span>
|
|
406
410
|
|
|
407
411
|
|
|
412
|
+
|
|
408
413
|
|
|
409
414
|
</td>
|
|
410
415
|
|
|
@@ -652,6 +657,7 @@ clickEvent(pixel, e) {
|
|
|
652
657
|
<span class="param-type">Object</span>
|
|
653
658
|
|
|
654
659
|
|
|
660
|
+
|
|
655
661
|
|
|
656
662
|
</td>
|
|
657
663
|
|