@mapgis/webclient-cesium-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 +10 -1
- package/dist/es5/webclient-cesium-plugin.min.js +3 -3
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-cesium-plugin-es6.min.js +3 -3
- package/documention/ArcGISMapServerImageryProvider.html +50 -3
- package/documention/ArcGISTileServerImageryProvider.html +16 -3
- package/documention/CustomTilingScheme.html +61 -48
- package/documention/DynamicEntityVisualizer.html +3 -0
- package/documention/DynamicLabelLayer.html +40 -9
- package/documention/GeoJSONLayerUtil.html +4 -1
- package/documention/GraphicsLayerUtil.html +4 -1
- package/documention/HashMap.html +27 -11
- package/documention/IGSFeatureLayerUtil.html +4 -1
- package/documention/IGSSceneLayerUtil.html +41 -12
- package/documention/MapGISMapServerImageryProvider.html +76 -17
- package/documention/MapGISTerrainProvider.html +84 -24
- package/documention/MapGISTileServerImageryProvider.html +73 -18
- package/documention/MapGISVectorTileImageryProvider.html +101 -26
- package/documention/Popup.html +29 -8
- package/documention/SceneViewCesium.html +131 -37
- package/documention/Screenshot.html +13 -8
- package/documention/SketchEditorCesium.html +27 -6
- package/documention/UrlTemplateImageryProvider.html +3 -0
- package/documention/WFSLayerUtil.html +4 -1
- package/documention/WebMapServiceImageryProvider.html +7 -3
- package/documention/WebMapTileServiceImageryProvider.html +7 -3
- package/documention/global.html +3 -0
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +6 -5
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +23 -10
- package/documention/module.exports_module.exports.html +6 -0
- package/documention/scripts/sideBar.js +28 -6
- package/package.json +1 -1
|
@@ -86,6 +86,7 @@
|
|
|
86
86
|
<span class="param-type">Object</span>
|
|
87
87
|
|
|
88
88
|
|
|
89
|
+
|
|
89
90
|
|
|
90
91
|
</td>
|
|
91
92
|
|
|
@@ -112,6 +113,7 @@
|
|
|
112
113
|
<span class="param-type">Ellipsoid</span>
|
|
113
114
|
|
|
114
115
|
|
|
116
|
+
|
|
115
117
|
|
|
116
118
|
</td>
|
|
117
119
|
|
|
@@ -140,6 +142,7 @@
|
|
|
140
142
|
<span class="param-type">String</span>
|
|
141
143
|
|
|
142
144
|
|
|
145
|
+
|
|
143
146
|
|
|
144
147
|
</td>
|
|
145
148
|
|
|
@@ -166,6 +169,7 @@
|
|
|
166
169
|
<span class="param-type">String</span>
|
|
167
170
|
|
|
168
171
|
|
|
172
|
+
|
|
169
173
|
|
|
170
174
|
</td>
|
|
171
175
|
|
|
@@ -192,31 +196,6 @@
|
|
|
192
196
|
<span class="param-type">Object</span>
|
|
193
197
|
|
|
194
198
|
|
|
195
|
-
|
|
196
|
-
</td>
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
<td class="default">
|
|
200
|
-
|
|
201
|
-
</td>
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
<td class="description last"><p>瓦片的属性信息,地图服务可以不提供该参数,该参数有固定的格式要求,详见下方示例</p></td>
|
|
205
|
-
</tr>
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
<tr class="deep-level-1">
|
|
211
|
-
|
|
212
|
-
<td class="name" id="numberOfLevelZeroTilesX"><code>numberOfLevelZeroTilesX</code></td>
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
<td class="type">
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
<span class="param-type">Number</span>
|
|
219
|
-
|
|
220
199
|
|
|
221
200
|
|
|
222
201
|
</td>
|
|
@@ -224,12 +203,10 @@
|
|
|
224
203
|
|
|
225
204
|
<td class="default">
|
|
226
205
|
|
|
227
|
-
1
|
|
228
|
-
|
|
229
206
|
</td>
|
|
230
207
|
|
|
231
208
|
|
|
232
|
-
<td class="description last"><p
|
|
209
|
+
<td class="description last"><p>必传。瓦片的属性信息,地图服务可以不提供该参数,该参数有固定的格式要求,详见下方示例</p></td>
|
|
233
210
|
</tr>
|
|
234
211
|
|
|
235
212
|
|
|
@@ -237,13 +214,14 @@
|
|
|
237
214
|
|
|
238
215
|
<tr class="deep-level-1">
|
|
239
216
|
|
|
240
|
-
<td class="name" id="
|
|
217
|
+
<td class="name" id="axisDirection"><code>axisDirection</code></td>
|
|
241
218
|
|
|
242
219
|
|
|
243
220
|
<td class="type">
|
|
244
221
|
|
|
245
222
|
|
|
246
|
-
<span class="param-type">
|
|
223
|
+
<span class="param-type">Object</span>
|
|
224
|
+
|
|
247
225
|
|
|
248
226
|
|
|
249
227
|
|
|
@@ -252,12 +230,10 @@
|
|
|
252
230
|
|
|
253
231
|
<td class="default">
|
|
254
232
|
|
|
255
|
-
1
|
|
256
|
-
|
|
257
233
|
</td>
|
|
258
234
|
|
|
259
235
|
|
|
260
|
-
<td class="description last"><p
|
|
236
|
+
<td class="description last"><p>瓦片组织方向(裁图方向)。axisDirection.x=1代表x轴由左往右为正,axisDirection.x=-1代表x轴由右往左为正;axisDirection.y=1代表x轴由下往上为正,axisDirection.y=-1代表x轴由上往下为正。例如wmts的axisDirection为{x:1,y:-1}。</p></td>
|
|
261
237
|
</tr>
|
|
262
238
|
|
|
263
239
|
|
|
@@ -274,6 +250,7 @@
|
|
|
274
250
|
<span class="param-type">Cartesian2</span>
|
|
275
251
|
|
|
276
252
|
|
|
253
|
+
|
|
277
254
|
|
|
278
255
|
</td>
|
|
279
256
|
|
|
@@ -300,6 +277,7 @@
|
|
|
300
277
|
<span class="param-type">Cartesian2</span>
|
|
301
278
|
|
|
302
279
|
|
|
280
|
+
|
|
303
281
|
|
|
304
282
|
</td>
|
|
305
283
|
|
|
@@ -458,8 +436,6 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
458
436
|
wkid: 4547,
|
|
459
437
|
wkt: '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs', // https://epsg.io/4547
|
|
460
438
|
tileInfo, // 瓦片的属性信息,地图服务可以不提供该参数
|
|
461
|
-
numberOfLevelZeroTilesX: 1, // 瓦片树第0级的X方向所包含的瓦片个数
|
|
462
|
-
numberOfLevelZeroTilesY: 1, // 瓦片树第0级的Y方向所包含的瓦片个数
|
|
463
439
|
rectangleSouthwest: new Cesium.Cartesian2(extent.xmin, extent.ymin), // 投影矩形范围的西南角
|
|
464
440
|
rectangleNortheast: new Cesium.Cartesian2(extent.xmax, extent.ymax), // 投影矩形范围的东北角
|
|
465
441
|
})</code></pre>
|
|
@@ -502,24 +478,26 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
502
478
|
<tbody>
|
|
503
479
|
|
|
504
480
|
<tr class="deep-level-0">
|
|
505
|
-
<td class="name"><code><a href="
|
|
481
|
+
<td class="name"><code><a href="#ellipsoid">ellipsoid</a></code></td>
|
|
506
482
|
<td class="name">
|
|
507
483
|
<code>
|
|
508
484
|
|
|
509
485
|
<span class="param-type">Ellipsoid</span>
|
|
510
486
|
|
|
511
487
|
|
|
488
|
+
|
|
512
489
|
</code>
|
|
513
490
|
</td>
|
|
514
491
|
<td class="name"><code><p>获取此瓦片平铺方案所使用的参考椭球体</p></code></td>
|
|
515
492
|
</tr>
|
|
516
493
|
|
|
517
494
|
<tr class="deep-level-0">
|
|
518
|
-
<td class="name"><code><a href="
|
|
495
|
+
<td class="name"><code><a href="#projection">projection</a></code></td>
|
|
519
496
|
<td class="name">
|
|
520
497
|
<code>
|
|
521
498
|
|
|
522
|
-
<span class="param-type"><a class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a></span>
|
|
499
|
+
<span class="param-type"><a link="CustomProjection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a></span>
|
|
500
|
+
|
|
523
501
|
|
|
524
502
|
|
|
525
503
|
</code>
|
|
@@ -528,39 +506,42 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
528
506
|
</tr>
|
|
529
507
|
|
|
530
508
|
<tr class="deep-level-0">
|
|
531
|
-
<td class="name"><code><a href="
|
|
509
|
+
<td class="name"><code><a href="#rectangle">rectangle</a></code></td>
|
|
532
510
|
<td class="name">
|
|
533
511
|
<code>
|
|
534
512
|
|
|
535
513
|
<span class="param-type">Rectangle</span>
|
|
536
514
|
|
|
537
515
|
|
|
516
|
+
|
|
538
517
|
</code>
|
|
539
518
|
</td>
|
|
540
519
|
<td class="name"><code><p>获取此瓦片平铺方案所覆盖的矩形范围</p></code></td>
|
|
541
520
|
</tr>
|
|
542
521
|
|
|
543
522
|
<tr class="deep-level-0">
|
|
544
|
-
<td class="name"><code><a href="
|
|
523
|
+
<td class="name"><code><a href="#wkid">wkid</a></code></td>
|
|
545
524
|
<td class="name">
|
|
546
525
|
<code>
|
|
547
526
|
|
|
548
527
|
<span class="param-type">String</span>
|
|
549
528
|
|
|
550
529
|
|
|
530
|
+
|
|
551
531
|
</code>
|
|
552
532
|
</td>
|
|
553
533
|
<td class="name"><code><p>获取此瓦片平铺方案所对应的投影方式的wkid</p></code></td>
|
|
554
534
|
</tr>
|
|
555
535
|
|
|
556
536
|
<tr class="deep-level-0">
|
|
557
|
-
<td class="name"><code><a href="
|
|
537
|
+
<td class="name"><code><a href="#wkt">wkt</a></code></td>
|
|
558
538
|
<td class="name">
|
|
559
539
|
<code>
|
|
560
540
|
|
|
561
541
|
<span class="param-type">String</span>
|
|
562
542
|
|
|
563
543
|
|
|
544
|
+
|
|
564
545
|
</code>
|
|
565
546
|
</td>
|
|
566
547
|
<td class="name"><code><p>获取此瓦片平铺方案所对应的投影方式的wkt</p></code></td>
|
|
@@ -580,6 +561,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
580
561
|
<span class="param-type">Ellipsoid</span>
|
|
581
562
|
|
|
582
563
|
|
|
564
|
+
|
|
583
565
|
</span>
|
|
584
566
|
|
|
585
567
|
<h4 class="name" id="ellipsoid">
|
|
@@ -647,7 +629,8 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
647
629
|
<span class="method-parameter is-pulled-right">
|
|
648
630
|
<label>类型:</label>
|
|
649
631
|
|
|
650
|
-
<span class="param-type"><a class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a></span>
|
|
632
|
+
<span class="param-type"><a link="CustomProjection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a></span>
|
|
633
|
+
|
|
651
634
|
|
|
652
635
|
|
|
653
636
|
</span>
|
|
@@ -720,6 +703,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
720
703
|
<span class="param-type">Rectangle</span>
|
|
721
704
|
|
|
722
705
|
|
|
706
|
+
|
|
723
707
|
</span>
|
|
724
708
|
|
|
725
709
|
<h4 class="name" id="rectangle">
|
|
@@ -790,6 +774,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
790
774
|
<span class="param-type">String</span>
|
|
791
775
|
|
|
792
776
|
|
|
777
|
+
|
|
793
778
|
</span>
|
|
794
779
|
|
|
795
780
|
<h4 class="name" id="wkid">
|
|
@@ -860,6 +845,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
860
845
|
<span class="param-type">String</span>
|
|
861
846
|
|
|
862
847
|
|
|
848
|
+
|
|
863
849
|
</span>
|
|
864
850
|
|
|
865
851
|
<h4 class="name" id="wkt">
|
|
@@ -943,7 +929,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
943
929
|
<tbody>
|
|
944
930
|
|
|
945
931
|
<tr class="deep-level-0">
|
|
946
|
-
<td class="name"><code><a href="
|
|
932
|
+
<td class="name"><code><a href="#getNumberOfXTilesAtLevel">getNumberOfXTilesAtLevel</a></code></td>
|
|
947
933
|
<td class="name">
|
|
948
934
|
<code>
|
|
949
935
|
|
|
@@ -951,6 +937,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
951
937
|
<span class="param-type">Number</span>
|
|
952
938
|
|
|
953
939
|
|
|
940
|
+
|
|
954
941
|
|
|
955
942
|
</code>
|
|
956
943
|
</td>
|
|
@@ -958,7 +945,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
958
945
|
</tr>
|
|
959
946
|
|
|
960
947
|
<tr class="deep-level-0">
|
|
961
|
-
<td class="name"><code><a href="
|
|
948
|
+
<td class="name"><code><a href="#getNumberOfYTilesAtLevel">getNumberOfYTilesAtLevel</a></code></td>
|
|
962
949
|
<td class="name">
|
|
963
950
|
<code>
|
|
964
951
|
|
|
@@ -966,6 +953,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
966
953
|
<span class="param-type">Number</span>
|
|
967
954
|
|
|
968
955
|
|
|
956
|
+
|
|
969
957
|
|
|
970
958
|
</code>
|
|
971
959
|
</td>
|
|
@@ -973,7 +961,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
973
961
|
</tr>
|
|
974
962
|
|
|
975
963
|
<tr class="deep-level-0">
|
|
976
|
-
<td class="name"><code><a href="
|
|
964
|
+
<td class="name"><code><a href="#positionToTileXY">positionToTileXY</a></code></td>
|
|
977
965
|
<td class="name">
|
|
978
966
|
<code>
|
|
979
967
|
|
|
@@ -981,6 +969,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
981
969
|
<span class="param-type">Cartesian2</span>
|
|
982
970
|
|
|
983
971
|
|
|
972
|
+
|
|
984
973
|
|
|
985
974
|
</code>
|
|
986
975
|
</td>
|
|
@@ -988,7 +977,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
988
977
|
</tr>
|
|
989
978
|
|
|
990
979
|
<tr class="deep-level-0">
|
|
991
|
-
<td class="name"><code><a href="
|
|
980
|
+
<td class="name"><code><a href="#rectangleToNativeRectangle">rectangleToNativeRectangle</a></code></td>
|
|
992
981
|
<td class="name">
|
|
993
982
|
<code>
|
|
994
983
|
|
|
@@ -996,6 +985,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
996
985
|
<span class="param-type">Rectangle</span>
|
|
997
986
|
|
|
998
987
|
|
|
988
|
+
|
|
999
989
|
|
|
1000
990
|
</code>
|
|
1001
991
|
</td>
|
|
@@ -1003,7 +993,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1003
993
|
</tr>
|
|
1004
994
|
|
|
1005
995
|
<tr class="deep-level-0">
|
|
1006
|
-
<td class="name"><code><a href="
|
|
996
|
+
<td class="name"><code><a href="#tileXYToNativeRectangle">tileXYToNativeRectangle</a></code></td>
|
|
1007
997
|
<td class="name">
|
|
1008
998
|
<code>
|
|
1009
999
|
|
|
@@ -1011,6 +1001,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1011
1001
|
<span class="param-type">Rectangle</span>
|
|
1012
1002
|
|
|
1013
1003
|
|
|
1004
|
+
|
|
1014
1005
|
|
|
1015
1006
|
</code>
|
|
1016
1007
|
</td>
|
|
@@ -1018,7 +1009,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1018
1009
|
</tr>
|
|
1019
1010
|
|
|
1020
1011
|
<tr class="deep-level-0">
|
|
1021
|
-
<td class="name"><code><a href="
|
|
1012
|
+
<td class="name"><code><a href="#tileXYToRectangle">tileXYToRectangle</a></code></td>
|
|
1022
1013
|
<td class="name">
|
|
1023
1014
|
<code>
|
|
1024
1015
|
|
|
@@ -1026,6 +1017,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1026
1017
|
<span class="param-type">Rectangle</span>
|
|
1027
1018
|
|
|
1028
1019
|
|
|
1020
|
+
|
|
1029
1021
|
|
|
1030
1022
|
</code>
|
|
1031
1023
|
</td>
|
|
@@ -1099,6 +1091,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1099
1091
|
<span class="param-type">Number</span>
|
|
1100
1092
|
|
|
1101
1093
|
|
|
1094
|
+
|
|
1102
1095
|
|
|
1103
1096
|
</td>
|
|
1104
1097
|
|
|
@@ -1187,6 +1180,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1187
1180
|
<span class="param-type">Number</span>
|
|
1188
1181
|
|
|
1189
1182
|
|
|
1183
|
+
|
|
1190
1184
|
</div>
|
|
1191
1185
|
|
|
1192
1186
|
</div>
|
|
@@ -1264,6 +1258,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1264
1258
|
<span class="param-type">Number</span>
|
|
1265
1259
|
|
|
1266
1260
|
|
|
1261
|
+
|
|
1267
1262
|
|
|
1268
1263
|
</td>
|
|
1269
1264
|
|
|
@@ -1352,6 +1347,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1352
1347
|
<span class="param-type">Number</span>
|
|
1353
1348
|
|
|
1354
1349
|
|
|
1350
|
+
|
|
1355
1351
|
</div>
|
|
1356
1352
|
|
|
1357
1353
|
</div>
|
|
@@ -1429,6 +1425,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1429
1425
|
<span class="param-type">Cartographic</span>
|
|
1430
1426
|
|
|
1431
1427
|
|
|
1428
|
+
|
|
1432
1429
|
|
|
1433
1430
|
</td>
|
|
1434
1431
|
|
|
@@ -1453,6 +1450,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1453
1450
|
<span class="param-type">Number</span>
|
|
1454
1451
|
|
|
1455
1452
|
|
|
1453
|
+
|
|
1456
1454
|
|
|
1457
1455
|
</td>
|
|
1458
1456
|
|
|
@@ -1477,6 +1475,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1477
1475
|
<span class="param-type">Cartesian2</span>
|
|
1478
1476
|
|
|
1479
1477
|
|
|
1478
|
+
|
|
1480
1479
|
|
|
1481
1480
|
</td>
|
|
1482
1481
|
|
|
@@ -1565,6 +1564,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1565
1564
|
<span class="param-type">Cartesian2</span>
|
|
1566
1565
|
|
|
1567
1566
|
|
|
1567
|
+
|
|
1568
1568
|
</div>
|
|
1569
1569
|
|
|
1570
1570
|
</div>
|
|
@@ -1642,6 +1642,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1642
1642
|
<span class="param-type">Rectangle</span>
|
|
1643
1643
|
|
|
1644
1644
|
|
|
1645
|
+
|
|
1645
1646
|
|
|
1646
1647
|
</td>
|
|
1647
1648
|
|
|
@@ -1666,6 +1667,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1666
1667
|
<span class="param-type">Rectangle</span>
|
|
1667
1668
|
|
|
1668
1669
|
|
|
1670
|
+
|
|
1669
1671
|
|
|
1670
1672
|
</td>
|
|
1671
1673
|
|
|
@@ -1754,6 +1756,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1754
1756
|
<span class="param-type">Rectangle</span>
|
|
1755
1757
|
|
|
1756
1758
|
|
|
1759
|
+
|
|
1757
1760
|
</div>
|
|
1758
1761
|
|
|
1759
1762
|
</div>
|
|
@@ -1831,6 +1834,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1831
1834
|
<span class="param-type">Number</span>
|
|
1832
1835
|
|
|
1833
1836
|
|
|
1837
|
+
|
|
1834
1838
|
|
|
1835
1839
|
</td>
|
|
1836
1840
|
|
|
@@ -1855,6 +1859,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1855
1859
|
<span class="param-type">Number</span>
|
|
1856
1860
|
|
|
1857
1861
|
|
|
1862
|
+
|
|
1858
1863
|
|
|
1859
1864
|
</td>
|
|
1860
1865
|
|
|
@@ -1879,6 +1884,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1879
1884
|
<span class="param-type">Number</span>
|
|
1880
1885
|
|
|
1881
1886
|
|
|
1887
|
+
|
|
1882
1888
|
|
|
1883
1889
|
</td>
|
|
1884
1890
|
|
|
@@ -1903,6 +1909,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1903
1909
|
<span class="param-type">Rectangle</span>
|
|
1904
1910
|
|
|
1905
1911
|
|
|
1912
|
+
|
|
1906
1913
|
|
|
1907
1914
|
</td>
|
|
1908
1915
|
|
|
@@ -1991,6 +1998,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1991
1998
|
<span class="param-type">Rectangle</span>
|
|
1992
1999
|
|
|
1993
2000
|
|
|
2001
|
+
|
|
1994
2002
|
</div>
|
|
1995
2003
|
|
|
1996
2004
|
</div>
|
|
@@ -2068,6 +2076,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
2068
2076
|
<span class="param-type">Number</span>
|
|
2069
2077
|
|
|
2070
2078
|
|
|
2079
|
+
|
|
2071
2080
|
|
|
2072
2081
|
</td>
|
|
2073
2082
|
|
|
@@ -2092,6 +2101,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
2092
2101
|
<span class="param-type">Number</span>
|
|
2093
2102
|
|
|
2094
2103
|
|
|
2104
|
+
|
|
2095
2105
|
|
|
2096
2106
|
</td>
|
|
2097
2107
|
|
|
@@ -2116,6 +2126,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
2116
2126
|
<span class="param-type">Number</span>
|
|
2117
2127
|
|
|
2118
2128
|
|
|
2129
|
+
|
|
2119
2130
|
|
|
2120
2131
|
</td>
|
|
2121
2132
|
|
|
@@ -2140,6 +2151,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
2140
2151
|
<span class="param-type">Rectangle</span>
|
|
2141
2152
|
|
|
2142
2153
|
|
|
2154
|
+
|
|
2143
2155
|
|
|
2144
2156
|
</td>
|
|
2145
2157
|
|
|
@@ -2228,6 +2240,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
2228
2240
|
<span class="param-type">Rectangle</span>
|
|
2229
2241
|
|
|
2230
2242
|
|
|
2243
|
+
|
|
2231
2244
|
</div>
|
|
2232
2245
|
|
|
2233
2246
|
</div>
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
<span class="param-type">Scene</span>
|
|
86
86
|
|
|
87
87
|
|
|
88
|
+
|
|
88
89
|
|
|
89
90
|
</td>
|
|
90
91
|
|
|
@@ -113,6 +114,7 @@
|
|
|
113
114
|
<span class="param-type">Object</span>
|
|
114
115
|
|
|
115
116
|
|
|
117
|
+
|
|
116
118
|
|
|
117
119
|
</td>
|
|
118
120
|
|
|
@@ -141,6 +143,7 @@
|
|
|
141
143
|
<span class="param-type">Boolean</span>
|
|
142
144
|
|
|
143
145
|
|
|
146
|
+
|
|
144
147
|
|
|
145
148
|
</td>
|
|
146
149
|
|