@mapgis/webclient-mapboxgl-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.
- package/README.md +26 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/es5/webclient-mapboxgl-plugin.min.js +1 -1
- package/dist/webclient-mapboxgl-plugin-es6.min.js +1 -1
- package/documention/EchartsLayer.html +14 -4
- package/documention/MapViewMapboxgl.html +419 -137
- package/documention/Popup.html +156 -42
- package/documention/Screenshot.html +43 -18
- package/documention/SketchEditorMapboxgl.html +261 -88
- 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 +22 -7
- package/documention/scripts/sideBar.js +133 -6
- package/package.json +1 -1
package/documention/Popup.html
CHANGED
|
@@ -81,13 +81,18 @@ 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>
|
|
95
|
+
|
|
91
96
|
|
|
92
97
|
|
|
93
98
|
|
|
@@ -103,13 +108,18 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
103
108
|
|
|
104
109
|
<tr class="deep-level-1">
|
|
105
110
|
|
|
106
|
-
<td class="name"
|
|
111
|
+
<td class="name"><code>view</code></td>
|
|
107
112
|
|
|
108
113
|
|
|
109
114
|
<td class="type">
|
|
110
115
|
|
|
111
116
|
|
|
112
|
-
<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>
|
|
122
|
+
|
|
113
123
|
|
|
114
124
|
|
|
115
125
|
|
|
@@ -125,13 +135,18 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
125
135
|
|
|
126
136
|
<tr class="deep-level-1">
|
|
127
137
|
|
|
128
|
-
<td class="name"
|
|
138
|
+
<td class="name"><code>id</code></td>
|
|
129
139
|
|
|
130
140
|
|
|
131
141
|
<td class="type">
|
|
132
142
|
|
|
133
143
|
|
|
134
|
-
<span class="param-type">
|
|
144
|
+
<span class="param-type">
|
|
145
|
+
|
|
146
|
+
String
|
|
147
|
+
|
|
148
|
+
</span>
|
|
149
|
+
|
|
135
150
|
|
|
136
151
|
|
|
137
152
|
|
|
@@ -147,13 +162,18 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
147
162
|
|
|
148
163
|
<tr class="deep-level-1">
|
|
149
164
|
|
|
150
|
-
<td class="name"
|
|
165
|
+
<td class="name"><code>location</code></td>
|
|
151
166
|
|
|
152
167
|
|
|
153
168
|
<td class="type">
|
|
154
169
|
|
|
155
170
|
|
|
156
|
-
<span class="param-type">
|
|
171
|
+
<span class="param-type">
|
|
172
|
+
|
|
173
|
+
Point
|
|
174
|
+
|
|
175
|
+
</span>
|
|
176
|
+
|
|
157
177
|
|
|
158
178
|
|
|
159
179
|
|
|
@@ -169,13 +189,18 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
169
189
|
|
|
170
190
|
<tr class="deep-level-1">
|
|
171
191
|
|
|
172
|
-
<td class="name"
|
|
192
|
+
<td class="name"><code>title</code></td>
|
|
173
193
|
|
|
174
194
|
|
|
175
195
|
<td class="type">
|
|
176
196
|
|
|
177
197
|
|
|
178
|
-
<span class="param-type">
|
|
198
|
+
<span class="param-type">
|
|
199
|
+
|
|
200
|
+
String
|
|
201
|
+
|
|
202
|
+
</span>
|
|
203
|
+
|
|
179
204
|
|
|
180
205
|
|
|
181
206
|
|
|
@@ -191,16 +216,25 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
191
216
|
|
|
192
217
|
<tr class="deep-level-1">
|
|
193
218
|
|
|
194
|
-
<td class="name"
|
|
219
|
+
<td class="name"><code>content</code></td>
|
|
195
220
|
|
|
196
221
|
|
|
197
222
|
<td class="type">
|
|
198
223
|
|
|
199
224
|
|
|
200
|
-
<span class="param-type">
|
|
225
|
+
<span class="param-type">
|
|
226
|
+
|
|
227
|
+
String
|
|
228
|
+
|
|
229
|
+
</span>
|
|
201
230
|
|
|
|
202
231
|
|
|
203
|
-
<span class="param-type">
|
|
232
|
+
<span class="param-type">
|
|
233
|
+
|
|
234
|
+
HTMLElement
|
|
235
|
+
|
|
236
|
+
</span>
|
|
237
|
+
|
|
204
238
|
|
|
205
239
|
|
|
206
240
|
|
|
@@ -216,13 +250,18 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
216
250
|
|
|
217
251
|
<tr class="deep-level-1">
|
|
218
252
|
|
|
219
|
-
<td class="name"
|
|
253
|
+
<td class="name"><code>alignment</code></td>
|
|
220
254
|
|
|
221
255
|
|
|
222
256
|
<td class="type">
|
|
223
257
|
|
|
224
258
|
|
|
225
|
-
<span class="param-type">
|
|
259
|
+
<span class="param-type">
|
|
260
|
+
|
|
261
|
+
String
|
|
262
|
+
|
|
263
|
+
</span>
|
|
264
|
+
|
|
226
265
|
|
|
227
266
|
|
|
228
267
|
|
|
@@ -238,13 +277,18 @@ zondy-popup__footer 弹窗底部样式<br/></p>
|
|
|
238
277
|
|
|
239
278
|
<tr class="deep-level-1">
|
|
240
279
|
|
|
241
|
-
<td class="name"
|
|
280
|
+
<td class="name"><code>defaultButtons</code></td>
|
|
242
281
|
|
|
243
282
|
|
|
244
283
|
<td class="type">
|
|
245
284
|
|
|
246
285
|
|
|
247
|
-
<span class="param-type">
|
|
286
|
+
<span class="param-type">
|
|
287
|
+
|
|
288
|
+
Array
|
|
289
|
+
|
|
290
|
+
</span>
|
|
291
|
+
|
|
248
292
|
|
|
249
293
|
|
|
250
294
|
|
|
@@ -411,11 +455,16 @@ mapView.popup.close(popupObj)
|
|
|
411
455
|
<tbody>
|
|
412
456
|
|
|
413
457
|
<tr class="deep-level-0">
|
|
414
|
-
<td class="name"><code><a href="
|
|
458
|
+
<td class="name"><code><a href="#alignment">alignment</a></code></td>
|
|
415
459
|
<td class="name">
|
|
416
460
|
<code>
|
|
417
461
|
|
|
418
|
-
<span class="param-type">
|
|
462
|
+
<span class="param-type">
|
|
463
|
+
|
|
464
|
+
String
|
|
465
|
+
|
|
466
|
+
</span>
|
|
467
|
+
|
|
419
468
|
|
|
420
469
|
|
|
421
470
|
</code>
|
|
@@ -424,11 +473,16 @@ mapView.popup.close(popupObj)
|
|
|
424
473
|
</tr>
|
|
425
474
|
|
|
426
475
|
<tr class="deep-level-0">
|
|
427
|
-
<td class="name"><code><a href="
|
|
476
|
+
<td class="name"><code><a href="#content">content</a></code></td>
|
|
428
477
|
<td class="name">
|
|
429
478
|
<code>
|
|
430
479
|
|
|
431
|
-
<span class="param-type">
|
|
480
|
+
<span class="param-type">
|
|
481
|
+
|
|
482
|
+
String
|
|
483
|
+
|
|
484
|
+
</span>
|
|
485
|
+
|
|
432
486
|
|
|
433
487
|
|
|
434
488
|
</code>
|
|
@@ -437,11 +491,16 @@ mapView.popup.close(popupObj)
|
|
|
437
491
|
</tr>
|
|
438
492
|
|
|
439
493
|
<tr class="deep-level-0">
|
|
440
|
-
<td class="name"><code><a href="
|
|
494
|
+
<td class="name"><code><a href="#defaultButtons">defaultButtons</a></code></td>
|
|
441
495
|
<td class="name">
|
|
442
496
|
<code>
|
|
443
497
|
|
|
444
|
-
<span class="param-type">
|
|
498
|
+
<span class="param-type">
|
|
499
|
+
|
|
500
|
+
Array
|
|
501
|
+
|
|
502
|
+
</span>
|
|
503
|
+
|
|
445
504
|
|
|
446
505
|
|
|
447
506
|
</code>
|
|
@@ -450,11 +509,16 @@ mapView.popup.close(popupObj)
|
|
|
450
509
|
</tr>
|
|
451
510
|
|
|
452
511
|
<tr class="deep-level-0">
|
|
453
|
-
<td class="name"><code><a href="
|
|
512
|
+
<td class="name"><code><a href="#location">location</a></code></td>
|
|
454
513
|
<td class="name">
|
|
455
514
|
<code>
|
|
456
515
|
|
|
457
|
-
<span class="param-type">
|
|
516
|
+
<span class="param-type">
|
|
517
|
+
|
|
518
|
+
String
|
|
519
|
+
|
|
520
|
+
</span>
|
|
521
|
+
|
|
458
522
|
|
|
459
523
|
|
|
460
524
|
</code>
|
|
@@ -463,11 +527,16 @@ mapView.popup.close(popupObj)
|
|
|
463
527
|
</tr>
|
|
464
528
|
|
|
465
529
|
<tr class="deep-level-0">
|
|
466
|
-
<td class="name"><code><a href="
|
|
530
|
+
<td class="name"><code><a href="#title">title</a></code></td>
|
|
467
531
|
<td class="name">
|
|
468
532
|
<code>
|
|
469
533
|
|
|
470
|
-
<span class="param-type">
|
|
534
|
+
<span class="param-type">
|
|
535
|
+
|
|
536
|
+
String
|
|
537
|
+
|
|
538
|
+
</span>
|
|
539
|
+
|
|
471
540
|
|
|
472
541
|
|
|
473
542
|
</code>
|
|
@@ -476,11 +545,16 @@ mapView.popup.close(popupObj)
|
|
|
476
545
|
</tr>
|
|
477
546
|
|
|
478
547
|
<tr class="deep-level-0">
|
|
479
|
-
<td class="name"><code><a href="
|
|
548
|
+
<td class="name"><code><a href="#view">view</a></code></td>
|
|
480
549
|
<td class="name">
|
|
481
550
|
<code>
|
|
482
551
|
|
|
483
|
-
<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>
|
|
557
|
+
|
|
484
558
|
|
|
485
559
|
|
|
486
560
|
</code>
|
|
@@ -499,7 +573,12 @@ mapView.popup.close(popupObj)
|
|
|
499
573
|
<span class="method-parameter is-pulled-right">
|
|
500
574
|
<label>类型:</label>
|
|
501
575
|
|
|
502
|
-
<span class="param-type">
|
|
576
|
+
<span class="param-type">
|
|
577
|
+
|
|
578
|
+
String
|
|
579
|
+
|
|
580
|
+
</span>
|
|
581
|
+
|
|
503
582
|
|
|
504
583
|
|
|
505
584
|
</span>
|
|
@@ -569,7 +648,12 @@ mapView.popup.close(popupObj)
|
|
|
569
648
|
<span class="method-parameter is-pulled-right">
|
|
570
649
|
<label>类型:</label>
|
|
571
650
|
|
|
572
|
-
<span class="param-type">
|
|
651
|
+
<span class="param-type">
|
|
652
|
+
|
|
653
|
+
String
|
|
654
|
+
|
|
655
|
+
</span>
|
|
656
|
+
|
|
573
657
|
|
|
574
658
|
|
|
575
659
|
</span>
|
|
@@ -639,7 +723,12 @@ mapView.popup.close(popupObj)
|
|
|
639
723
|
<span class="method-parameter is-pulled-right">
|
|
640
724
|
<label>类型:</label>
|
|
641
725
|
|
|
642
|
-
<span class="param-type">
|
|
726
|
+
<span class="param-type">
|
|
727
|
+
|
|
728
|
+
Array
|
|
729
|
+
|
|
730
|
+
</span>
|
|
731
|
+
|
|
643
732
|
|
|
644
733
|
|
|
645
734
|
</span>
|
|
@@ -709,7 +798,12 @@ mapView.popup.close(popupObj)
|
|
|
709
798
|
<span class="method-parameter is-pulled-right">
|
|
710
799
|
<label>类型:</label>
|
|
711
800
|
|
|
712
|
-
<span class="param-type">
|
|
801
|
+
<span class="param-type">
|
|
802
|
+
|
|
803
|
+
String
|
|
804
|
+
|
|
805
|
+
</span>
|
|
806
|
+
|
|
713
807
|
|
|
714
808
|
|
|
715
809
|
</span>
|
|
@@ -779,7 +873,12 @@ mapView.popup.close(popupObj)
|
|
|
779
873
|
<span class="method-parameter is-pulled-right">
|
|
780
874
|
<label>类型:</label>
|
|
781
875
|
|
|
782
|
-
<span class="param-type">
|
|
876
|
+
<span class="param-type">
|
|
877
|
+
|
|
878
|
+
String
|
|
879
|
+
|
|
880
|
+
</span>
|
|
881
|
+
|
|
783
882
|
|
|
784
883
|
|
|
785
884
|
</span>
|
|
@@ -849,7 +948,12 @@ mapView.popup.close(popupObj)
|
|
|
849
948
|
<span class="method-parameter is-pulled-right">
|
|
850
949
|
<label>类型:</label>
|
|
851
950
|
|
|
852
|
-
<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>
|
|
956
|
+
|
|
853
957
|
|
|
854
958
|
|
|
855
959
|
</span>
|
|
@@ -935,7 +1039,7 @@ mapView.popup.close(popupObj)
|
|
|
935
1039
|
<tbody>
|
|
936
1040
|
|
|
937
1041
|
<tr class="deep-level-0">
|
|
938
|
-
<td class="name"><code><a href="
|
|
1042
|
+
<td class="name"><code><a href="#close">close</a></code></td>
|
|
939
1043
|
<td class="name">
|
|
940
1044
|
<code>
|
|
941
1045
|
|
|
@@ -945,7 +1049,7 @@ mapView.popup.close(popupObj)
|
|
|
945
1049
|
</tr>
|
|
946
1050
|
|
|
947
1051
|
<tr class="deep-level-0">
|
|
948
|
-
<td class="name"><code><a href="
|
|
1052
|
+
<td class="name"><code><a href="#open">open</a></code></td>
|
|
949
1053
|
<td class="name">
|
|
950
1054
|
<code>
|
|
951
1055
|
|
|
@@ -955,7 +1059,7 @@ mapView.popup.close(popupObj)
|
|
|
955
1059
|
</tr>
|
|
956
1060
|
|
|
957
1061
|
<tr class="deep-level-0">
|
|
958
|
-
<td class="name"><code><a href="
|
|
1062
|
+
<td class="name"><code><a href="#openPopup">openPopup</a></code></td>
|
|
959
1063
|
<td class="name">
|
|
960
1064
|
<code>
|
|
961
1065
|
|
|
@@ -1113,13 +1217,18 @@ mapView.popup.close(popupObj)
|
|
|
1113
1217
|
|
|
1114
1218
|
<tr class="deep-level-0">
|
|
1115
1219
|
|
|
1116
|
-
<td class="name"
|
|
1220
|
+
<td class="name"><code>options</code></td>
|
|
1117
1221
|
|
|
1118
1222
|
|
|
1119
1223
|
<td class="type">
|
|
1120
1224
|
|
|
1121
1225
|
|
|
1122
|
-
<span class="param-type">
|
|
1226
|
+
<span class="param-type">
|
|
1227
|
+
|
|
1228
|
+
Object
|
|
1229
|
+
|
|
1230
|
+
</span>
|
|
1231
|
+
|
|
1123
1232
|
|
|
1124
1233
|
|
|
1125
1234
|
|
|
@@ -1253,13 +1362,18 @@ mapView.popup.close(popupObj)
|
|
|
1253
1362
|
|
|
1254
1363
|
<tr class="deep-level-0">
|
|
1255
1364
|
|
|
1256
|
-
<td class="name"
|
|
1365
|
+
<td class="name"><code>options</code></td>
|
|
1257
1366
|
|
|
1258
1367
|
|
|
1259
1368
|
<td class="type">
|
|
1260
1369
|
|
|
1261
1370
|
|
|
1262
|
-
<span class="param-type">
|
|
1371
|
+
<span class="param-type">
|
|
1372
|
+
|
|
1373
|
+
Object
|
|
1374
|
+
|
|
1375
|
+
</span>
|
|
1376
|
+
|
|
1263
1377
|
|
|
1264
1378
|
|
|
1265
1379
|
|
|
@@ -71,13 +71,18 @@
|
|
|
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>
|
|
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"
|
|
101
|
+
<td class="name"><code>sizeModes</code></td>
|
|
97
102
|
|
|
98
103
|
|
|
99
104
|
<td class="type">
|
|
100
105
|
|
|
101
106
|
|
|
102
|
-
<span class="param-type">
|
|
107
|
+
<span class="param-type">
|
|
108
|
+
|
|
109
|
+
Array.<String>
|
|
110
|
+
|
|
111
|
+
</span>
|
|
112
|
+
|
|
103
113
|
|
|
104
114
|
|
|
105
115
|
|
|
@@ -115,13 +125,18 @@
|
|
|
115
125
|
|
|
116
126
|
<tr class="deep-level-1">
|
|
117
127
|
|
|
118
|
-
<td class="name"
|
|
128
|
+
<td class="name"><code>filename</code></td>
|
|
119
129
|
|
|
120
130
|
|
|
121
131
|
<td class="type">
|
|
122
132
|
|
|
123
133
|
|
|
124
|
-
<span class="param-type">
|
|
134
|
+
<span class="param-type">
|
|
135
|
+
|
|
136
|
+
String
|
|
137
|
+
|
|
138
|
+
</span>
|
|
139
|
+
|
|
125
140
|
|
|
126
141
|
|
|
127
142
|
|
|
@@ -137,13 +152,18 @@
|
|
|
137
152
|
|
|
138
153
|
<tr class="deep-level-1">
|
|
139
154
|
|
|
140
|
-
<td class="name"
|
|
155
|
+
<td class="name"><code>exportOnly</code></td>
|
|
141
156
|
|
|
142
157
|
|
|
143
158
|
<td class="type">
|
|
144
159
|
|
|
145
160
|
|
|
146
|
-
<span class="param-type">
|
|
161
|
+
<span class="param-type">
|
|
162
|
+
|
|
163
|
+
Boolean
|
|
164
|
+
|
|
165
|
+
</span>
|
|
166
|
+
|
|
147
167
|
|
|
148
168
|
|
|
149
169
|
|
|
@@ -159,13 +179,18 @@
|
|
|
159
179
|
|
|
160
180
|
<tr class="deep-level-1">
|
|
161
181
|
|
|
162
|
-
<td class="name"
|
|
182
|
+
<td class="name"><code>hideControlContainer</code></td>
|
|
163
183
|
|
|
164
184
|
|
|
165
185
|
<td class="type">
|
|
166
186
|
|
|
167
187
|
|
|
168
|
-
<span class="param-type">
|
|
188
|
+
<span class="param-type">
|
|
189
|
+
|
|
190
|
+
Boolean
|
|
191
|
+
|
|
192
|
+
</span>
|
|
193
|
+
|
|
169
194
|
|
|
170
195
|
|
|
171
196
|
|
|
@@ -323,7 +348,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
323
348
|
<tbody>
|
|
324
349
|
|
|
325
350
|
<tr class="deep-level-0">
|
|
326
|
-
<td class="name"><code><a href="
|
|
351
|
+
<td class="name"><code><a href="#filename">filename</a></code></td>
|
|
327
352
|
<td class="name">
|
|
328
353
|
<code>
|
|
329
354
|
|
|
@@ -333,7 +358,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
333
358
|
</tr>
|
|
334
359
|
|
|
335
360
|
<tr class="deep-level-0">
|
|
336
|
-
<td class="name"><code><a href="
|
|
361
|
+
<td class="name"><code><a href="#format">format</a></code></td>
|
|
337
362
|
<td class="name">
|
|
338
363
|
<code>
|
|
339
364
|
|
|
@@ -343,7 +368,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
343
368
|
</tr>
|
|
344
369
|
|
|
345
370
|
<tr class="deep-level-0">
|
|
346
|
-
<td class="name"><code><a href="
|
|
371
|
+
<td class="name"><code><a href="#height">height</a></code></td>
|
|
347
372
|
<td class="name">
|
|
348
373
|
<code>
|
|
349
374
|
|
|
@@ -353,7 +378,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
353
378
|
</tr>
|
|
354
379
|
|
|
355
380
|
<tr class="deep-level-0">
|
|
356
|
-
<td class="name"><code><a href="
|
|
381
|
+
<td class="name"><code><a href="#isDownload">isDownload</a></code></td>
|
|
357
382
|
<td class="name">
|
|
358
383
|
<code>
|
|
359
384
|
|
|
@@ -363,7 +388,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
363
388
|
</tr>
|
|
364
389
|
|
|
365
390
|
<tr class="deep-level-0">
|
|
366
|
-
<td class="name"><code><a href="
|
|
391
|
+
<td class="name"><code><a href="#view">view</a></code></td>
|
|
367
392
|
<td class="name">
|
|
368
393
|
<code>
|
|
369
394
|
|
|
@@ -373,7 +398,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
373
398
|
</tr>
|
|
374
399
|
|
|
375
400
|
<tr class="deep-level-0">
|
|
376
|
-
<td class="name"><code><a href="
|
|
401
|
+
<td class="name"><code><a href="#width">width</a></code></td>
|
|
377
402
|
<td class="name">
|
|
378
403
|
<code>
|
|
379
404
|
|
|
@@ -383,7 +408,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
383
408
|
</tr>
|
|
384
409
|
|
|
385
410
|
<tr class="deep-level-0">
|
|
386
|
-
<td class="name"><code><a href="
|
|
411
|
+
<td class="name"><code><a href="#x">x</a></code></td>
|
|
387
412
|
<td class="name">
|
|
388
413
|
<code>
|
|
389
414
|
|
|
@@ -393,7 +418,7 @@ mapView.ui.add(screenshot)</code></pre>
|
|
|
393
418
|
</tr>
|
|
394
419
|
|
|
395
420
|
<tr class="deep-level-0">
|
|
396
|
-
<td class="name"><code><a href="
|
|
421
|
+
<td class="name"><code><a href="#y">y</a></code></td>
|
|
397
422
|
<td class="name">
|
|
398
423
|
<code>
|
|
399
424
|
|