gis-cesium-helper 1.1.20 → 1.1.22
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/Cesium.d.ts +3498 -2977
- package/dist/Cesium/Cesium.js +15065 -90
- package/dist/Cesium/README.md +13 -0
- package/dist/Cesium/ThirdParty/Workers/basis_transcoder.js +31 -1
- package/dist/Cesium/ThirdParty/Workers/draco_decoder_nodejs.js +1 -116
- package/dist/Cesium/ThirdParty/Workers/package.js +1 -0
- package/dist/Cesium/ThirdParty/Workers/package.json +1 -0
- package/dist/Cesium/ThirdParty/Workers/pako_deflate.min.js +1 -1
- package/dist/Cesium/ThirdParty/Workers/pako_inflate.min.js +1 -1
- package/dist/Cesium/ThirdParty/Workers/z-worker-pako.js +1 -1
- package/dist/Cesium/ThirdParty/draco_decoder.wasm +0 -0
- package/dist/Cesium/ThirdParty/google-earth-dbroot-parser.js +1 -1
- package/dist/Cesium/Widgets/Animation/Animation.css +127 -1
- package/dist/Cesium/Widgets/Animation/lighter.css +70 -1
- package/dist/Cesium/Widgets/BaseLayerPicker/BaseLayerPicker.css +108 -1
- package/dist/Cesium/Widgets/BaseLayerPicker/lighter.css +22 -1
- package/dist/Cesium/Widgets/Cesium3DTilesInspector/Cesium3DTilesInspector.css +102 -1
- package/dist/Cesium/Widgets/CesiumInspector/CesiumInspector.css +113 -1
- package/dist/Cesium/Widgets/CesiumWidget/CesiumWidget.css +124 -1
- package/dist/Cesium/Widgets/CesiumWidget/lighter.css +14 -1
- package/dist/Cesium/Widgets/FullscreenButton/FullscreenButton.css +8 -1
- package/dist/Cesium/Widgets/Geocoder/Geocoder.css +70 -1
- package/dist/Cesium/Widgets/Geocoder/lighter.css +17 -1
- package/dist/Cesium/Widgets/InfoBox/InfoBox.css +92 -1
- package/dist/Cesium/Widgets/InfoBox/InfoBoxDescription.css +178 -1
- package/dist/Cesium/Widgets/NavigationHelpButton/NavigationHelpButton.css +93 -1
- package/dist/Cesium/Widgets/NavigationHelpButton/lighter.css +38 -1
- package/dist/Cesium/Widgets/PerformanceWatchdog/PerformanceWatchdog.css +15 -1
- package/dist/Cesium/Widgets/ProjectionPicker/ProjectionPicker.css +38 -1
- package/dist/Cesium/Widgets/SceneModePicker/SceneModePicker.css +56 -1
- package/dist/Cesium/Widgets/SelectionIndicator/SelectionIndicator.css +20 -1
- package/dist/Cesium/Widgets/Timeline/Timeline.css +96 -1
- package/dist/Cesium/Widgets/Timeline/lighter.css +18 -1
- package/dist/Cesium/Widgets/VRButton/VRButton.css +8 -1
- package/dist/Cesium/Widgets/Viewer/Viewer.css +107 -1
- package/dist/Cesium/Widgets/VoxelInspector/VoxelInspector.css +16 -0
- package/dist/Cesium/Widgets/lighter.css +232 -1
- package/dist/Cesium/Widgets/lighterShared.css +46 -1
- package/dist/Cesium/Widgets/shared.css +103 -1
- package/dist/Cesium/Widgets/widgets.css +1311 -1
- package/dist/Cesium/Workers/ArcType-26a3f38d.js +1 -0
- package/dist/Cesium/Workers/AttributeCompression-48e336db.js +1 -0
- package/dist/Cesium/Workers/AxisAlignedBoundingBox-2c8f82be.js +1 -0
- package/dist/Cesium/Workers/BoundingRectangle-b8248608.js +1 -0
- package/dist/Cesium/Workers/BoxGeometry-85afccf5.js +1 -0
- package/dist/Cesium/Workers/Color-50ebab71.js +1 -0
- package/dist/Cesium/Workers/ComponentDatatype-ab629b88.js +1 -0
- package/dist/Cesium/Workers/CoplanarPolygonGeometryLibrary-44d91286.js +1 -0
- package/dist/Cesium/Workers/CorridorGeometryLibrary-0fed6511.js +1 -0
- package/dist/Cesium/Workers/CylinderGeometry-4802140c.js +1 -0
- package/dist/Cesium/Workers/CylinderGeometryLibrary-f49f33a8.js +1 -0
- package/dist/Cesium/Workers/EllipseGeometry-e8ae6742.js +1 -0
- package/dist/Cesium/Workers/EllipseGeometryLibrary-6ce53de3.js +1 -0
- package/dist/Cesium/Workers/EllipseOutlineGeometry-52d25fd2.js +1 -0
- package/dist/Cesium/Workers/EllipsoidGeodesic-2723ab86.js +1 -0
- package/dist/Cesium/Workers/EllipsoidGeometry-7cbedd8f.js +1 -0
- package/dist/Cesium/Workers/EllipsoidOutlineGeometry-876d584e.js +1 -0
- package/dist/Cesium/Workers/EllipsoidRhumbLine-77eff028.js +1 -0
- package/dist/Cesium/Workers/EllipsoidTangentPlane-4cf30b6c.js +1 -0
- package/dist/Cesium/Workers/EncodedCartesian3-5e2017ab.js +1 -0
- package/dist/Cesium/Workers/FrustumGeometry-cffd2aa8.js +1 -0
- package/dist/Cesium/Workers/GeometryAttribute-b10c5c29.js +1 -0
- package/dist/Cesium/Workers/GeometryAttributes-1e4ddcd2.js +1 -0
- package/dist/Cesium/Workers/GeometryInstance-0318e0cd.js +1 -0
- package/dist/Cesium/Workers/GeometryOffsetAttribute-2579b8d2.js +1 -0
- package/dist/Cesium/Workers/GeometryPipeline-5926bf6a.js +1 -0
- package/dist/Cesium/Workers/IndexDatatype-d3db4e7d.js +1 -0
- package/dist/Cesium/Workers/IntersectionTests-832aa5c7.js +1 -0
- package/dist/Cesium/Workers/Math-2ce22ee9.js +1 -0
- package/dist/Cesium/Workers/Matrix2-413c4048.js +1 -0
- package/dist/Cesium/Workers/Matrix3-81054f0f.js +1 -0
- package/dist/Cesium/Workers/OrientedBoundingBox-c3eda7c2.js +1 -0
- package/dist/Cesium/Workers/Plane-6add0ae1.js +1 -0
- package/dist/Cesium/Workers/PolygonGeometryLibrary-d5f3e119.js +1 -0
- package/dist/Cesium/Workers/PolygonPipeline-e8d27f39.js +1 -0
- package/dist/Cesium/Workers/PolylinePipeline-3006b0cf.js +1 -0
- package/dist/Cesium/Workers/PolylineVolumeGeometryLibrary-437b726e.js +1 -0
- package/dist/Cesium/Workers/PrimitivePipeline-90884677.js +1 -0
- package/dist/Cesium/Workers/RectangleGeometryLibrary-11b080fb.js +1 -0
- package/dist/Cesium/Workers/RuntimeError-9b4ce3fb.js +1 -0
- package/dist/Cesium/Workers/TerrainEncoding-7b6ac0c5.js +1 -0
- package/dist/Cesium/Workers/Transforms-c65aae74.js +14 -0
- package/dist/Cesium/Workers/VertexFormat-fbdec922.js +1 -0
- package/dist/Cesium/Workers/WallGeometryLibrary-dc44247b.js +1 -0
- package/dist/Cesium/Workers/WebGLConstants-7f557f93.js +1 -0
- package/dist/Cesium/Workers/WebMercatorProjection-943e2226.js +1 -0
- package/dist/Cesium/Workers/arrayRemoveDuplicates-9b636830.js +1 -0
- package/dist/Cesium/Workers/cesiumWorkerBootstrapper.js +28 -3
- package/dist/Cesium/Workers/combine-0c102d93.js +1 -0
- package/dist/Cesium/Workers/combineGeometry.js +1 -1
- package/dist/Cesium/Workers/createBoxGeometry.js +1 -1
- package/dist/Cesium/Workers/createBoxOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createCircleGeometry.js +1 -1
- package/dist/Cesium/Workers/createCircleOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createCoplanarPolygonGeometry.js +1 -1
- package/dist/Cesium/Workers/createCoplanarPolygonOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createCorridorGeometry.js +1 -1
- package/dist/Cesium/Workers/createCorridorOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createCylinderGeometry.js +1 -1
- package/dist/Cesium/Workers/createCylinderOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createEllipseGeometry.js +1 -1
- package/dist/Cesium/Workers/createEllipseOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createEllipsoidGeometry.js +1 -1
- package/dist/Cesium/Workers/createEllipsoidOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createFrustumGeometry.js +1 -1
- package/dist/Cesium/Workers/createFrustumOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createGeometry.js +1 -1
- package/dist/Cesium/Workers/createGroundPolylineGeometry.js +1 -1
- package/dist/Cesium/Workers/createPlaneGeometry.js +1 -1
- package/dist/Cesium/Workers/createPlaneOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createPolygonGeometry.js +1 -1
- package/dist/Cesium/Workers/createPolygonOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createPolylineGeometry.js +1 -1
- package/dist/Cesium/Workers/createPolylineVolumeGeometry.js +1 -1
- package/dist/Cesium/Workers/createPolylineVolumeOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createRectangleGeometry.js +1 -1
- package/dist/Cesium/Workers/createRectangleOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createSimplePolylineGeometry.js +1 -1
- package/dist/Cesium/Workers/createSphereGeometry.js +1 -1
- package/dist/Cesium/Workers/createSphereOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/createTaskProcessorWorker.js +1 -1
- package/dist/Cesium/Workers/createVectorTileClampedPolylines.js +1 -1
- package/dist/Cesium/Workers/createVectorTileGeometries.js +1 -1
- package/dist/Cesium/Workers/createVectorTilePoints.js +1 -1
- package/dist/Cesium/Workers/createVectorTilePolygons.js +1 -1
- package/dist/Cesium/Workers/createVectorTilePolylines.js +1 -1
- package/dist/Cesium/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +1 -1
- package/dist/Cesium/Workers/createVerticesFromHeightmap.js +2 -2
- package/dist/Cesium/Workers/createVerticesFromQuantizedTerrainMesh.js +1 -1
- package/dist/Cesium/Workers/createWallGeometry.js +1 -1
- package/dist/Cesium/Workers/createWallOutlineGeometry.js +1 -1
- package/dist/Cesium/Workers/decodeDraco.js +1 -1
- package/dist/Cesium/Workers/decodeGoogleEarthEnterprisePacket.js +1 -1
- package/dist/Cesium/Workers/decodeI3S.js +1 -0
- package/dist/Cesium/Workers/defaultValue-f6d5e6da.js +1 -0
- package/dist/Cesium/Workers/package.js +26 -0
- package/dist/Cesium/Workers/transcodeKTX2.js +1 -1
- package/dist/Cesium/Workers/transferTypedArrayTest.js +26 -1
- package/dist/Cesium/Workers/upsampleQuantizedTerrainMesh.js +1 -1
- package/dist/Cesium/index.cjs +15065 -0
- package/dist/Cesium/index.js +15065 -0
- package/dist/gis3d/gis3d.css +980 -959
- package/dist/gis3d/gis3d.js +80490 -16
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1 +1,14 @@
|
|
|
1
|
-
.cesium-lighter .cesium-widget-errorPanel
|
|
1
|
+
.cesium-lighter .cesium-widget-errorPanel {
|
|
2
|
+
background: rgba(255, 255, 255, 0.7);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.cesium-lighter .cesium-widget-errorPanel-content {
|
|
6
|
+
border: 1px solid #526f82;
|
|
7
|
+
border-radius: 7px;
|
|
8
|
+
background-color: white;
|
|
9
|
+
color: black;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.cesium-lighter .cesium-widget-errorPanel-header {
|
|
13
|
+
color: #b87d00;
|
|
14
|
+
}
|
|
@@ -1 +1,8 @@
|
|
|
1
|
-
.
|
|
1
|
+
/* packages/widgets/Source/FullscreenButton/FullscreenButton.css */
|
|
2
|
+
.cesium-button.cesium-fullscreenButton {
|
|
3
|
+
display: block;
|
|
4
|
+
width: 100%;
|
|
5
|
+
height: 100%;
|
|
6
|
+
margin: 0;
|
|
7
|
+
border-radius: 0;
|
|
8
|
+
}
|
|
@@ -1 +1,70 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/Geocoder/Geocoder.css */
|
|
2
|
+
.cesium-viewer-geocoderContainer .cesium-geocoder-input {
|
|
3
|
+
border: solid 1px #444;
|
|
4
|
+
background-color: rgba(40, 40, 40, 0.7);
|
|
5
|
+
color: white;
|
|
6
|
+
display: inline-block;
|
|
7
|
+
vertical-align: middle;
|
|
8
|
+
width: 0;
|
|
9
|
+
height: 32px;
|
|
10
|
+
margin: 0;
|
|
11
|
+
padding: 0 32px 0 0;
|
|
12
|
+
border-radius: 0;
|
|
13
|
+
box-sizing: border-box;
|
|
14
|
+
transition: width ease-in-out 0.25s, background-color 0.2s ease-in-out;
|
|
15
|
+
-webkit-appearance: none;
|
|
16
|
+
}
|
|
17
|
+
.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input {
|
|
18
|
+
border-color: #aef;
|
|
19
|
+
box-shadow: 0 0 8px #fff;
|
|
20
|
+
}
|
|
21
|
+
.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus {
|
|
22
|
+
border-color: #ea4;
|
|
23
|
+
background-color: rgba(15, 15, 15, 0.9);
|
|
24
|
+
box-shadow: none;
|
|
25
|
+
outline: none;
|
|
26
|
+
}
|
|
27
|
+
.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input,
|
|
28
|
+
.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus,
|
|
29
|
+
.cesium-viewer-geocoderContainer .cesium-geocoder-input-wide {
|
|
30
|
+
padding-left: 4px;
|
|
31
|
+
width: 250px;
|
|
32
|
+
}
|
|
33
|
+
.cesium-viewer-geocoderContainer .search-results {
|
|
34
|
+
position: absolute;
|
|
35
|
+
background-color: #000;
|
|
36
|
+
color: #eee;
|
|
37
|
+
overflow-y: auto;
|
|
38
|
+
opacity: 0.8;
|
|
39
|
+
width: 100%;
|
|
40
|
+
}
|
|
41
|
+
.cesium-viewer-geocoderContainer .search-results ul {
|
|
42
|
+
list-style-type: none;
|
|
43
|
+
margin: 0;
|
|
44
|
+
padding: 0;
|
|
45
|
+
}
|
|
46
|
+
.cesium-viewer-geocoderContainer .search-results ul li {
|
|
47
|
+
font-size: 14px;
|
|
48
|
+
padding: 3px 10px;
|
|
49
|
+
}
|
|
50
|
+
.cesium-viewer-geocoderContainer .search-results ul li:hover {
|
|
51
|
+
cursor: pointer;
|
|
52
|
+
}
|
|
53
|
+
.cesium-viewer-geocoderContainer .search-results ul li.active {
|
|
54
|
+
background: #48b;
|
|
55
|
+
}
|
|
56
|
+
.cesium-geocoder-searchButton {
|
|
57
|
+
background-color: #303336;
|
|
58
|
+
display: inline-block;
|
|
59
|
+
position: absolute;
|
|
60
|
+
cursor: pointer;
|
|
61
|
+
width: 32px;
|
|
62
|
+
top: 1px;
|
|
63
|
+
right: 1px;
|
|
64
|
+
height: 30px;
|
|
65
|
+
vertical-align: middle;
|
|
66
|
+
fill: #edffff;
|
|
67
|
+
}
|
|
68
|
+
.cesium-geocoder-searchButton:hover {
|
|
69
|
+
background-color: #48b;
|
|
70
|
+
}
|
|
@@ -1 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/Geocoder/lighter.css */
|
|
2
|
+
.cesium-lighter .cesium-geocoder-input {
|
|
3
|
+
border: solid 1px #759dc0;
|
|
4
|
+
background-color: rgba(240, 240, 240, 0.9);
|
|
5
|
+
color: black;
|
|
6
|
+
}
|
|
7
|
+
.cesium-lighter .cesium-viewer-geocoderContainer:hover .cesium-geocoder-input {
|
|
8
|
+
border-color: #aef;
|
|
9
|
+
box-shadow: 0 0 8px #fff;
|
|
10
|
+
}
|
|
11
|
+
.cesium-lighter .cesium-geocoder-searchButton {
|
|
12
|
+
background-color: #e2f0ff;
|
|
13
|
+
fill: #111;
|
|
14
|
+
}
|
|
15
|
+
.cesium-lighter .cesium-geocoder-searchButton:hover {
|
|
16
|
+
background-color: #a6d2ff;
|
|
17
|
+
}
|
|
@@ -1 +1,92 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/InfoBox/InfoBox.css */
|
|
2
|
+
.cesium-infoBox {
|
|
3
|
+
display: block;
|
|
4
|
+
position: absolute;
|
|
5
|
+
top: 50px;
|
|
6
|
+
right: 0;
|
|
7
|
+
width: 40%;
|
|
8
|
+
max-width: 480px;
|
|
9
|
+
background: rgba(38, 38, 38, 0.95);
|
|
10
|
+
color: #edffff;
|
|
11
|
+
border: 1px solid #444;
|
|
12
|
+
border-right: none;
|
|
13
|
+
border-top-left-radius: 7px;
|
|
14
|
+
border-bottom-left-radius: 7px;
|
|
15
|
+
box-shadow: 0 0 10px 1px #000;
|
|
16
|
+
transform: translate(100%, 0);
|
|
17
|
+
visibility: hidden;
|
|
18
|
+
opacity: 0;
|
|
19
|
+
transition:
|
|
20
|
+
visibility 0s 0.2s,
|
|
21
|
+
opacity 0.2s ease-in,
|
|
22
|
+
transform 0.2s ease-in;
|
|
23
|
+
}
|
|
24
|
+
.cesium-infoBox-visible {
|
|
25
|
+
transform: translate(0, 0);
|
|
26
|
+
visibility: visible;
|
|
27
|
+
opacity: 1;
|
|
28
|
+
transition: opacity 0.2s ease-out, transform 0.2s ease-out;
|
|
29
|
+
}
|
|
30
|
+
.cesium-infoBox-title {
|
|
31
|
+
display: block;
|
|
32
|
+
height: 20px;
|
|
33
|
+
padding: 5px 30px 5px 25px;
|
|
34
|
+
background: rgba(84, 84, 84, 1);
|
|
35
|
+
border-top-left-radius: 7px;
|
|
36
|
+
text-align: center;
|
|
37
|
+
text-overflow: ellipsis;
|
|
38
|
+
white-space: nowrap;
|
|
39
|
+
overflow: hidden;
|
|
40
|
+
box-sizing: content-box;
|
|
41
|
+
}
|
|
42
|
+
.cesium-infoBox-bodyless .cesium-infoBox-title {
|
|
43
|
+
border-bottom-left-radius: 7px;
|
|
44
|
+
}
|
|
45
|
+
button.cesium-infoBox-camera {
|
|
46
|
+
display: block;
|
|
47
|
+
position: absolute;
|
|
48
|
+
top: 4px;
|
|
49
|
+
left: 4px;
|
|
50
|
+
width: 22px;
|
|
51
|
+
height: 22px;
|
|
52
|
+
background: transparent;
|
|
53
|
+
border-color: transparent;
|
|
54
|
+
border-radius: 3px;
|
|
55
|
+
padding: 0 5px;
|
|
56
|
+
margin: 0;
|
|
57
|
+
}
|
|
58
|
+
button.cesium-infoBox-close {
|
|
59
|
+
display: block;
|
|
60
|
+
position: absolute;
|
|
61
|
+
top: 5px;
|
|
62
|
+
right: 5px;
|
|
63
|
+
height: 20px;
|
|
64
|
+
background: transparent;
|
|
65
|
+
border: none;
|
|
66
|
+
border-radius: 2px;
|
|
67
|
+
font-weight: bold;
|
|
68
|
+
font-size: 16px;
|
|
69
|
+
padding: 0 5px;
|
|
70
|
+
margin: 0;
|
|
71
|
+
color: #edffff;
|
|
72
|
+
}
|
|
73
|
+
button.cesium-infoBox-close:focus {
|
|
74
|
+
background: rgba(238, 136, 0, 0.44);
|
|
75
|
+
outline: none;
|
|
76
|
+
}
|
|
77
|
+
button.cesium-infoBox-close:hover {
|
|
78
|
+
background: #888;
|
|
79
|
+
color: #000;
|
|
80
|
+
}
|
|
81
|
+
button.cesium-infoBox-close:active {
|
|
82
|
+
background: #a00;
|
|
83
|
+
color: #000;
|
|
84
|
+
}
|
|
85
|
+
.cesium-infoBox-bodyless .cesium-infoBox-iframe {
|
|
86
|
+
display: none;
|
|
87
|
+
}
|
|
88
|
+
.cesium-infoBox-iframe {
|
|
89
|
+
border: none;
|
|
90
|
+
width: 100%;
|
|
91
|
+
width: calc(100% - 2px);
|
|
92
|
+
}
|
|
@@ -1 +1,178 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/shared.css */
|
|
2
|
+
.cesium-svgPath-svg {
|
|
3
|
+
position: absolute;
|
|
4
|
+
top: 0;
|
|
5
|
+
left: 0;
|
|
6
|
+
width: 100%;
|
|
7
|
+
height: 100%;
|
|
8
|
+
overflow: hidden;
|
|
9
|
+
}
|
|
10
|
+
.cesium-button {
|
|
11
|
+
display: inline-block;
|
|
12
|
+
position: relative;
|
|
13
|
+
background: #303336;
|
|
14
|
+
border: 1px solid #444;
|
|
15
|
+
color: #edffff;
|
|
16
|
+
fill: #edffff;
|
|
17
|
+
border-radius: 4px;
|
|
18
|
+
padding: 5px 12px;
|
|
19
|
+
margin: 2px 3px;
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
overflow: hidden;
|
|
22
|
+
-moz-user-select: none;
|
|
23
|
+
-webkit-user-select: none;
|
|
24
|
+
-ms-user-select: none;
|
|
25
|
+
user-select: none;
|
|
26
|
+
}
|
|
27
|
+
.cesium-button:focus {
|
|
28
|
+
color: #fff;
|
|
29
|
+
fill: #fff;
|
|
30
|
+
border-color: #ea4;
|
|
31
|
+
outline: none;
|
|
32
|
+
}
|
|
33
|
+
.cesium-button:hover {
|
|
34
|
+
color: #fff;
|
|
35
|
+
fill: #fff;
|
|
36
|
+
background: #48b;
|
|
37
|
+
border-color: #aef;
|
|
38
|
+
box-shadow: 0 0 8px #fff;
|
|
39
|
+
}
|
|
40
|
+
.cesium-button:active {
|
|
41
|
+
color: #000;
|
|
42
|
+
fill: #000;
|
|
43
|
+
background: #adf;
|
|
44
|
+
border-color: #fff;
|
|
45
|
+
box-shadow: 0 0 8px #fff;
|
|
46
|
+
}
|
|
47
|
+
.cesium-button:disabled,
|
|
48
|
+
.cesium-button-disabled,
|
|
49
|
+
.cesium-button-disabled:focus,
|
|
50
|
+
.cesium-button-disabled:hover,
|
|
51
|
+
.cesium-button-disabled:active {
|
|
52
|
+
background: #303336;
|
|
53
|
+
border-color: #444;
|
|
54
|
+
color: #646464;
|
|
55
|
+
fill: #646464;
|
|
56
|
+
box-shadow: none;
|
|
57
|
+
cursor: default;
|
|
58
|
+
}
|
|
59
|
+
.cesium-button option {
|
|
60
|
+
background-color: #000;
|
|
61
|
+
color: #eee;
|
|
62
|
+
}
|
|
63
|
+
.cesium-button option:disabled {
|
|
64
|
+
color: #777;
|
|
65
|
+
}
|
|
66
|
+
.cesium-button input,
|
|
67
|
+
.cesium-button label {
|
|
68
|
+
cursor: pointer;
|
|
69
|
+
}
|
|
70
|
+
.cesium-button input {
|
|
71
|
+
vertical-align: sub;
|
|
72
|
+
}
|
|
73
|
+
.cesium-toolbar-button {
|
|
74
|
+
box-sizing: border-box;
|
|
75
|
+
width: 32px;
|
|
76
|
+
height: 32px;
|
|
77
|
+
border-radius: 14%;
|
|
78
|
+
padding: 0;
|
|
79
|
+
vertical-align: middle;
|
|
80
|
+
z-index: 0;
|
|
81
|
+
}
|
|
82
|
+
.cesium-performanceDisplay-defaultContainer {
|
|
83
|
+
position: absolute;
|
|
84
|
+
top: 50px;
|
|
85
|
+
right: 10px;
|
|
86
|
+
text-align: right;
|
|
87
|
+
}
|
|
88
|
+
.cesium-performanceDisplay {
|
|
89
|
+
background-color: rgba(40, 40, 40, 0.7);
|
|
90
|
+
padding: 7px;
|
|
91
|
+
border-radius: 5px;
|
|
92
|
+
border: 1px solid #444;
|
|
93
|
+
font: bold 12px sans-serif;
|
|
94
|
+
}
|
|
95
|
+
.cesium-performanceDisplay-fps {
|
|
96
|
+
color: #e52;
|
|
97
|
+
}
|
|
98
|
+
.cesium-performanceDisplay-throttled {
|
|
99
|
+
color: #a42;
|
|
100
|
+
}
|
|
101
|
+
.cesium-performanceDisplay-ms {
|
|
102
|
+
color: #de3;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
/* packages/widgets/Source/InfoBox/InfoBoxDescription.css */
|
|
106
|
+
body {
|
|
107
|
+
margin: 0;
|
|
108
|
+
padding: 0;
|
|
109
|
+
}
|
|
110
|
+
.cesium-infoBox-description {
|
|
111
|
+
font-family: sans-serif;
|
|
112
|
+
font-size: 13px;
|
|
113
|
+
padding: 4px 10px;
|
|
114
|
+
margin-right: 4px;
|
|
115
|
+
color: #edffff;
|
|
116
|
+
}
|
|
117
|
+
.cesium-infoBox-description a:link,
|
|
118
|
+
.cesium-infoBox-description a:visited,
|
|
119
|
+
.cesium-infoBox-description a:hover,
|
|
120
|
+
.cesium-infoBox-description a:active {
|
|
121
|
+
color: #edffff;
|
|
122
|
+
}
|
|
123
|
+
.cesium-infoBox-description table {
|
|
124
|
+
color: #edffff;
|
|
125
|
+
}
|
|
126
|
+
.cesium-infoBox-defaultTable {
|
|
127
|
+
width: 100%;
|
|
128
|
+
color: #edffff;
|
|
129
|
+
}
|
|
130
|
+
.cesium-infoBox-defaultTable tr:nth-child(odd) {
|
|
131
|
+
background-color: rgba(84, 84, 84, 0.8);
|
|
132
|
+
}
|
|
133
|
+
.cesium-infoBox-defaultTable tr:nth-child(even) {
|
|
134
|
+
background-color: rgba(84, 84, 84, 0.25);
|
|
135
|
+
}
|
|
136
|
+
.cesium-infoBox-defaultTable th {
|
|
137
|
+
font-weight: normal;
|
|
138
|
+
padding: 3px;
|
|
139
|
+
vertical-align: middle;
|
|
140
|
+
text-align: center;
|
|
141
|
+
}
|
|
142
|
+
.cesium-infoBox-defaultTable td {
|
|
143
|
+
padding: 3px;
|
|
144
|
+
vertical-align: middle;
|
|
145
|
+
text-align: left;
|
|
146
|
+
}
|
|
147
|
+
.cesium-infoBox-description-lighter {
|
|
148
|
+
color: #000000;
|
|
149
|
+
}
|
|
150
|
+
.cesium-infoBox-description-lighter a:link,
|
|
151
|
+
.cesium-infoBox-description-lighter a:visited,
|
|
152
|
+
.cesium-infoBox-description-lighter a:hover,
|
|
153
|
+
.cesium-infoBox-description-lighter a:active {
|
|
154
|
+
color: #000000;
|
|
155
|
+
}
|
|
156
|
+
.cesium-infoBox-description-lighter table {
|
|
157
|
+
color: #000000;
|
|
158
|
+
}
|
|
159
|
+
.cesium-infoBox-defaultTable-lighter {
|
|
160
|
+
width: 100%;
|
|
161
|
+
color: #000000;
|
|
162
|
+
}
|
|
163
|
+
.cesium-infoBox-defaultTable-lighter tr:nth-child(odd) {
|
|
164
|
+
background-color: rgba(179, 179, 179, 0.8);
|
|
165
|
+
}
|
|
166
|
+
.cesium-infoBox-defaultTable-lighter tr:nth-child(even) {
|
|
167
|
+
background-color: rgba(179, 179, 179, 0.25);
|
|
168
|
+
}
|
|
169
|
+
.cesium-infoBox-loadingContainer {
|
|
170
|
+
margin: 5px;
|
|
171
|
+
text-align: center;
|
|
172
|
+
}
|
|
173
|
+
.cesium-infoBox-loading {
|
|
174
|
+
display: inline-block;
|
|
175
|
+
background-image: url(data:text/plain;base64,R0lGODlhEAALAPQAAAAAAOLTlyAdFSgmGxEQC9zOk+LTl7mse25nSYyDXTw4KMO2gqCVa2dgRIl/Wzg1JsCzgN7PlJySaBUTDiEfFggIBbCkdR4cFAoJB0A7KlNONy4rHg4NCQAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
|
|
176
|
+
width: 16px;
|
|
177
|
+
height: 11px;
|
|
178
|
+
}
|
|
@@ -1 +1,93 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/NavigationHelpButton/NavigationHelpButton.css */
|
|
2
|
+
.cesium-navigationHelpButton-wrapper {
|
|
3
|
+
position: relative;
|
|
4
|
+
display: inline-block;
|
|
5
|
+
}
|
|
6
|
+
.cesium-navigation-help {
|
|
7
|
+
visibility: hidden;
|
|
8
|
+
position: absolute;
|
|
9
|
+
top: 38px;
|
|
10
|
+
right: 2px;
|
|
11
|
+
width: 250px;
|
|
12
|
+
border-radius: 10px;
|
|
13
|
+
transform: scale(0.01);
|
|
14
|
+
transform-origin: 234px -10px;
|
|
15
|
+
transition: visibility 0s 0.25s, transform 0.25s ease-in;
|
|
16
|
+
}
|
|
17
|
+
.cesium-navigation-help-visible {
|
|
18
|
+
visibility: visible;
|
|
19
|
+
transform: scale(1);
|
|
20
|
+
transition: transform 0.25s ease-out;
|
|
21
|
+
}
|
|
22
|
+
.cesium-navigation-help-instructions {
|
|
23
|
+
border: 1px solid #444;
|
|
24
|
+
background-color: rgba(38, 38, 38, 0.75);
|
|
25
|
+
padding-bottom: 5px;
|
|
26
|
+
border-radius: 0 0 10px 10px;
|
|
27
|
+
}
|
|
28
|
+
.cesium-click-navigation-help {
|
|
29
|
+
display: none;
|
|
30
|
+
}
|
|
31
|
+
.cesium-touch-navigation-help {
|
|
32
|
+
display: none;
|
|
33
|
+
padding-top: 5px;
|
|
34
|
+
}
|
|
35
|
+
.cesium-click-navigation-help-visible {
|
|
36
|
+
display: block;
|
|
37
|
+
}
|
|
38
|
+
.cesium-touch-navigation-help-visible {
|
|
39
|
+
display: block;
|
|
40
|
+
}
|
|
41
|
+
.cesium-navigation-help-pan {
|
|
42
|
+
color: #66ccff;
|
|
43
|
+
font-weight: bold;
|
|
44
|
+
}
|
|
45
|
+
.cesium-navigation-help-zoom {
|
|
46
|
+
color: #65fd00;
|
|
47
|
+
font-weight: bold;
|
|
48
|
+
}
|
|
49
|
+
.cesium-navigation-help-rotate {
|
|
50
|
+
color: #ffd800;
|
|
51
|
+
font-weight: bold;
|
|
52
|
+
}
|
|
53
|
+
.cesium-navigation-help-tilt {
|
|
54
|
+
color: #d800d8;
|
|
55
|
+
font-weight: bold;
|
|
56
|
+
}
|
|
57
|
+
.cesium-navigation-help-details {
|
|
58
|
+
color: #ffffff;
|
|
59
|
+
}
|
|
60
|
+
.cesium-navigation-button {
|
|
61
|
+
color: #fff;
|
|
62
|
+
background-color: transparent;
|
|
63
|
+
border-bottom: none;
|
|
64
|
+
border-top: 1px solid #444;
|
|
65
|
+
border-right: 1px solid #444;
|
|
66
|
+
margin: 0;
|
|
67
|
+
width: 50%;
|
|
68
|
+
cursor: pointer;
|
|
69
|
+
}
|
|
70
|
+
.cesium-navigation-button-icon {
|
|
71
|
+
vertical-align: middle;
|
|
72
|
+
padding: 5px 1px;
|
|
73
|
+
}
|
|
74
|
+
.cesium-navigation-button:focus {
|
|
75
|
+
outline: none;
|
|
76
|
+
}
|
|
77
|
+
.cesium-navigation-button-left {
|
|
78
|
+
border-radius: 10px 0 0 0;
|
|
79
|
+
border-left: 1px solid #444;
|
|
80
|
+
}
|
|
81
|
+
.cesium-navigation-button-right {
|
|
82
|
+
border-radius: 0 10px 0 0;
|
|
83
|
+
border-left: none;
|
|
84
|
+
}
|
|
85
|
+
.cesium-navigation-button-selected {
|
|
86
|
+
background-color: rgba(38, 38, 38, 0.75);
|
|
87
|
+
}
|
|
88
|
+
.cesium-navigation-button-unselected {
|
|
89
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
90
|
+
}
|
|
91
|
+
.cesium-navigation-button-unselected:hover {
|
|
92
|
+
background-color: rgba(76, 76, 76, 0.75);
|
|
93
|
+
}
|
|
@@ -1 +1,38 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/NavigationHelpButton/lighter.css */
|
|
2
|
+
.cesium-lighter .cesium-navigation-help-instructions {
|
|
3
|
+
border: 1px solid #759dc0;
|
|
4
|
+
background-color: rgba(255, 255, 255, 0.9);
|
|
5
|
+
}
|
|
6
|
+
.cesium-lighter .cesium-navigation-help-pan {
|
|
7
|
+
color: #66ccee;
|
|
8
|
+
font-weight: bold;
|
|
9
|
+
}
|
|
10
|
+
.cesium-lighter .cesium-navigation-help-zoom {
|
|
11
|
+
color: #65ec00;
|
|
12
|
+
font-weight: bold;
|
|
13
|
+
}
|
|
14
|
+
.cesium-lighter .cesium-navigation-help-rotate {
|
|
15
|
+
color: #eec722;
|
|
16
|
+
font-weight: bold;
|
|
17
|
+
}
|
|
18
|
+
.cesium-lighter .cesium-navigation-help-tilt {
|
|
19
|
+
color: #d800d8;
|
|
20
|
+
font-weight: bold;
|
|
21
|
+
}
|
|
22
|
+
.cesium-lighter .cesium-navigation-help-details {
|
|
23
|
+
color: #222222;
|
|
24
|
+
}
|
|
25
|
+
.cesium-lighter .cesium-navigation-button {
|
|
26
|
+
color: #222222;
|
|
27
|
+
border-top: 1px solid #759dc0;
|
|
28
|
+
border-right: 1px solid #759dc0;
|
|
29
|
+
}
|
|
30
|
+
.cesium-lighter .cesium-navigation-button-selected {
|
|
31
|
+
background-color: rgba(196, 225, 255, 0.9);
|
|
32
|
+
}
|
|
33
|
+
.cesium-lighter .cesium-navigation-button-unselected {
|
|
34
|
+
background-color: rgba(226, 240, 255, 0.9);
|
|
35
|
+
}
|
|
36
|
+
.cesium-lighter .cesium-navigation-button-unselected:hover {
|
|
37
|
+
background-color: rgba(166, 210, 255, 0.9);
|
|
38
|
+
}
|
|
@@ -1 +1,15 @@
|
|
|
1
|
-
.
|
|
1
|
+
/* packages/widgets/Source/PerformanceWatchdog/PerformanceWatchdog.css */
|
|
2
|
+
.cesium-performance-watchdog-message-area {
|
|
3
|
+
position: relative;
|
|
4
|
+
background-color: yellow;
|
|
5
|
+
color: black;
|
|
6
|
+
padding: 10px;
|
|
7
|
+
}
|
|
8
|
+
.cesium-performance-watchdog-message {
|
|
9
|
+
margin-right: 30px;
|
|
10
|
+
}
|
|
11
|
+
.cesium-performance-watchdog-message-dismiss {
|
|
12
|
+
position: absolute;
|
|
13
|
+
right: 0;
|
|
14
|
+
margin: 0 10px 0 0;
|
|
15
|
+
}
|
|
@@ -1 +1,38 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/ProjectionPicker/ProjectionPicker.css */
|
|
2
|
+
span.cesium-projectionPicker-wrapper {
|
|
3
|
+
display: inline-block;
|
|
4
|
+
position: relative;
|
|
5
|
+
margin: 0 3px;
|
|
6
|
+
}
|
|
7
|
+
.cesium-projectionPicker-visible {
|
|
8
|
+
visibility: visible;
|
|
9
|
+
opacity: 1;
|
|
10
|
+
transition: opacity 0.25s linear;
|
|
11
|
+
}
|
|
12
|
+
.cesium-projectionPicker-hidden {
|
|
13
|
+
visibility: hidden;
|
|
14
|
+
opacity: 0;
|
|
15
|
+
transition: visibility 0s 0.25s, opacity 0.25s linear;
|
|
16
|
+
}
|
|
17
|
+
.cesium-projectionPicker-wrapper .cesium-projectionPicker-none {
|
|
18
|
+
display: none;
|
|
19
|
+
}
|
|
20
|
+
.cesium-projectionPicker-wrapper .cesium-projectionPicker-dropDown-icon {
|
|
21
|
+
box-sizing: border-box;
|
|
22
|
+
padding: 0;
|
|
23
|
+
margin: 3px 0;
|
|
24
|
+
}
|
|
25
|
+
.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective,
|
|
26
|
+
.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic {
|
|
27
|
+
margin: 0 0 3px 0;
|
|
28
|
+
}
|
|
29
|
+
.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective .cesium-projectionPicker-iconOrthographic {
|
|
30
|
+
left: 100%;
|
|
31
|
+
}
|
|
32
|
+
.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic .cesium-projectionPicker-iconPerspective {
|
|
33
|
+
left: -100%;
|
|
34
|
+
}
|
|
35
|
+
.cesium-projectionPicker-wrapper .cesium-projectionPicker-selected {
|
|
36
|
+
border-color: #2e2;
|
|
37
|
+
box-shadow: 0 0 8px #fff, 0 0 8px #fff;
|
|
38
|
+
}
|
|
@@ -1 +1,56 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/SceneModePicker/SceneModePicker.css */
|
|
2
|
+
span.cesium-sceneModePicker-wrapper {
|
|
3
|
+
display: inline-block;
|
|
4
|
+
position: relative;
|
|
5
|
+
margin: 0 3px;
|
|
6
|
+
}
|
|
7
|
+
.cesium-sceneModePicker-visible {
|
|
8
|
+
visibility: visible;
|
|
9
|
+
opacity: 1;
|
|
10
|
+
transition: opacity 0.25s linear;
|
|
11
|
+
}
|
|
12
|
+
.cesium-sceneModePicker-hidden {
|
|
13
|
+
visibility: hidden;
|
|
14
|
+
opacity: 0;
|
|
15
|
+
transition: visibility 0s 0.25s, opacity 0.25s linear;
|
|
16
|
+
}
|
|
17
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-none {
|
|
18
|
+
display: none;
|
|
19
|
+
}
|
|
20
|
+
.cesium-sceneModePicker-slide-svg {
|
|
21
|
+
transition: left 2s;
|
|
22
|
+
top: 0;
|
|
23
|
+
left: 0;
|
|
24
|
+
}
|
|
25
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon {
|
|
26
|
+
box-sizing: border-box;
|
|
27
|
+
padding: 0;
|
|
28
|
+
margin: 3px 0;
|
|
29
|
+
}
|
|
30
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D,
|
|
31
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView,
|
|
32
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D {
|
|
33
|
+
margin: 0 0 3px 0;
|
|
34
|
+
}
|
|
35
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-icon2D {
|
|
36
|
+
left: 100%;
|
|
37
|
+
}
|
|
38
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-iconColumbusView {
|
|
39
|
+
left: 200%;
|
|
40
|
+
}
|
|
41
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon3D {
|
|
42
|
+
left: -200%;
|
|
43
|
+
}
|
|
44
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon2D {
|
|
45
|
+
left: -100%;
|
|
46
|
+
}
|
|
47
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-icon3D {
|
|
48
|
+
left: -100%;
|
|
49
|
+
}
|
|
50
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-iconColumbusView {
|
|
51
|
+
left: 100%;
|
|
52
|
+
}
|
|
53
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-selected {
|
|
54
|
+
border-color: #2e2;
|
|
55
|
+
box-shadow: 0 0 8px #fff, 0 0 8px #fff;
|
|
56
|
+
}
|
|
@@ -1 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/SelectionIndicator/SelectionIndicator.css */
|
|
2
|
+
.cesium-selection-wrapper {
|
|
3
|
+
position: absolute;
|
|
4
|
+
width: 160px;
|
|
5
|
+
height: 160px;
|
|
6
|
+
pointer-events: none;
|
|
7
|
+
visibility: hidden;
|
|
8
|
+
opacity: 0;
|
|
9
|
+
transition: visibility 0s 0.2s, opacity 0.2s ease-in;
|
|
10
|
+
}
|
|
11
|
+
.cesium-selection-wrapper-visible {
|
|
12
|
+
visibility: visible;
|
|
13
|
+
opacity: 1;
|
|
14
|
+
transition: opacity 0.2s ease-out;
|
|
15
|
+
}
|
|
16
|
+
.cesium-selection-wrapper svg {
|
|
17
|
+
fill: #2e2;
|
|
18
|
+
stroke: #000;
|
|
19
|
+
stroke-width: 1.1px;
|
|
20
|
+
}
|