@mapgis/webclient-mapboxgl-plugin 17.0.4 → 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.
- package/README.md +16 -0
- package/dist/es5/webclient-common.min.js +1 -1
- package/dist/es5/webclient-mapboxgl-plugin.min.js +1 -1
- package/dist/webclient-mapboxgl-plugin-es6.min.js +1 -1
- package/documention/EchartsLayer.html +12 -4
- package/documention/MapViewMapboxgl.html +350 -123
- package/documention/Popup.html +125 -33
- package/documention/Screenshot.html +30 -10
- package/documention/SketchEditorMapboxgl.html +211 -71
- package/documention/index.html +4 -4
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapvLayer.html +19 -7
- package/documention/scripts/sideBar.js +111 -6
- package/package.json +1 -1
package/documention/Popup.html
CHANGED
|
@@ -81,13 +81,17 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
81
81
|
|
|
82
82
|
<tr class="deep-level-0">
|
|
83
83
|
|
|
84
|
-
<td class="name"
|
|
84
|
+
<td class="name"><code>options</code></td>
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
<td class="type">
|
|
88
88
|
|
|
89
89
|
|
|
90
|
-
<span class="param-type">
|
|
90
|
+
<span class="param-type">
|
|
91
|
+
|
|
92
|
+
Object
|
|
93
|
+
|
|
94
|
+
</span>
|
|
91
95
|
|
|
92
96
|
|
|
93
97
|
|
|
@@ -104,13 +108,17 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
104
108
|
|
|
105
109
|
<tr class="deep-level-1">
|
|
106
110
|
|
|
107
|
-
<td class="name"
|
|
111
|
+
<td class="name"><code>view</code></td>
|
|
108
112
|
|
|
109
113
|
|
|
110
114
|
<td class="type">
|
|
111
115
|
|
|
112
116
|
|
|
113
|
-
<span class="param-type"
|
|
117
|
+
<span class="param-type">
|
|
118
|
+
|
|
119
|
+
<a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
|
|
120
|
+
|
|
121
|
+
</span>
|
|
114
122
|
|
|
115
123
|
|
|
116
124
|
|
|
@@ -127,13 +135,17 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
127
135
|
|
|
128
136
|
<tr class="deep-level-1">
|
|
129
137
|
|
|
130
|
-
<td class="name"
|
|
138
|
+
<td class="name"><code>id</code></td>
|
|
131
139
|
|
|
132
140
|
|
|
133
141
|
<td class="type">
|
|
134
142
|
|
|
135
143
|
|
|
136
|
-
<span class="param-type">
|
|
144
|
+
<span class="param-type">
|
|
145
|
+
|
|
146
|
+
String
|
|
147
|
+
|
|
148
|
+
</span>
|
|
137
149
|
|
|
138
150
|
|
|
139
151
|
|
|
@@ -150,13 +162,17 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
150
162
|
|
|
151
163
|
<tr class="deep-level-1">
|
|
152
164
|
|
|
153
|
-
<td class="name"
|
|
165
|
+
<td class="name"><code>location</code></td>
|
|
154
166
|
|
|
155
167
|
|
|
156
168
|
<td class="type">
|
|
157
169
|
|
|
158
170
|
|
|
159
|
-
<span class="param-type">
|
|
171
|
+
<span class="param-type">
|
|
172
|
+
|
|
173
|
+
Point
|
|
174
|
+
|
|
175
|
+
</span>
|
|
160
176
|
|
|
161
177
|
|
|
162
178
|
|
|
@@ -173,13 +189,17 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
173
189
|
|
|
174
190
|
<tr class="deep-level-1">
|
|
175
191
|
|
|
176
|
-
<td class="name"
|
|
192
|
+
<td class="name"><code>title</code></td>
|
|
177
193
|
|
|
178
194
|
|
|
179
195
|
<td class="type">
|
|
180
196
|
|
|
181
197
|
|
|
182
|
-
<span class="param-type">
|
|
198
|
+
<span class="param-type">
|
|
199
|
+
|
|
200
|
+
String
|
|
201
|
+
|
|
202
|
+
</span>
|
|
183
203
|
|
|
184
204
|
|
|
185
205
|
|
|
@@ -196,16 +216,24 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
196
216
|
|
|
197
217
|
<tr class="deep-level-1">
|
|
198
218
|
|
|
199
|
-
<td class="name"
|
|
219
|
+
<td class="name"><code>content</code></td>
|
|
200
220
|
|
|
201
221
|
|
|
202
222
|
<td class="type">
|
|
203
223
|
|
|
204
224
|
|
|
205
|
-
<span class="param-type">
|
|
225
|
+
<span class="param-type">
|
|
226
|
+
|
|
227
|
+
String
|
|
228
|
+
|
|
229
|
+
</span>
|
|
206
230
|
|
|
|
207
231
|
|
|
208
|
-
<span class="param-type">
|
|
232
|
+
<span class="param-type">
|
|
233
|
+
|
|
234
|
+
HTMLElement
|
|
235
|
+
|
|
236
|
+
</span>
|
|
209
237
|
|
|
210
238
|
|
|
211
239
|
|
|
@@ -222,13 +250,17 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
222
250
|
|
|
223
251
|
<tr class="deep-level-1">
|
|
224
252
|
|
|
225
|
-
<td class="name"
|
|
253
|
+
<td class="name"><code>alignment</code></td>
|
|
226
254
|
|
|
227
255
|
|
|
228
256
|
<td class="type">
|
|
229
257
|
|
|
230
258
|
|
|
231
|
-
<span class="param-type">
|
|
259
|
+
<span class="param-type">
|
|
260
|
+
|
|
261
|
+
String
|
|
262
|
+
|
|
263
|
+
</span>
|
|
232
264
|
|
|
233
265
|
|
|
234
266
|
|
|
@@ -245,13 +277,17 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
245
277
|
|
|
246
278
|
<tr class="deep-level-1">
|
|
247
279
|
|
|
248
|
-
<td class="name"
|
|
280
|
+
<td class="name"><code>defaultButtons</code></td>
|
|
249
281
|
|
|
250
282
|
|
|
251
283
|
<td class="type">
|
|
252
284
|
|
|
253
285
|
|
|
254
|
-
<span class="param-type">
|
|
286
|
+
<span class="param-type">
|
|
287
|
+
|
|
288
|
+
Array
|
|
289
|
+
|
|
290
|
+
</span>
|
|
255
291
|
|
|
256
292
|
|
|
257
293
|
|
|
@@ -423,7 +459,11 @@ mapView.popup.close(popupObj)
|
|
|
423
459
|
<td class="name">
|
|
424
460
|
<code>
|
|
425
461
|
|
|
426
|
-
<span class="param-type">
|
|
462
|
+
<span class="param-type">
|
|
463
|
+
|
|
464
|
+
String
|
|
465
|
+
|
|
466
|
+
</span>
|
|
427
467
|
|
|
428
468
|
|
|
429
469
|
|
|
@@ -437,7 +477,11 @@ mapView.popup.close(popupObj)
|
|
|
437
477
|
<td class="name">
|
|
438
478
|
<code>
|
|
439
479
|
|
|
440
|
-
<span class="param-type">
|
|
480
|
+
<span class="param-type">
|
|
481
|
+
|
|
482
|
+
String
|
|
483
|
+
|
|
484
|
+
</span>
|
|
441
485
|
|
|
442
486
|
|
|
443
487
|
|
|
@@ -451,7 +495,11 @@ mapView.popup.close(popupObj)
|
|
|
451
495
|
<td class="name">
|
|
452
496
|
<code>
|
|
453
497
|
|
|
454
|
-
<span class="param-type">
|
|
498
|
+
<span class="param-type">
|
|
499
|
+
|
|
500
|
+
Array
|
|
501
|
+
|
|
502
|
+
</span>
|
|
455
503
|
|
|
456
504
|
|
|
457
505
|
|
|
@@ -465,7 +513,11 @@ mapView.popup.close(popupObj)
|
|
|
465
513
|
<td class="name">
|
|
466
514
|
<code>
|
|
467
515
|
|
|
468
|
-
<span class="param-type">
|
|
516
|
+
<span class="param-type">
|
|
517
|
+
|
|
518
|
+
String
|
|
519
|
+
|
|
520
|
+
</span>
|
|
469
521
|
|
|
470
522
|
|
|
471
523
|
|
|
@@ -479,7 +531,11 @@ mapView.popup.close(popupObj)
|
|
|
479
531
|
<td class="name">
|
|
480
532
|
<code>
|
|
481
533
|
|
|
482
|
-
<span class="param-type">
|
|
534
|
+
<span class="param-type">
|
|
535
|
+
|
|
536
|
+
String
|
|
537
|
+
|
|
538
|
+
</span>
|
|
483
539
|
|
|
484
540
|
|
|
485
541
|
|
|
@@ -493,7 +549,11 @@ mapView.popup.close(popupObj)
|
|
|
493
549
|
<td class="name">
|
|
494
550
|
<code>
|
|
495
551
|
|
|
496
|
-
<span class="param-type"
|
|
552
|
+
<span class="param-type">
|
|
553
|
+
|
|
554
|
+
<a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
|
|
555
|
+
|
|
556
|
+
</span>
|
|
497
557
|
|
|
498
558
|
|
|
499
559
|
|
|
@@ -513,7 +573,11 @@ mapView.popup.close(popupObj)
|
|
|
513
573
|
<span class="method-parameter is-pulled-right">
|
|
514
574
|
<label>类型:</label>
|
|
515
575
|
|
|
516
|
-
<span class="param-type">
|
|
576
|
+
<span class="param-type">
|
|
577
|
+
|
|
578
|
+
String
|
|
579
|
+
|
|
580
|
+
</span>
|
|
517
581
|
|
|
518
582
|
|
|
519
583
|
|
|
@@ -584,7 +648,11 @@ mapView.popup.close(popupObj)
|
|
|
584
648
|
<span class="method-parameter is-pulled-right">
|
|
585
649
|
<label>类型:</label>
|
|
586
650
|
|
|
587
|
-
<span class="param-type">
|
|
651
|
+
<span class="param-type">
|
|
652
|
+
|
|
653
|
+
String
|
|
654
|
+
|
|
655
|
+
</span>
|
|
588
656
|
|
|
589
657
|
|
|
590
658
|
|
|
@@ -655,7 +723,11 @@ mapView.popup.close(popupObj)
|
|
|
655
723
|
<span class="method-parameter is-pulled-right">
|
|
656
724
|
<label>类型:</label>
|
|
657
725
|
|
|
658
|
-
<span class="param-type">
|
|
726
|
+
<span class="param-type">
|
|
727
|
+
|
|
728
|
+
Array
|
|
729
|
+
|
|
730
|
+
</span>
|
|
659
731
|
|
|
660
732
|
|
|
661
733
|
|
|
@@ -726,7 +798,11 @@ mapView.popup.close(popupObj)
|
|
|
726
798
|
<span class="method-parameter is-pulled-right">
|
|
727
799
|
<label>类型:</label>
|
|
728
800
|
|
|
729
|
-
<span class="param-type">
|
|
801
|
+
<span class="param-type">
|
|
802
|
+
|
|
803
|
+
String
|
|
804
|
+
|
|
805
|
+
</span>
|
|
730
806
|
|
|
731
807
|
|
|
732
808
|
|
|
@@ -797,7 +873,11 @@ mapView.popup.close(popupObj)
|
|
|
797
873
|
<span class="method-parameter is-pulled-right">
|
|
798
874
|
<label>类型:</label>
|
|
799
875
|
|
|
800
|
-
<span class="param-type">
|
|
876
|
+
<span class="param-type">
|
|
877
|
+
|
|
878
|
+
String
|
|
879
|
+
|
|
880
|
+
</span>
|
|
801
881
|
|
|
802
882
|
|
|
803
883
|
|
|
@@ -868,7 +948,11 @@ mapView.popup.close(popupObj)
|
|
|
868
948
|
<span class="method-parameter is-pulled-right">
|
|
869
949
|
<label>类型:</label>
|
|
870
950
|
|
|
871
|
-
<span class="param-type"
|
|
951
|
+
<span class="param-type">
|
|
952
|
+
|
|
953
|
+
<a link="MapView.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapView" MapView.html>MapView</a>
|
|
954
|
+
|
|
955
|
+
</span>
|
|
872
956
|
|
|
873
957
|
|
|
874
958
|
|
|
@@ -1133,13 +1217,17 @@ mapView.popup.close(popupObj)
|
|
|
1133
1217
|
|
|
1134
1218
|
<tr class="deep-level-0">
|
|
1135
1219
|
|
|
1136
|
-
<td class="name"
|
|
1220
|
+
<td class="name"><code>options</code></td>
|
|
1137
1221
|
|
|
1138
1222
|
|
|
1139
1223
|
<td class="type">
|
|
1140
1224
|
|
|
1141
1225
|
|
|
1142
|
-
<span class="param-type">
|
|
1226
|
+
<span class="param-type">
|
|
1227
|
+
|
|
1228
|
+
Object
|
|
1229
|
+
|
|
1230
|
+
</span>
|
|
1143
1231
|
|
|
1144
1232
|
|
|
1145
1233
|
|
|
@@ -1274,13 +1362,17 @@ mapView.popup.close(popupObj)
|
|
|
1274
1362
|
|
|
1275
1363
|
<tr class="deep-level-0">
|
|
1276
1364
|
|
|
1277
|
-
<td class="name"
|
|
1365
|
+
<td class="name"><code>options</code></td>
|
|
1278
1366
|
|
|
1279
1367
|
|
|
1280
1368
|
<td class="type">
|
|
1281
1369
|
|
|
1282
1370
|
|
|
1283
|
-
<span class="param-type">
|
|
1371
|
+
<span class="param-type">
|
|
1372
|
+
|
|
1373
|
+
Object
|
|
1374
|
+
|
|
1375
|
+
</span>
|
|
1284
1376
|
|
|
1285
1377
|
|
|
1286
1378
|
|
|
@@ -71,13 +71,17 @@
|
|
|
71
71
|
|
|
72
72
|
<tr class="deep-level-0">
|
|
73
73
|
|
|
74
|
-
<td class="name"
|
|
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">
|
|
80
|
+
<span class="param-type">
|
|
81
|
+
|
|
82
|
+
Object
|
|
83
|
+
|
|
84
|
+
</span>
|
|
81
85
|
|
|
82
86
|
|
|
83
87
|
|
|
@@ -94,13 +98,17 @@
|
|
|
94
98
|
|
|
95
99
|
<tr class="deep-level-1">
|
|
96
100
|
|
|
97
|
-
<td class="name"
|
|
101
|
+
<td class="name"><code>sizeModes</code></td>
|
|
98
102
|
|
|
99
103
|
|
|
100
104
|
<td class="type">
|
|
101
105
|
|
|
102
106
|
|
|
103
|
-
<span class="param-type">
|
|
107
|
+
<span class="param-type">
|
|
108
|
+
|
|
109
|
+
Array.<String>
|
|
110
|
+
|
|
111
|
+
</span>
|
|
104
112
|
|
|
105
113
|
|
|
106
114
|
|
|
@@ -117,13 +125,17 @@
|
|
|
117
125
|
|
|
118
126
|
<tr class="deep-level-1">
|
|
119
127
|
|
|
120
|
-
<td class="name"
|
|
128
|
+
<td class="name"><code>filename</code></td>
|
|
121
129
|
|
|
122
130
|
|
|
123
131
|
<td class="type">
|
|
124
132
|
|
|
125
133
|
|
|
126
|
-
<span class="param-type">
|
|
134
|
+
<span class="param-type">
|
|
135
|
+
|
|
136
|
+
String
|
|
137
|
+
|
|
138
|
+
</span>
|
|
127
139
|
|
|
128
140
|
|
|
129
141
|
|
|
@@ -140,13 +152,17 @@
|
|
|
140
152
|
|
|
141
153
|
<tr class="deep-level-1">
|
|
142
154
|
|
|
143
|
-
<td class="name"
|
|
155
|
+
<td class="name"><code>exportOnly</code></td>
|
|
144
156
|
|
|
145
157
|
|
|
146
158
|
<td class="type">
|
|
147
159
|
|
|
148
160
|
|
|
149
|
-
<span class="param-type">
|
|
161
|
+
<span class="param-type">
|
|
162
|
+
|
|
163
|
+
Boolean
|
|
164
|
+
|
|
165
|
+
</span>
|
|
150
166
|
|
|
151
167
|
|
|
152
168
|
|
|
@@ -163,13 +179,17 @@
|
|
|
163
179
|
|
|
164
180
|
<tr class="deep-level-1">
|
|
165
181
|
|
|
166
|
-
<td class="name"
|
|
182
|
+
<td class="name"><code>hideControlContainer</code></td>
|
|
167
183
|
|
|
168
184
|
|
|
169
185
|
<td class="type">
|
|
170
186
|
|
|
171
187
|
|
|
172
|
-
<span class="param-type">
|
|
188
|
+
<span class="param-type">
|
|
189
|
+
|
|
190
|
+
Boolean
|
|
191
|
+
|
|
192
|
+
</span>
|
|
173
193
|
|
|
174
194
|
|
|
175
195
|
|