@mapgis/webclient-leaflet-plugin 17.2.0 → 17.2.2

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 (36) hide show
  1. package/README.md +22 -4
  2. package/dist/es5/webclient-common.min.js +5 -5
  3. package/dist/es5/webclient-leaflet-plugin.min.js +6 -6
  4. package/dist/webclient-leaflet-plugin-es6.min.js +6 -6
  5. package/documention/ArcGISMapImageLayer.html +820 -0
  6. package/documention/ArcGISTileLayer.html +498 -0
  7. package/documention/EchartsLayer.html +261 -0
  8. package/documention/FeatureLayer.html +212 -0
  9. package/documention/FeatureLayerUtil.html +288 -0
  10. package/documention/IGSMapImageLayer.html +948 -0
  11. package/documention/IGSTileLayer.html +562 -0
  12. package/documention/MapLayer.html +330 -0
  13. package/documention/MapVLayer.html +320 -0
  14. package/documention/MapViewLeaflet.html +7 -7
  15. package/documention/Popup.html +4 -2
  16. package/documention/Screenshot.html +5 -3
  17. package/documention/SketchEditorLeaflet.html +76 -46
  18. package/documention/TileLayer.html +279 -0
  19. package/documention/TileLayerWMS.html +222 -0
  20. package/documention/VectorTileLayer.html +529 -0
  21. package/documention/WMSLayerView.html +689 -0
  22. package/documention/WebMapServiceLayer.html +723 -0
  23. package/documention/WebMapTileServiceLayer.html +754 -0
  24. package/documention/WebTileLayer.html +663 -0
  25. package/documention/Zondy.ThemeLayer.GeoFeatureThemeLayer.html +22 -22
  26. package/documention/Zondy.ThemeLayer.GraphThemeLayer.html +30 -30
  27. package/documention/Zondy.ThemeLayer.RandomThemeLayer.html +34 -34
  28. package/documention/Zondy.ThemeLayer.ThemeLayer.html +3 -3
  29. package/documention/Zondy.ThemeLayer.rangeThemeLayer.html +34 -34
  30. package/documention/Zondy.ThemeLayer.rankSymbolThemeLayer.html +47 -47
  31. package/documention/Zondy.ThemeLayer.simpleThemeLayer.html +33 -33
  32. package/documention/Zondy.ThemeLayer.uniqueThemeLayer.html +30 -30
  33. package/documention/Zondy.Widget.html +5 -5
  34. package/documention/global.html +454 -0
  35. package/documention/index.html +3 -3
  36. package/package.json +3 -2
@@ -0,0 +1,279 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">TileLayer</span>
5
+
6
+ </header>
7
+
8
+
9
+
10
+
11
+
12
+ <section>
13
+
14
+ <article>
15
+ <div class="container-overview">
16
+
17
+
18
+ <div class='vertical-section'>
19
+ <div class="members">
20
+ <div class="member">
21
+
22
+
23
+
24
+
25
+ <h4 class="name" id="TileLayer">
26
+ <a class="href-link" href="#TileLayer">#</a>
27
+
28
+ <span class="code-name" id="TileLayer" style="font-size:30px">
29
+
30
+ new TileLayer<span class="signature">(url, options)</span>
31
+
32
+ </span>
33
+ </h4>
34
+
35
+
36
+
37
+ <div class="description">
38
+ <p>带裁剪功能的瓦片图层基类</p>
39
+ </div>
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+ <h4>参数</h4>
51
+
52
+ <div class="table-container">
53
+ <table class="params table">
54
+ <thead>
55
+ <tr>
56
+
57
+ <th>名称</th>
58
+
59
+
60
+ <th>类型</th>
61
+
62
+
63
+
64
+ <th class="last">描述</th>
65
+ </tr>
66
+ </thead>
67
+
68
+ <tbody>
69
+
70
+
71
+
72
+ <tr class="deep-level-0">
73
+
74
+ <td class="name"><code>url</code></td>
75
+
76
+
77
+ <td class="type">
78
+
79
+
80
+ <span class="param-type">
81
+
82
+ String
83
+
84
+ </span>
85
+
86
+
87
+
88
+
89
+ </td>
90
+
91
+
92
+
93
+ <td class="description last"><p>服务基地址</p></td>
94
+ </tr>
95
+
96
+
97
+
98
+
99
+
100
+
101
+ <tr class="deep-level-0">
102
+
103
+ <td class="name"><code>options</code></td>
104
+
105
+
106
+ <td class="type">
107
+
108
+
109
+ <span class="param-type">
110
+
111
+ Object
112
+
113
+ </span>
114
+
115
+
116
+
117
+
118
+ </td>
119
+
120
+
121
+
122
+ <td class="description last"><p>额外构造参数</p></td>
123
+ </tr>
124
+
125
+
126
+
127
+
128
+ <tr class="deep-level-1">
129
+
130
+ <td class="name"><code>clippingArea</code></td>
131
+
132
+
133
+ <td class="type">
134
+
135
+
136
+ <span class="param-type">
137
+
138
+ Object
139
+
140
+ </span>
141
+
142
+
143
+
144
+
145
+ </td>
146
+
147
+
148
+
149
+ <td class="description last"><p>图层空间裁剪区域,需要传入geojson对象。仅支持多多边形裁剪、多边形裁剪。</p></td>
150
+ </tr>
151
+
152
+
153
+
154
+
155
+ <tr class="deep-level-1">
156
+
157
+ <td class="name"><code>httpMethod</code></td>
158
+
159
+
160
+ <td class="type">
161
+
162
+
163
+ <span class="param-type">
164
+
165
+ FetchMethod
166
+
167
+ </span>
168
+
169
+
170
+
171
+
172
+ </td>
173
+
174
+
175
+
176
+ <td class="description last"><p>http请求方式,默认为GET</p></td>
177
+ </tr>
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+ </tbody>
186
+ </table>
187
+ </div>
188
+
189
+
190
+
191
+
192
+
193
+
194
+ <dl class="details">
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+ </dl>
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+ </div>
252
+ </div>
253
+ </div>
254
+
255
+
256
+ </div>
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+ </article>
278
+
279
+ </section>
@@ -0,0 +1,222 @@
1
+ <header id="page-title" class="page-title">
2
+
3
+ <span class="page-title-main">类名</span>
4
+ <span class="page-title-sub">TileLayerWMS</span>
5
+
6
+ </header>
7
+
8
+
9
+
10
+
11
+
12
+ <section>
13
+
14
+ <article>
15
+ <div class="container-overview">
16
+
17
+
18
+ <div class='vertical-section'>
19
+ <div class="members">
20
+ <div class="member">
21
+
22
+
23
+
24
+
25
+ <h4 class="name" id="TileLayerWMS">
26
+ <a class="href-link" href="#TileLayerWMS">#</a>
27
+
28
+ <span class="code-name" id="TileLayerWMS" style="font-size:30px">
29
+
30
+ new TileLayerWMS<span class="signature">(url, options)</span>
31
+
32
+ </span>
33
+ </h4>
34
+
35
+
36
+
37
+ <div class="description">
38
+ <p>WMS图层基类(相比于原生的L.TileLayer.WMS, 此图层支持空间裁剪功能)</p>
39
+ </div>
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+ <h4>参数</h4>
51
+
52
+ <div class="table-container">
53
+ <table class="params table">
54
+ <thead>
55
+ <tr>
56
+
57
+ <th>名称</th>
58
+
59
+
60
+ <th>类型</th>
61
+
62
+
63
+
64
+ <th class="last">描述</th>
65
+ </tr>
66
+ </thead>
67
+
68
+ <tbody>
69
+
70
+
71
+
72
+ <tr class="deep-level-0">
73
+
74
+ <td class="name"><code>url</code></td>
75
+
76
+
77
+ <td class="type">
78
+
79
+
80
+ <span class="param-type">
81
+
82
+ String
83
+
84
+ </span>
85
+
86
+
87
+
88
+
89
+ </td>
90
+
91
+
92
+
93
+ <td class="description last"><p>服务基地址</p></td>
94
+ </tr>
95
+
96
+
97
+
98
+
99
+
100
+
101
+ <tr class="deep-level-0">
102
+
103
+ <td class="name"><code>options</code></td>
104
+
105
+
106
+ <td class="type">
107
+
108
+
109
+ <span class="param-type">
110
+
111
+ Object
112
+
113
+ </span>
114
+
115
+
116
+
117
+
118
+ </td>
119
+
120
+
121
+
122
+ <td class="description last"><p>额外构造参数</p></td>
123
+ </tr>
124
+
125
+
126
+
127
+
128
+ </tbody>
129
+ </table>
130
+ </div>
131
+
132
+
133
+
134
+
135
+
136
+
137
+ <dl class="details">
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+ </dl>
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+ </div>
195
+ </div>
196
+ </div>
197
+
198
+
199
+ </div>
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+ </article>
221
+
222
+ </section>