@mapgis/webclient-cesium-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 +17 -0
- package/dist/es5/webclient-cesium-plugin.min.js +2 -2
- package/dist/es5/webclient-common.min.js +1 -1
- package/dist/webclient-cesium-plugin-es6.min.js +2 -2
- package/documention/ArcGISMapServerImageryProvider.html +112 -36
- package/documention/ArcGISTileServerImageryProvider.html +76 -24
- package/documention/CustomTilingScheme.html +248 -68
- package/documention/DynamicEntityVisualizer.html +18 -6
- package/documention/DynamicLabelLayer.html +168 -44
- package/documention/GeoJSONLayerUtil.html +21 -5
- package/documention/GraphicsLayerUtil.html +21 -5
- package/documention/HashMap.html +80 -16
- package/documention/IGSFeatureLayerUtil.html +21 -5
- package/documention/IGSSceneLayerUtil.html +178 -54
- package/documention/MapGISMapServerImageryProvider.html +334 -90
- package/documention/MapGISTerrainProvider.html +336 -80
- package/documention/MapGISTileServerImageryProvider.html +308 -80
- package/documention/MapGISVectorTileImageryProvider.html +407 -103
- package/documention/Popup.html +119 -31
- package/documention/SceneViewCesium.html +575 -176
- package/documention/Screenshot.html +30 -10
- package/documention/SketchEditorCesium.html +135 -43
- package/documention/UrlTemplateImageryProvider.html +23 -7
- package/documention/WFSLayerUtil.html +21 -5
- package/documention/WebMapServiceImageryProvider.html +22 -6
- package/documention/WebMapTileServiceImageryProvider.html +22 -6
- package/documention/global.html +17 -5
- 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.EchartsLayer.html +7 -3
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +81 -29
- package/documention/module.exports_module.exports.html +36 -12
- package/documention/scripts/sideBar.js +111 -6
- package/package.json +1 -1
|
@@ -165,7 +165,11 @@
|
|
|
165
165
|
<code>
|
|
166
166
|
|
|
167
167
|
|
|
168
|
-
<span class="param-type">
|
|
168
|
+
<span class="param-type">
|
|
169
|
+
|
|
170
|
+
Object
|
|
171
|
+
|
|
172
|
+
</span>
|
|
169
173
|
|
|
170
174
|
|
|
171
175
|
|
|
@@ -241,7 +245,11 @@
|
|
|
241
245
|
<code>
|
|
242
246
|
|
|
243
247
|
|
|
244
|
-
<span class="param-type">
|
|
248
|
+
<span class="param-type">
|
|
249
|
+
|
|
250
|
+
Primitive
|
|
251
|
+
|
|
252
|
+
</span>
|
|
245
253
|
|
|
246
254
|
|
|
247
255
|
|
|
@@ -257,10 +265,18 @@
|
|
|
257
265
|
<code>
|
|
258
266
|
|
|
259
267
|
|
|
260
|
-
<span class="param-type"
|
|
268
|
+
<span class="param-type">
|
|
269
|
+
|
|
270
|
+
<a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a>
|
|
271
|
+
|
|
272
|
+
</span>
|
|
261
273
|
|
|
|
262
274
|
|
|
263
|
-
<span class="param-type">
|
|
275
|
+
<span class="param-type">
|
|
276
|
+
|
|
277
|
+
undefined
|
|
278
|
+
|
|
279
|
+
</span>
|
|
264
280
|
|
|
265
281
|
|
|
266
282
|
|
|
@@ -332,13 +348,17 @@
|
|
|
332
348
|
|
|
333
349
|
<tr class="deep-level-0">
|
|
334
350
|
|
|
335
|
-
<td class="name"
|
|
351
|
+
<td class="name"><code>layerView</code></td>
|
|
336
352
|
|
|
337
353
|
|
|
338
354
|
<td class="type">
|
|
339
355
|
|
|
340
356
|
|
|
341
|
-
<span class="param-type">
|
|
357
|
+
<span class="param-type">
|
|
358
|
+
|
|
359
|
+
LayerView
|
|
360
|
+
|
|
361
|
+
</span>
|
|
342
362
|
|
|
343
363
|
|
|
344
364
|
|
|
@@ -357,13 +377,17 @@
|
|
|
357
377
|
|
|
358
378
|
<tr class="deep-level-0">
|
|
359
379
|
|
|
360
|
-
<td class="name"
|
|
380
|
+
<td class="name"><code>callback</code></td>
|
|
361
381
|
|
|
362
382
|
|
|
363
383
|
<td class="type">
|
|
364
384
|
|
|
365
385
|
|
|
366
|
-
<span class="param-type">
|
|
386
|
+
<span class="param-type">
|
|
387
|
+
|
|
388
|
+
function
|
|
389
|
+
|
|
390
|
+
</span>
|
|
367
391
|
|
|
368
392
|
|
|
369
393
|
|
|
@@ -382,13 +406,17 @@
|
|
|
382
406
|
|
|
383
407
|
<tr class="deep-level-0">
|
|
384
408
|
|
|
385
|
-
<td class="name"
|
|
409
|
+
<td class="name"><code>errorCallback</code></td>
|
|
386
410
|
|
|
387
411
|
|
|
388
412
|
<td class="type">
|
|
389
413
|
|
|
390
414
|
|
|
391
|
-
<span class="param-type">
|
|
415
|
+
<span class="param-type">
|
|
416
|
+
|
|
417
|
+
function
|
|
418
|
+
|
|
419
|
+
</span>
|
|
392
420
|
|
|
393
421
|
|
|
394
422
|
|
|
@@ -527,13 +555,17 @@
|
|
|
527
555
|
|
|
528
556
|
<tr class="deep-level-0">
|
|
529
557
|
|
|
530
|
-
<td class="name"
|
|
558
|
+
<td class="name"><code>subLayer</code></td>
|
|
531
559
|
|
|
532
560
|
|
|
533
561
|
<td class="type">
|
|
534
562
|
|
|
535
563
|
|
|
536
|
-
<span class="param-type">
|
|
564
|
+
<span class="param-type">
|
|
565
|
+
|
|
566
|
+
Object
|
|
567
|
+
|
|
568
|
+
</span>
|
|
537
569
|
|
|
538
570
|
|
|
539
571
|
|
|
@@ -552,13 +584,17 @@
|
|
|
552
584
|
|
|
553
585
|
<tr class="deep-level-0">
|
|
554
586
|
|
|
555
|
-
<td class="name"
|
|
587
|
+
<td class="name"><code>innerView</code></td>
|
|
556
588
|
|
|
557
589
|
|
|
558
590
|
<td class="type">
|
|
559
591
|
|
|
560
592
|
|
|
561
|
-
<span class="param-type">
|
|
593
|
+
<span class="param-type">
|
|
594
|
+
|
|
595
|
+
View
|
|
596
|
+
|
|
597
|
+
</span>
|
|
562
598
|
|
|
563
599
|
|
|
564
600
|
|
|
@@ -645,7 +681,11 @@
|
|
|
645
681
|
<div class='column is-5 has-text-left'>
|
|
646
682
|
<label>类型: </label>
|
|
647
683
|
|
|
648
|
-
<span class="param-type">
|
|
684
|
+
<span class="param-type">
|
|
685
|
+
|
|
686
|
+
Object
|
|
687
|
+
|
|
688
|
+
</span>
|
|
649
689
|
|
|
650
690
|
|
|
651
691
|
|
|
@@ -721,13 +761,17 @@
|
|
|
721
761
|
|
|
722
762
|
<tr class="deep-level-0">
|
|
723
763
|
|
|
724
|
-
<td class="name"
|
|
764
|
+
<td class="name"><code>tileSets</code></td>
|
|
725
765
|
|
|
726
766
|
|
|
727
767
|
<td class="type">
|
|
728
768
|
|
|
729
769
|
|
|
730
|
-
<span class="param-type">
|
|
770
|
+
<span class="param-type">
|
|
771
|
+
|
|
772
|
+
Array
|
|
773
|
+
|
|
774
|
+
</span>
|
|
731
775
|
|
|
732
776
|
|
|
733
777
|
|
|
@@ -746,13 +790,17 @@
|
|
|
746
790
|
|
|
747
791
|
<tr class="deep-level-0">
|
|
748
792
|
|
|
749
|
-
<td class="name"
|
|
793
|
+
<td class="name"><code>sceneView</code></td>
|
|
750
794
|
|
|
751
795
|
|
|
752
796
|
<td class="type">
|
|
753
797
|
|
|
754
798
|
|
|
755
|
-
<span class="param-type">
|
|
799
|
+
<span class="param-type">
|
|
800
|
+
|
|
801
|
+
SceneView
|
|
802
|
+
|
|
803
|
+
</span>
|
|
756
804
|
|
|
757
805
|
|
|
758
806
|
|
|
@@ -771,13 +819,17 @@
|
|
|
771
819
|
|
|
772
820
|
<tr class="deep-level-0">
|
|
773
821
|
|
|
774
|
-
<td class="name"
|
|
822
|
+
<td class="name"><code>innerView</code></td>
|
|
775
823
|
|
|
776
824
|
|
|
777
825
|
<td class="type">
|
|
778
826
|
|
|
779
827
|
|
|
780
|
-
<span class="param-type">
|
|
828
|
+
<span class="param-type">
|
|
829
|
+
|
|
830
|
+
Viewer
|
|
831
|
+
|
|
832
|
+
</span>
|
|
781
833
|
|
|
782
834
|
|
|
783
835
|
|
|
@@ -916,13 +968,17 @@
|
|
|
916
968
|
|
|
917
969
|
<tr class="deep-level-0">
|
|
918
970
|
|
|
919
|
-
<td class="name"
|
|
971
|
+
<td class="name"><code>id</code></td>
|
|
920
972
|
|
|
921
973
|
|
|
922
974
|
<td class="type">
|
|
923
975
|
|
|
924
976
|
|
|
925
|
-
<span class="param-type">
|
|
977
|
+
<span class="param-type">
|
|
978
|
+
|
|
979
|
+
String
|
|
980
|
+
|
|
981
|
+
</span>
|
|
926
982
|
|
|
927
983
|
|
|
928
984
|
|
|
@@ -941,13 +997,17 @@
|
|
|
941
997
|
|
|
942
998
|
<tr class="deep-level-0">
|
|
943
999
|
|
|
944
|
-
<td class="name"
|
|
1000
|
+
<td class="name"><code>layerView</code></td>
|
|
945
1001
|
|
|
946
1002
|
|
|
947
1003
|
<td class="type">
|
|
948
1004
|
|
|
949
1005
|
|
|
950
|
-
<span class="param-type">
|
|
1006
|
+
<span class="param-type">
|
|
1007
|
+
|
|
1008
|
+
LayerView
|
|
1009
|
+
|
|
1010
|
+
</span>
|
|
951
1011
|
|
|
952
1012
|
|
|
953
1013
|
|
|
@@ -1086,13 +1146,17 @@
|
|
|
1086
1146
|
|
|
1087
1147
|
<tr class="deep-level-0">
|
|
1088
1148
|
|
|
1089
|
-
<td class="name"
|
|
1149
|
+
<td class="name"><code>opacity</code></td>
|
|
1090
1150
|
|
|
1091
1151
|
|
|
1092
1152
|
<td class="type">
|
|
1093
1153
|
|
|
1094
1154
|
|
|
1095
|
-
<span class="param-type">
|
|
1155
|
+
<span class="param-type">
|
|
1156
|
+
|
|
1157
|
+
Number
|
|
1158
|
+
|
|
1159
|
+
</span>
|
|
1096
1160
|
|
|
1097
1161
|
|
|
1098
1162
|
|
|
@@ -1111,13 +1175,17 @@
|
|
|
1111
1175
|
|
|
1112
1176
|
<tr class="deep-level-0">
|
|
1113
1177
|
|
|
1114
|
-
<td class="name"
|
|
1178
|
+
<td class="name"><code>layerView</code></td>
|
|
1115
1179
|
|
|
1116
1180
|
|
|
1117
1181
|
<td class="type">
|
|
1118
1182
|
|
|
1119
1183
|
|
|
1120
|
-
<span class="param-type">
|
|
1184
|
+
<span class="param-type">
|
|
1185
|
+
|
|
1186
|
+
LayerView
|
|
1187
|
+
|
|
1188
|
+
</span>
|
|
1121
1189
|
|
|
1122
1190
|
|
|
1123
1191
|
|
|
@@ -1256,13 +1324,17 @@
|
|
|
1256
1324
|
|
|
1257
1325
|
<tr class="deep-level-0">
|
|
1258
1326
|
|
|
1259
|
-
<td class="name"
|
|
1327
|
+
<td class="name"><code>opacity</code></td>
|
|
1260
1328
|
|
|
1261
1329
|
|
|
1262
1330
|
<td class="type">
|
|
1263
1331
|
|
|
1264
1332
|
|
|
1265
|
-
<span class="param-type">
|
|
1333
|
+
<span class="param-type">
|
|
1334
|
+
|
|
1335
|
+
Number
|
|
1336
|
+
|
|
1337
|
+
</span>
|
|
1266
1338
|
|
|
1267
1339
|
|
|
1268
1340
|
|
|
@@ -1281,13 +1353,17 @@
|
|
|
1281
1353
|
|
|
1282
1354
|
<tr class="deep-level-0">
|
|
1283
1355
|
|
|
1284
|
-
<td class="name"
|
|
1356
|
+
<td class="name"><code>id</code></td>
|
|
1285
1357
|
|
|
1286
1358
|
|
|
1287
1359
|
<td class="type">
|
|
1288
1360
|
|
|
1289
1361
|
|
|
1290
|
-
<span class="param-type">
|
|
1362
|
+
<span class="param-type">
|
|
1363
|
+
|
|
1364
|
+
String
|
|
1365
|
+
|
|
1366
|
+
</span>
|
|
1291
1367
|
|
|
1292
1368
|
|
|
1293
1369
|
|
|
@@ -1306,13 +1382,17 @@
|
|
|
1306
1382
|
|
|
1307
1383
|
<tr class="deep-level-0">
|
|
1308
1384
|
|
|
1309
|
-
<td class="name"
|
|
1385
|
+
<td class="name"><code>layerView</code></td>
|
|
1310
1386
|
|
|
1311
1387
|
|
|
1312
1388
|
<td class="type">
|
|
1313
1389
|
|
|
1314
1390
|
|
|
1315
|
-
<span class="param-type">
|
|
1391
|
+
<span class="param-type">
|
|
1392
|
+
|
|
1393
|
+
LayerView
|
|
1394
|
+
|
|
1395
|
+
</span>
|
|
1316
1396
|
|
|
1317
1397
|
|
|
1318
1398
|
|
|
@@ -1451,13 +1531,17 @@
|
|
|
1451
1531
|
|
|
1452
1532
|
<tr class="deep-level-0">
|
|
1453
1533
|
|
|
1454
|
-
<td class="name"
|
|
1534
|
+
<td class="name"><code>visible</code></td>
|
|
1455
1535
|
|
|
1456
1536
|
|
|
1457
1537
|
<td class="type">
|
|
1458
1538
|
|
|
1459
1539
|
|
|
1460
|
-
<span class="param-type">
|
|
1540
|
+
<span class="param-type">
|
|
1541
|
+
|
|
1542
|
+
Boolean
|
|
1543
|
+
|
|
1544
|
+
</span>
|
|
1461
1545
|
|
|
1462
1546
|
|
|
1463
1547
|
|
|
@@ -1476,13 +1560,17 @@
|
|
|
1476
1560
|
|
|
1477
1561
|
<tr class="deep-level-0">
|
|
1478
1562
|
|
|
1479
|
-
<td class="name"
|
|
1563
|
+
<td class="name"><code>id</code></td>
|
|
1480
1564
|
|
|
1481
1565
|
|
|
1482
1566
|
<td class="type">
|
|
1483
1567
|
|
|
1484
1568
|
|
|
1485
|
-
<span class="param-type">
|
|
1569
|
+
<span class="param-type">
|
|
1570
|
+
|
|
1571
|
+
String
|
|
1572
|
+
|
|
1573
|
+
</span>
|
|
1486
1574
|
|
|
1487
1575
|
|
|
1488
1576
|
|
|
@@ -1501,13 +1589,17 @@
|
|
|
1501
1589
|
|
|
1502
1590
|
<tr class="deep-level-0">
|
|
1503
1591
|
|
|
1504
|
-
<td class="name"
|
|
1592
|
+
<td class="name"><code>layerView</code></td>
|
|
1505
1593
|
|
|
1506
1594
|
|
|
1507
1595
|
<td class="type">
|
|
1508
1596
|
|
|
1509
1597
|
|
|
1510
|
-
<span class="param-type">
|
|
1598
|
+
<span class="param-type">
|
|
1599
|
+
|
|
1600
|
+
LayerView
|
|
1601
|
+
|
|
1602
|
+
</span>
|
|
1511
1603
|
|
|
1512
1604
|
|
|
1513
1605
|
|
|
@@ -1646,13 +1738,17 @@
|
|
|
1646
1738
|
|
|
1647
1739
|
<tr class="deep-level-0">
|
|
1648
1740
|
|
|
1649
|
-
<td class="name"
|
|
1741
|
+
<td class="name"><code>visible</code></td>
|
|
1650
1742
|
|
|
1651
1743
|
|
|
1652
1744
|
<td class="type">
|
|
1653
1745
|
|
|
1654
1746
|
|
|
1655
|
-
<span class="param-type">
|
|
1747
|
+
<span class="param-type">
|
|
1748
|
+
|
|
1749
|
+
Boolean
|
|
1750
|
+
|
|
1751
|
+
</span>
|
|
1656
1752
|
|
|
1657
1753
|
|
|
1658
1754
|
|
|
@@ -1671,13 +1767,17 @@
|
|
|
1671
1767
|
|
|
1672
1768
|
<tr class="deep-level-0">
|
|
1673
1769
|
|
|
1674
|
-
<td class="name"
|
|
1770
|
+
<td class="name"><code>layerView</code></td>
|
|
1675
1771
|
|
|
1676
1772
|
|
|
1677
1773
|
<td class="type">
|
|
1678
1774
|
|
|
1679
1775
|
|
|
1680
|
-
<span class="param-type">
|
|
1776
|
+
<span class="param-type">
|
|
1777
|
+
|
|
1778
|
+
LayerView
|
|
1779
|
+
|
|
1780
|
+
</span>
|
|
1681
1781
|
|
|
1682
1782
|
|
|
1683
1783
|
|
|
@@ -1816,13 +1916,17 @@
|
|
|
1816
1916
|
|
|
1817
1917
|
<tr class="deep-level-0">
|
|
1818
1918
|
|
|
1819
|
-
<td class="name"
|
|
1919
|
+
<td class="name"><code>subLayer</code></td>
|
|
1820
1920
|
|
|
1821
1921
|
|
|
1822
1922
|
<td class="type">
|
|
1823
1923
|
|
|
1824
1924
|
|
|
1825
|
-
<span class="param-type">
|
|
1925
|
+
<span class="param-type">
|
|
1926
|
+
|
|
1927
|
+
Object
|
|
1928
|
+
|
|
1929
|
+
</span>
|
|
1826
1930
|
|
|
1827
1931
|
|
|
1828
1932
|
|
|
@@ -1841,13 +1945,17 @@
|
|
|
1841
1945
|
|
|
1842
1946
|
<tr class="deep-level-0">
|
|
1843
1947
|
|
|
1844
|
-
<td class="name"
|
|
1948
|
+
<td class="name"><code>innerView</code></td>
|
|
1845
1949
|
|
|
1846
1950
|
|
|
1847
1951
|
<td class="type">
|
|
1848
1952
|
|
|
1849
1953
|
|
|
1850
|
-
<span class="param-type">
|
|
1954
|
+
<span class="param-type">
|
|
1955
|
+
|
|
1956
|
+
View
|
|
1957
|
+
|
|
1958
|
+
</span>
|
|
1851
1959
|
|
|
1852
1960
|
|
|
1853
1961
|
|
|
@@ -1934,7 +2042,11 @@
|
|
|
1934
2042
|
<div class='column is-5 has-text-left'>
|
|
1935
2043
|
<label>类型: </label>
|
|
1936
2044
|
|
|
1937
|
-
<span class="param-type">
|
|
2045
|
+
<span class="param-type">
|
|
2046
|
+
|
|
2047
|
+
Primitive
|
|
2048
|
+
|
|
2049
|
+
</span>
|
|
1938
2050
|
|
|
1939
2051
|
|
|
1940
2052
|
|
|
@@ -2037,13 +2149,17 @@ addSceneLayer(url)</code></pre>
|
|
|
2037
2149
|
|
|
2038
2150
|
<tr class="deep-level-0">
|
|
2039
2151
|
|
|
2040
|
-
<td class="name"
|
|
2152
|
+
<td class="name"><code>subLayer</code></td>
|
|
2041
2153
|
|
|
2042
2154
|
|
|
2043
2155
|
<td class="type">
|
|
2044
2156
|
|
|
2045
2157
|
|
|
2046
|
-
<span class="param-type">
|
|
2158
|
+
<span class="param-type">
|
|
2159
|
+
|
|
2160
|
+
Object
|
|
2161
|
+
|
|
2162
|
+
</span>
|
|
2047
2163
|
|
|
2048
2164
|
|
|
2049
2165
|
|
|
@@ -2130,10 +2246,18 @@ addSceneLayer(url)</code></pre>
|
|
|
2130
2246
|
<div class='column is-5 has-text-left'>
|
|
2131
2247
|
<label>类型: </label>
|
|
2132
2248
|
|
|
2133
|
-
<span class="param-type"
|
|
2249
|
+
<span class="param-type">
|
|
2250
|
+
|
|
2251
|
+
<a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a>
|
|
2252
|
+
|
|
2253
|
+
</span>
|
|
2134
2254
|
|
|
|
2135
2255
|
|
|
2136
|
-
<span class="param-type">
|
|
2256
|
+
<span class="param-type">
|
|
2257
|
+
|
|
2258
|
+
undefined
|
|
2259
|
+
|
|
2260
|
+
</span>
|
|
2137
2261
|
|
|
2138
2262
|
|
|
2139
2263
|
|