cesium-alpha-earth 1.0.44 → 1.0.46
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/dist/cesium-alpha-earth.css +69 -55
- package/dist/index.js +216 -86
- package/dist/types/components/PositionInfoBar/util/PositionInfoStatusBar.d.ts +26 -0
- package/dist/types/components/PositionInfoBar/util/PositionInfoStatusBar.js +94 -0
- package/dist/types/components/PositionInfoBar/util/PositionInfoStatusBar.js.map +1 -0
- package/dist/types/components/WellSiteSelection/utilFun/createSidloopFun.js +3 -1
- package/dist/types/components/WellSiteSelection/utilFun/createSidloopFun.js.map +1 -1
- package/dist/types/core/CesiumAlphaGeoJsonLayer/method/batchFun.js +8 -0
- package/dist/types/core/CesiumAlphaGeoJsonLayer/method/batchFun.js.map +1 -1
- package/dist/types/core/CesiumAlphaGeoJsonLayer/method/createGraphic.js +3 -0
- package/dist/types/core/CesiumAlphaGeoJsonLayer/method/createGraphic.js.map +1 -1
- package/dist/types/core/CesiumAlphaGeoJsonLayer/type.d.ts +1 -1
- package/dist/types/util/modelGetHeight/index.d.ts +1 -1
- package/dist/types/util/modelGetHeight/index.js +11 -4
- package/dist/types/util/modelGetHeight/index.js.map +1 -1
- package/dist/types/util/urlResolve/index.d.ts +9 -0
- package/dist/types/util/urlResolve/index.js +24 -0
- package/dist/types/util/urlResolve/index.js.map +1 -0
- package/package.json +1 -1
|
@@ -1341,7 +1341,7 @@ span.cesium-projectionPicker-wrapper {
|
|
|
1341
1341
|
|
|
1342
1342
|
/* packages/widgets/Source/widgets.css */
|
|
1343
1343
|
|
|
1344
|
-
.component-ui[data-v-
|
|
1344
|
+
.component-ui[data-v-a41b1862] {
|
|
1345
1345
|
border-radius: 4px;
|
|
1346
1346
|
padding: 10px;
|
|
1347
1347
|
position: absolute;
|
|
@@ -1359,20 +1359,20 @@ span.cesium-projectionPicker-wrapper {
|
|
|
1359
1359
|
max-height: 70vh;
|
|
1360
1360
|
overflow-y: scroll;
|
|
1361
1361
|
}
|
|
1362
|
-
.header[data-v-
|
|
1362
|
+
.header[data-v-a41b1862] {
|
|
1363
1363
|
width: 100%;
|
|
1364
1364
|
display: flex;
|
|
1365
1365
|
justify-content: space-between;
|
|
1366
1366
|
font-size: 16px;
|
|
1367
1367
|
align-items: center;
|
|
1368
1368
|
}
|
|
1369
|
-
.header .clostBth[data-v-
|
|
1369
|
+
.header .clostBth[data-v-a41b1862] {
|
|
1370
1370
|
width: 18px;
|
|
1371
1371
|
height: 18px;
|
|
1372
1372
|
margin-left: 50px;
|
|
1373
1373
|
cursor: pointer;
|
|
1374
1374
|
}
|
|
1375
|
-
.container[data-v-
|
|
1375
|
+
.container[data-v-a41b1862] {
|
|
1376
1376
|
display: flex;
|
|
1377
1377
|
justify-content: center;
|
|
1378
1378
|
align-items: center;
|
|
@@ -1381,53 +1381,40 @@ span.cesium-projectionPicker-wrapper {
|
|
|
1381
1381
|
text-align: right;
|
|
1382
1382
|
font-size: 14px;
|
|
1383
1383
|
}
|
|
1384
|
-
.moveingSection[data-v-
|
|
1384
|
+
.moveingSection[data-v-a41b1862] {
|
|
1385
1385
|
display: flex;
|
|
1386
1386
|
margin-top: 15px;
|
|
1387
1387
|
width: 300px;
|
|
1388
1388
|
justify-content: space-around;
|
|
1389
1389
|
}
|
|
1390
|
-
.moveingSection img[data-v-
|
|
1390
|
+
.moveingSection img[data-v-a41b1862] {
|
|
1391
1391
|
width: 20px;
|
|
1392
1392
|
height: 20px;
|
|
1393
1393
|
cursor: pointer;
|
|
1394
1394
|
}
|
|
1395
|
-
.load3DTiles[data-v-
|
|
1395
|
+
.load3DTiles[data-v-a41b1862] {
|
|
1396
1396
|
width: 100%;
|
|
1397
1397
|
display: flex;
|
|
1398
1398
|
align-items: center;
|
|
1399
1399
|
margin-top: 15px;
|
|
1400
1400
|
justify-content: right;
|
|
1401
1401
|
}
|
|
1402
|
-
.load3DTiles span[data-v-
|
|
1402
|
+
.load3DTiles span[data-v-a41b1862] {
|
|
1403
1403
|
min-width: 100px;
|
|
1404
1404
|
text-align: right;
|
|
1405
1405
|
}
|
|
1406
|
-
.
|
|
1407
|
-
height: 20px;
|
|
1408
|
-
width: 50px;
|
|
1409
|
-
margin-left: 5px;
|
|
1410
|
-
}
|
|
1411
|
-
.load3DTiles .modelUrl[data-v-12f4f40d] {
|
|
1412
|
-
width: 150px;
|
|
1413
|
-
background-color: #fff;
|
|
1414
|
-
height: 20px;
|
|
1415
|
-
border-radius: 5px;
|
|
1416
|
-
color: black;
|
|
1417
|
-
text-align: center;
|
|
1418
|
-
}
|
|
1419
|
-
.importShp[data-v-12f4f40d] {
|
|
1406
|
+
.importShp[data-v-a41b1862] {
|
|
1420
1407
|
width: 100%;
|
|
1421
1408
|
display: flex;
|
|
1422
1409
|
align-items: center;
|
|
1423
1410
|
margin-top: 15px;
|
|
1424
1411
|
justify-content: right;
|
|
1425
1412
|
}
|
|
1426
|
-
.importShp span[data-v-
|
|
1413
|
+
.importShp span[data-v-a41b1862] {
|
|
1427
1414
|
min-width: 100px;
|
|
1428
1415
|
text-align: right;
|
|
1429
1416
|
}
|
|
1430
|
-
.importShp .fileNameContainer[data-v-
|
|
1417
|
+
.importShp .fileNameContainer[data-v-a41b1862] {
|
|
1431
1418
|
width: 150px;
|
|
1432
1419
|
background-color: #fff;
|
|
1433
1420
|
height: 20px;
|
|
@@ -1437,164 +1424,191 @@ span.cesium-projectionPicker-wrapper {
|
|
|
1437
1424
|
overflow: hidden;
|
|
1438
1425
|
text-overflow: ellipsis;
|
|
1439
1426
|
}
|
|
1440
|
-
.importShp .loadBth[data-v-
|
|
1427
|
+
.importShp .loadBth[data-v-a41b1862] {
|
|
1441
1428
|
width: 50px;
|
|
1442
1429
|
height: 20px;
|
|
1443
1430
|
margin-left: 5px;
|
|
1444
1431
|
}
|
|
1445
|
-
.samplingInterval[data-v-
|
|
1432
|
+
.samplingInterval[data-v-a41b1862] {
|
|
1446
1433
|
width: 100%;
|
|
1447
1434
|
display: flex;
|
|
1448
1435
|
justify-content: right;
|
|
1449
1436
|
align-items: center;
|
|
1450
1437
|
margin-top: 15px;
|
|
1451
1438
|
}
|
|
1452
|
-
.samplingInterval .numberInput[data-v-
|
|
1439
|
+
.samplingInterval .numberInput[data-v-a41b1862] {
|
|
1453
1440
|
width: 205px;
|
|
1454
1441
|
}
|
|
1455
|
-
.samplingInterval span[data-v-
|
|
1442
|
+
.samplingInterval span[data-v-a41b1862] {
|
|
1456
1443
|
min-width: 100px;
|
|
1457
1444
|
text-align: right;
|
|
1458
1445
|
}
|
|
1459
|
-
.colorPicke[data-v-
|
|
1446
|
+
.colorPicke[data-v-a41b1862] {
|
|
1460
1447
|
margin-top: 15px;
|
|
1461
1448
|
width: 100%;
|
|
1462
1449
|
display: flex;
|
|
1463
1450
|
justify-content: right;
|
|
1464
1451
|
align-items: center;
|
|
1465
1452
|
}
|
|
1466
|
-
.colorPicke span[data-v-
|
|
1453
|
+
.colorPicke span[data-v-a41b1862] {
|
|
1467
1454
|
text-align: right;
|
|
1468
1455
|
min-width: 100px;
|
|
1469
1456
|
}
|
|
1470
|
-
.colorPicke[data-v-
|
|
1457
|
+
.colorPicke[data-v-a41b1862] .el-color-picker__trigger {
|
|
1471
1458
|
width: 205px;
|
|
1472
1459
|
}
|
|
1473
|
-
.buttonDiv[data-v-
|
|
1460
|
+
.buttonDiv[data-v-a41b1862] {
|
|
1474
1461
|
width: 100%;
|
|
1475
1462
|
margin-top: 15px;
|
|
1476
1463
|
display: flex;
|
|
1477
1464
|
justify-content: space-around;
|
|
1478
1465
|
align-items: center;
|
|
1479
1466
|
}
|
|
1480
|
-
.infoBox[data-v-
|
|
1467
|
+
.infoBox[data-v-a41b1862] {
|
|
1481
1468
|
width: 100%;
|
|
1482
1469
|
display: flex;
|
|
1483
1470
|
flex-direction: column;
|
|
1484
1471
|
}
|
|
1485
|
-
.infoBox section[data-v-
|
|
1472
|
+
.infoBox section[data-v-a41b1862] {
|
|
1486
1473
|
margin-top: 15px;
|
|
1487
1474
|
display: flex;
|
|
1488
1475
|
justify-content: right;
|
|
1489
1476
|
}
|
|
1490
|
-
.infoBox section span[data-v-
|
|
1477
|
+
.infoBox section span[data-v-a41b1862] {
|
|
1491
1478
|
text-align: right;
|
|
1492
1479
|
min-width: 100px;
|
|
1493
1480
|
}
|
|
1494
|
-
.infoBox section div[data-v-
|
|
1481
|
+
.infoBox section div[data-v-a41b1862] {
|
|
1495
1482
|
width: 205px;
|
|
1496
1483
|
border-radius: 5px;
|
|
1497
1484
|
color: #fff;
|
|
1498
1485
|
text-align: center;
|
|
1499
1486
|
}
|
|
1500
|
-
.sildloop[data-v-
|
|
1487
|
+
.sildloop[data-v-a41b1862] {
|
|
1501
1488
|
display: flex;
|
|
1502
1489
|
width: 100%;
|
|
1503
1490
|
justify-content: right;
|
|
1504
1491
|
align-items: center;
|
|
1505
1492
|
margin-top: 15px;
|
|
1506
1493
|
}
|
|
1507
|
-
.sildloop span[data-v-
|
|
1494
|
+
.sildloop span[data-v-a41b1862] {
|
|
1508
1495
|
text-align: right;
|
|
1509
1496
|
min-width: 100px;
|
|
1510
1497
|
}
|
|
1511
|
-
.sildloop div[data-v-
|
|
1498
|
+
.sildloop div[data-v-a41b1862] {
|
|
1512
1499
|
display: flex;
|
|
1513
1500
|
justify-content: center;
|
|
1514
1501
|
width: 205px;
|
|
1515
1502
|
}
|
|
1516
|
-
.roadPlan[data-v-
|
|
1503
|
+
.roadPlan[data-v-a41b1862] {
|
|
1517
1504
|
display: flex;
|
|
1518
1505
|
width: 100%;
|
|
1519
1506
|
justify-content: center;
|
|
1520
1507
|
align-items: center;
|
|
1521
1508
|
margin-top: 15px;
|
|
1522
1509
|
}
|
|
1523
|
-
.roadPlan span[data-v-
|
|
1510
|
+
.roadPlan span[data-v-a41b1862] {
|
|
1524
1511
|
text-align: right;
|
|
1525
1512
|
min-width: 100px;
|
|
1526
1513
|
}
|
|
1527
|
-
.roadPlan div[data-v-
|
|
1514
|
+
.roadPlan div[data-v-a41b1862] {
|
|
1528
1515
|
display: flex;
|
|
1529
1516
|
justify-content: center;
|
|
1530
1517
|
width: 205px;
|
|
1531
1518
|
}
|
|
1532
|
-
.roadPlan div div[data-v-
|
|
1519
|
+
.roadPlan div div[data-v-a41b1862] {
|
|
1533
1520
|
display: block;
|
|
1534
1521
|
}
|
|
1535
|
-
.showLine[data-v-
|
|
1522
|
+
.showLine[data-v-a41b1862] {
|
|
1536
1523
|
display: flex;
|
|
1537
1524
|
width: 100%;
|
|
1538
1525
|
justify-content: right;
|
|
1539
1526
|
align-items: center;
|
|
1540
1527
|
margin-top: 15px;
|
|
1541
1528
|
}
|
|
1542
|
-
.showLine span[data-v-
|
|
1529
|
+
.showLine span[data-v-a41b1862] {
|
|
1543
1530
|
text-align: right;
|
|
1544
1531
|
min-width: 100px;
|
|
1545
1532
|
}
|
|
1546
|
-
.showLine div[data-v-
|
|
1533
|
+
.showLine div[data-v-a41b1862] {
|
|
1547
1534
|
display: flex;
|
|
1548
1535
|
justify-content: center;
|
|
1549
1536
|
width: 205px;
|
|
1550
1537
|
}
|
|
1551
|
-
.showLine div[data-v-
|
|
1538
|
+
.showLine div[data-v-a41b1862] .el-switch__label {
|
|
1552
1539
|
color: #fff;
|
|
1553
1540
|
}
|
|
1554
|
-
.polygonPosition[data-v-
|
|
1541
|
+
.polygonPosition[data-v-a41b1862] {
|
|
1555
1542
|
display: flex;
|
|
1556
1543
|
width: 100%;
|
|
1557
1544
|
justify-content: right;
|
|
1558
1545
|
align-items: center;
|
|
1559
1546
|
margin-top: 15px;
|
|
1560
1547
|
}
|
|
1561
|
-
.polygonPosition > div[data-v-
|
|
1548
|
+
.polygonPosition > div[data-v-a41b1862] {
|
|
1562
1549
|
display: flex;
|
|
1563
1550
|
justify-content: center;
|
|
1564
1551
|
width: 205px;
|
|
1565
1552
|
}
|
|
1566
|
-
.polygonPosition > div .positionInput[data-v-
|
|
1553
|
+
.polygonPosition > div .positionInput[data-v-a41b1862] {
|
|
1567
1554
|
height: 20px;
|
|
1568
1555
|
width: 150px;
|
|
1569
1556
|
}
|
|
1570
|
-
.polygonPosition > div .moveBth[data-v-
|
|
1557
|
+
.polygonPosition > div .moveBth[data-v-a41b1862] {
|
|
1571
1558
|
width: 50px;
|
|
1572
1559
|
height: 20px;
|
|
1573
1560
|
margin-left: 5px;
|
|
1574
1561
|
}
|
|
1562
|
+
.historyContainer[data-v-a41b1862] {
|
|
1563
|
+
display: flex;
|
|
1564
|
+
width: 100%;
|
|
1565
|
+
justify-content: center;
|
|
1566
|
+
align-items: center;
|
|
1567
|
+
margin-top: 15px;
|
|
1568
|
+
flex-direction: column;
|
|
1569
|
+
}
|
|
1570
|
+
.historyContainer section[data-v-a41b1862] {
|
|
1571
|
+
margin-bottom: 10px;
|
|
1572
|
+
width: 100%;
|
|
1573
|
+
display: flex;
|
|
1574
|
+
justify-content: center;
|
|
1575
|
+
color: #fff;
|
|
1576
|
+
}
|
|
1577
|
+
.historyContainer section span[data-v-a41b1862] {
|
|
1578
|
+
padding-left: 15px;
|
|
1579
|
+
display: flex;
|
|
1580
|
+
align-items: center;
|
|
1581
|
+
}
|
|
1582
|
+
.historyContainer section .bth[data-v-a41b1862] {
|
|
1583
|
+
width: 16px;
|
|
1584
|
+
height: 16px;
|
|
1585
|
+
color: rgb(255, 255, 255);
|
|
1586
|
+
font-size: 24px;
|
|
1587
|
+
cursor: pointer;
|
|
1588
|
+
}
|
|
1575
1589
|
/* 设置滚动条的宽度 */
|
|
1576
|
-
.component-ui[data-v-
|
|
1590
|
+
.component-ui[data-v-a41b1862]::-webkit-scrollbar {
|
|
1577
1591
|
width: 5px;
|
|
1578
1592
|
/* 设置滚动条的宽度 */
|
|
1579
1593
|
height: 12px;
|
|
1580
1594
|
/* 设置水平滚动条的高度 */
|
|
1581
1595
|
}
|
|
1582
1596
|
/* 设置滚动条的滑块样式 */
|
|
1583
|
-
.component-ui[data-v-
|
|
1597
|
+
.component-ui[data-v-a41b1862]::-webkit-scrollbar-thumb {
|
|
1584
1598
|
background-color: #888;
|
|
1585
1599
|
/* 设置滑块的颜色 */
|
|
1586
1600
|
border-radius: 10px;
|
|
1587
1601
|
/* 设置滑块的圆角 */
|
|
1588
1602
|
}
|
|
1589
1603
|
/* 设置滚动条轨道的样式 */
|
|
1590
|
-
.component-ui[data-v-
|
|
1604
|
+
.component-ui[data-v-a41b1862]::-webkit-scrollbar-track {
|
|
1591
1605
|
background: #f1f1f1;
|
|
1592
1606
|
/* 设置轨道的背景色 */
|
|
1593
1607
|
border-radius: 10px;
|
|
1594
1608
|
/* 设置轨道的圆角 */
|
|
1595
1609
|
}
|
|
1596
1610
|
/* 设置滑块悬停时的样式 */
|
|
1597
|
-
.component-ui[data-v-
|
|
1611
|
+
.component-ui[data-v-a41b1862]::-webkit-scrollbar-thumb:hover {
|
|
1598
1612
|
background-color: #555;
|
|
1599
1613
|
/* 设置悬停时滑块的颜色 */
|
|
1600
1614
|
}
|