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,96 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/Timeline/Timeline.css */
|
|
2
|
+
.cesium-timeline-main {
|
|
3
|
+
position: relative;
|
|
4
|
+
left: 0;
|
|
5
|
+
bottom: 0;
|
|
6
|
+
overflow: hidden;
|
|
7
|
+
border: solid 1px #888;
|
|
8
|
+
-moz-user-select: none;
|
|
9
|
+
-webkit-user-select: none;
|
|
10
|
+
-ms-user-select: none;
|
|
11
|
+
user-select: none;
|
|
12
|
+
}
|
|
13
|
+
.cesium-timeline-trackContainer {
|
|
14
|
+
width: 100%;
|
|
15
|
+
overflow: auto;
|
|
16
|
+
border-top: solid 1px #888;
|
|
17
|
+
position: relative;
|
|
18
|
+
top: 0;
|
|
19
|
+
left: 0;
|
|
20
|
+
}
|
|
21
|
+
.cesium-timeline-tracks {
|
|
22
|
+
position: absolute;
|
|
23
|
+
top: 0;
|
|
24
|
+
left: 0;
|
|
25
|
+
width: 100%;
|
|
26
|
+
}
|
|
27
|
+
.cesium-timeline-needle {
|
|
28
|
+
position: absolute;
|
|
29
|
+
left: 0;
|
|
30
|
+
top: 1.7em;
|
|
31
|
+
bottom: 0;
|
|
32
|
+
width: 1px;
|
|
33
|
+
background: #f00;
|
|
34
|
+
}
|
|
35
|
+
.cesium-timeline-bar {
|
|
36
|
+
position: relative;
|
|
37
|
+
left: 0;
|
|
38
|
+
top: 0;
|
|
39
|
+
overflow: hidden;
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
width: 100%;
|
|
42
|
+
height: 1.7em;
|
|
43
|
+
background: linear-gradient(to bottom, rgba(116, 117, 119, 0.8) 0%, rgba(58, 68, 82, 0.8) 11%, rgba(46, 50, 56, 0.8) 46%, rgba(53, 53, 53, 0.8) 81%, rgba(53, 53, 53, 0.8) 100%);
|
|
44
|
+
}
|
|
45
|
+
.cesium-timeline-ruler {
|
|
46
|
+
visibility: hidden;
|
|
47
|
+
white-space: nowrap;
|
|
48
|
+
font-size: 80%;
|
|
49
|
+
z-index: -200;
|
|
50
|
+
}
|
|
51
|
+
.cesium-timeline-highlight {
|
|
52
|
+
position: absolute;
|
|
53
|
+
bottom: 0;
|
|
54
|
+
left: 0;
|
|
55
|
+
background: #08f;
|
|
56
|
+
}
|
|
57
|
+
.cesium-timeline-ticLabel {
|
|
58
|
+
position: absolute;
|
|
59
|
+
top: 0;
|
|
60
|
+
left: 0;
|
|
61
|
+
white-space: nowrap;
|
|
62
|
+
font-size: 80%;
|
|
63
|
+
color: #eee;
|
|
64
|
+
}
|
|
65
|
+
.cesium-timeline-ticMain {
|
|
66
|
+
position: absolute;
|
|
67
|
+
bottom: 0;
|
|
68
|
+
left: 0;
|
|
69
|
+
width: 1px;
|
|
70
|
+
height: 50%;
|
|
71
|
+
background: #eee;
|
|
72
|
+
}
|
|
73
|
+
.cesium-timeline-ticSub {
|
|
74
|
+
position: absolute;
|
|
75
|
+
bottom: 0;
|
|
76
|
+
left: 0;
|
|
77
|
+
width: 1px;
|
|
78
|
+
height: 33%;
|
|
79
|
+
background: #aaa;
|
|
80
|
+
}
|
|
81
|
+
.cesium-timeline-ticTiny {
|
|
82
|
+
position: absolute;
|
|
83
|
+
bottom: 0;
|
|
84
|
+
left: 0;
|
|
85
|
+
width: 1px;
|
|
86
|
+
height: 25%;
|
|
87
|
+
background: #888;
|
|
88
|
+
}
|
|
89
|
+
.cesium-timeline-icon16 {
|
|
90
|
+
display: block;
|
|
91
|
+
position: absolute;
|
|
92
|
+
width: 16px;
|
|
93
|
+
height: 16px;
|
|
94
|
+
background-image: url(data:text/plain;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sIDBITKIVzLEMAAAKNSURBVEjHxdXNSxRhHAfw7zzrqhuoWJnSkrippUVSEKsHI9BTUYdAJA/RoYMREV26rAdn6tAfUARi16hQqkOBQRgUEYFWEC3OwczMjdZd92VmdWfmeelgTjO7q7gb0VzmmZnn85vvPPPMM8B/3qTcE2PPpuTZKB1eWuUQACgXYACYwVFbCTTVeZXB/i55o4LFelcAZfStYD4vpAoPGAGo4GBcQEgSOAUMQyAezwK6iQfDPXnhS/FkHZ+/8VLMWxxqWkfH3gbMRNOYi2roavbja0zHQmoFPYf8ED4Ko4aivm9MOG/u9I8mwrafeK7a/tVrNc/bARYN5noadeq7q0342vXw9CIMU6BmW8rVP9cPBPe52uu+v3O/y9sB4gkTWs6Qsk0mj5ExXMelejvA8WafYmkmGPHanTijdtvif8rx5RiCjdWKs2Cp3jWRDl96KhrbqlBeJqBOLyLQXg0IgbkZDS0dO8EZxZfPSTA9jvDDK3mT0OmP1FXh3XwEEAKdTX5MRWLgjCK4pwH3xt/YnjgLHAv4lHTCAKMMu/wV+KZGob6PoKyMQ0+sgBpZVJZn0NterxQaVqef/DRn+/EXYds/mZx2eVeAW9d65dhCEsaKCb7K8HH0gqTevyh9GDkn0VULRiaLzJKGBu9swfdaiie5RVo9ESURN8E8BE0n7ggACJy8KzghSCzp6DmwWxkaCm24EBXr8wI8Hrkq06QBiRC0t24HALS11IBTCyJl4vb1AXmzpbVYTwoVOXN0h7L8Mwtm8bXPybIQ/5FCX3dA2cr6XowvGCA02CvztAnz9+JiZk1AMxG6fEreSoBiPNmoyNnuWiWVzAIAtISO08E6pZi/3N96AIDn4E3h3P8L/wshP+txtEs4JAAAAABJRU5ErkJggg==);
|
|
95
|
+
background-repeat: no-repeat;
|
|
96
|
+
}
|
|
@@ -1 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/Timeline/lighter.css */
|
|
2
|
+
.cesium-lighter .cesium-timeline-bar {
|
|
3
|
+
background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 50%, #fafafa 100%);
|
|
4
|
+
}
|
|
5
|
+
.cesium-lighter .cesium-timeline-ticLabel {
|
|
6
|
+
color: #000;
|
|
7
|
+
}
|
|
8
|
+
.cesium-lighter .cesium-timeline-ticMain {
|
|
9
|
+
position: absolute;
|
|
10
|
+
bottom: 0;
|
|
11
|
+
left: 0;
|
|
12
|
+
width: 1px;
|
|
13
|
+
height: 50%;
|
|
14
|
+
background: #000;
|
|
15
|
+
}
|
|
16
|
+
.cesium-lighter .cesium-timeline-ticSub {
|
|
17
|
+
background: #444;
|
|
18
|
+
}
|
|
@@ -1 +1,8 @@
|
|
|
1
|
-
.
|
|
1
|
+
/* packages/widgets/Source/VRButton/VRButton.css */
|
|
2
|
+
.cesium-button.cesium-vrButton {
|
|
3
|
+
display: block;
|
|
4
|
+
width: 100%;
|
|
5
|
+
height: 100%;
|
|
6
|
+
margin: 0;
|
|
7
|
+
border-radius: 0;
|
|
8
|
+
}
|
|
@@ -1 +1,107 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/Viewer/Viewer.css */
|
|
2
|
+
.cesium-viewer {
|
|
3
|
+
font-family: sans-serif;
|
|
4
|
+
font-size: 16px;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
display: block;
|
|
7
|
+
position: relative;
|
|
8
|
+
top: 0;
|
|
9
|
+
left: 0;
|
|
10
|
+
width: 100%;
|
|
11
|
+
height: 100%;
|
|
12
|
+
}
|
|
13
|
+
.cesium-viewer-cesiumWidgetContainer {
|
|
14
|
+
width: 100%;
|
|
15
|
+
height: 100%;
|
|
16
|
+
}
|
|
17
|
+
.cesium-viewer-bottom {
|
|
18
|
+
display: block;
|
|
19
|
+
position: absolute;
|
|
20
|
+
bottom: 0;
|
|
21
|
+
left: 0;
|
|
22
|
+
padding-right: 5px;
|
|
23
|
+
}
|
|
24
|
+
.cesium-viewer .cesium-widget-credits {
|
|
25
|
+
display: inline;
|
|
26
|
+
position: static;
|
|
27
|
+
bottom: auto;
|
|
28
|
+
left: auto;
|
|
29
|
+
padding-right: 0;
|
|
30
|
+
color: #ffffff;
|
|
31
|
+
font-size: 10px;
|
|
32
|
+
text-shadow: 0 0 2px #000000;
|
|
33
|
+
}
|
|
34
|
+
.cesium-viewer-timelineContainer {
|
|
35
|
+
position: absolute;
|
|
36
|
+
bottom: 0;
|
|
37
|
+
left: 169px;
|
|
38
|
+
right: 29px;
|
|
39
|
+
height: 27px;
|
|
40
|
+
padding: 0;
|
|
41
|
+
margin: 0;
|
|
42
|
+
overflow: hidden;
|
|
43
|
+
font-size: 14px;
|
|
44
|
+
}
|
|
45
|
+
.cesium-viewer-animationContainer {
|
|
46
|
+
position: absolute;
|
|
47
|
+
bottom: 0;
|
|
48
|
+
left: 0;
|
|
49
|
+
padding: 0;
|
|
50
|
+
width: 169px;
|
|
51
|
+
height: 112px;
|
|
52
|
+
}
|
|
53
|
+
.cesium-viewer-fullscreenContainer {
|
|
54
|
+
position: absolute;
|
|
55
|
+
bottom: 0;
|
|
56
|
+
right: 0;
|
|
57
|
+
padding: 0;
|
|
58
|
+
width: 29px;
|
|
59
|
+
height: 29px;
|
|
60
|
+
overflow: hidden;
|
|
61
|
+
}
|
|
62
|
+
.cesium-viewer-vrContainer {
|
|
63
|
+
position: absolute;
|
|
64
|
+
bottom: 0;
|
|
65
|
+
right: 0;
|
|
66
|
+
padding: 0;
|
|
67
|
+
width: 29px;
|
|
68
|
+
height: 29px;
|
|
69
|
+
overflow: hidden;
|
|
70
|
+
}
|
|
71
|
+
.cesium-viewer-toolbar {
|
|
72
|
+
display: block;
|
|
73
|
+
position: absolute;
|
|
74
|
+
top: 5px;
|
|
75
|
+
right: 5px;
|
|
76
|
+
}
|
|
77
|
+
.cesium-viewer-cesiumInspectorContainer {
|
|
78
|
+
display: block;
|
|
79
|
+
position: absolute;
|
|
80
|
+
top: 50px;
|
|
81
|
+
right: 10px;
|
|
82
|
+
}
|
|
83
|
+
.cesium-viewer-geocoderContainer {
|
|
84
|
+
position: relative;
|
|
85
|
+
display: inline-block;
|
|
86
|
+
margin: 0 3px;
|
|
87
|
+
}
|
|
88
|
+
.cesium-viewer-cesium3DTilesInspectorContainer {
|
|
89
|
+
display: block;
|
|
90
|
+
position: absolute;
|
|
91
|
+
top: 50px;
|
|
92
|
+
right: 10px;
|
|
93
|
+
max-height: calc(100% - 120px);
|
|
94
|
+
box-sizing: border-box;
|
|
95
|
+
overflow-y: auto;
|
|
96
|
+
overflow-x: hidden;
|
|
97
|
+
}
|
|
98
|
+
.cesium-viewer-voxelInspectorContainer {
|
|
99
|
+
display: block;
|
|
100
|
+
position: absolute;
|
|
101
|
+
top: 50px;
|
|
102
|
+
right: 10px;
|
|
103
|
+
max-height: calc(100% - 120px);
|
|
104
|
+
box-sizing: border-box;
|
|
105
|
+
overflow-y: auto;
|
|
106
|
+
overflow-x: hidden;
|
|
107
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/* packages/widgets/Source/VoxelInspector/VoxelInspector.css */
|
|
2
|
+
.cesium-VoxelInspector {
|
|
3
|
+
width: 300px;
|
|
4
|
+
pointer-events: all;
|
|
5
|
+
}
|
|
6
|
+
.cesium-VoxelInspector div,
|
|
7
|
+
.cesium-VoxelInspector input[type=range] {
|
|
8
|
+
width: 100%;
|
|
9
|
+
box-sizing: border-box;
|
|
10
|
+
}
|
|
11
|
+
.cesium-VoxelInspector .cesium-cesiumInspector-section {
|
|
12
|
+
margin-top: 3px;
|
|
13
|
+
}
|
|
14
|
+
.cesium-VoxelInspector .cesium-cesiumInspector-sectionHeader + .cesium-cesiumInspector-show {
|
|
15
|
+
border-top: 1px solid white;
|
|
16
|
+
}
|
|
@@ -1 +1,232 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/lighterShared.css */
|
|
2
|
+
.cesium-lighter .cesium-button {
|
|
3
|
+
color: #111;
|
|
4
|
+
fill: #111;
|
|
5
|
+
background: #e2f0ff;
|
|
6
|
+
border: 1px solid #759dc0;
|
|
7
|
+
}
|
|
8
|
+
.cesium-lighter .cesium-button:focus {
|
|
9
|
+
color: #000;
|
|
10
|
+
fill: #000;
|
|
11
|
+
border-color: #ea4;
|
|
12
|
+
}
|
|
13
|
+
.cesium-lighter .cesium-button:hover {
|
|
14
|
+
color: #000;
|
|
15
|
+
fill: #000;
|
|
16
|
+
background: #a6d2ff;
|
|
17
|
+
border-color: #aef;
|
|
18
|
+
box-shadow: 0 0 8px #777;
|
|
19
|
+
}
|
|
20
|
+
.cesium-lighter .cesium-button:active {
|
|
21
|
+
color: #fff;
|
|
22
|
+
fill: #fff;
|
|
23
|
+
background: #48b;
|
|
24
|
+
border-color: #ea0;
|
|
25
|
+
}
|
|
26
|
+
.cesium-lighter .cesium-button:disabled,
|
|
27
|
+
.cesium-lighter .cesium-button-disabled,
|
|
28
|
+
.cesium-lighter .cesium-button-disabled:focus,
|
|
29
|
+
.cesium-lighter .cesium-button-disabled:hover,
|
|
30
|
+
.cesium-lighter .cesium-button-disabled:active {
|
|
31
|
+
background: #ccc;
|
|
32
|
+
border-color: #999;
|
|
33
|
+
color: #999;
|
|
34
|
+
fill: #999;
|
|
35
|
+
box-shadow: none;
|
|
36
|
+
}
|
|
37
|
+
.cesium-lighter .cesium-performanceDisplay {
|
|
38
|
+
background-color: #e2f0ff;
|
|
39
|
+
border-color: #759dc0;
|
|
40
|
+
}
|
|
41
|
+
.cesium-lighter .cesium-performanceDisplay-fps {
|
|
42
|
+
color: #e52;
|
|
43
|
+
}
|
|
44
|
+
.cesium-lighter .cesium-performanceDisplay-ms {
|
|
45
|
+
color: #ea4;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/* packages/widgets/Source/Animation/lighter.css */
|
|
49
|
+
.cesium-lighter .cesium-animation-themeNormal {
|
|
50
|
+
color: #e5f2fe;
|
|
51
|
+
}
|
|
52
|
+
.cesium-lighter .cesium-animation-themeHover {
|
|
53
|
+
color: #abd6ff;
|
|
54
|
+
}
|
|
55
|
+
.cesium-lighter .cesium-animation-themeSelect {
|
|
56
|
+
color: #e5f2fe;
|
|
57
|
+
}
|
|
58
|
+
.cesium-lighter .cesium-animation-themeDisabled {
|
|
59
|
+
color: #efefef;
|
|
60
|
+
}
|
|
61
|
+
.cesium-lighter .cesium-animation-themeKnob {
|
|
62
|
+
color: #e1e2e3;
|
|
63
|
+
}
|
|
64
|
+
.cesium-lighter .cesium-animation-themePointer {
|
|
65
|
+
color: #fa5;
|
|
66
|
+
}
|
|
67
|
+
.cesium-lighter .cesium-animation-themeSwoosh {
|
|
68
|
+
color: #ace;
|
|
69
|
+
}
|
|
70
|
+
.cesium-lighter .cesium-animation-themeSwooshHover {
|
|
71
|
+
color: #bdf;
|
|
72
|
+
}
|
|
73
|
+
.cesium-lighter .cesium-animation-svgText {
|
|
74
|
+
fill: #111;
|
|
75
|
+
}
|
|
76
|
+
.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonPath {
|
|
77
|
+
fill: #111;
|
|
78
|
+
}
|
|
79
|
+
.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonMain {
|
|
80
|
+
stroke: #759dc0;
|
|
81
|
+
}
|
|
82
|
+
.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonGlow {
|
|
83
|
+
fill: #ffaa2a;
|
|
84
|
+
}
|
|
85
|
+
.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonMain {
|
|
86
|
+
stroke: #ea0;
|
|
87
|
+
}
|
|
88
|
+
.cesium-lighter .cesium-animation-rectButton:hover .cesium-animation-buttonMain {
|
|
89
|
+
stroke: #759dc0;
|
|
90
|
+
}
|
|
91
|
+
.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow {
|
|
92
|
+
fill: #fff;
|
|
93
|
+
}
|
|
94
|
+
.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonMain {
|
|
95
|
+
stroke: #ea0;
|
|
96
|
+
}
|
|
97
|
+
.cesium-lighter .cesium-animation-rectButton:active .cesium-animation-buttonMain {
|
|
98
|
+
fill: #abd6ff;
|
|
99
|
+
}
|
|
100
|
+
.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonMain {
|
|
101
|
+
stroke: #d3d3d3;
|
|
102
|
+
}
|
|
103
|
+
.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonPath {
|
|
104
|
+
fill: #818181;
|
|
105
|
+
}
|
|
106
|
+
.cesium-lighter .cesium-animation-shuttleRingBack {
|
|
107
|
+
fill: #fafafa;
|
|
108
|
+
fill-opacity: 1;
|
|
109
|
+
stroke: #aeaeae;
|
|
110
|
+
stroke-width: 1.2;
|
|
111
|
+
}
|
|
112
|
+
.cesium-lighter .cesium-animation-shuttleRingSwoosh line {
|
|
113
|
+
stroke: #8ac;
|
|
114
|
+
}
|
|
115
|
+
.cesium-lighter .cesium-animation-knobOuter {
|
|
116
|
+
stroke: #a5a5a5;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/* packages/widgets/Source/BaseLayerPicker/lighter.css */
|
|
120
|
+
.cesium-lighter .cesium-baseLayerPicker-itemIcon {
|
|
121
|
+
border-color: #759dc0;
|
|
122
|
+
}
|
|
123
|
+
.cesium-lighter .cesium-baseLayerPicker-dropDown {
|
|
124
|
+
background-color: rgba(240, 240, 240, 0.75);
|
|
125
|
+
}
|
|
126
|
+
.cesium-lighter .cesium-baseLayerPicker-sectionTitle {
|
|
127
|
+
color: black;
|
|
128
|
+
}
|
|
129
|
+
.cesium-lighter .cesium-baseLayerPicker-itemLabel {
|
|
130
|
+
color: black;
|
|
131
|
+
}
|
|
132
|
+
.cesium-lighter .cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon {
|
|
133
|
+
border-color: #000;
|
|
134
|
+
}
|
|
135
|
+
.cesium-lighter .cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel {
|
|
136
|
+
color: rgb(0, 61, 168);
|
|
137
|
+
}
|
|
138
|
+
.cesium-lighter .cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon {
|
|
139
|
+
border: double 4px rgb(0, 61, 168);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/* packages/engine/Source/Widget/lighter.css */
|
|
143
|
+
.cesium-lighter .cesium-widget-errorPanel {
|
|
144
|
+
background: rgba(255, 255, 255, 0.7);
|
|
145
|
+
}
|
|
146
|
+
.cesium-lighter .cesium-widget-errorPanel-content {
|
|
147
|
+
border: 1px solid #526f82;
|
|
148
|
+
border-radius: 7px;
|
|
149
|
+
background-color: white;
|
|
150
|
+
color: black;
|
|
151
|
+
}
|
|
152
|
+
.cesium-lighter .cesium-widget-errorPanel-header {
|
|
153
|
+
color: #b87d00;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
/* packages/widgets/Source/Geocoder/lighter.css */
|
|
157
|
+
.cesium-lighter .cesium-geocoder-input {
|
|
158
|
+
border: solid 1px #759dc0;
|
|
159
|
+
background-color: rgba(240, 240, 240, 0.9);
|
|
160
|
+
color: black;
|
|
161
|
+
}
|
|
162
|
+
.cesium-lighter .cesium-viewer-geocoderContainer:hover .cesium-geocoder-input {
|
|
163
|
+
border-color: #aef;
|
|
164
|
+
box-shadow: 0 0 8px #fff;
|
|
165
|
+
}
|
|
166
|
+
.cesium-lighter .cesium-geocoder-searchButton {
|
|
167
|
+
background-color: #e2f0ff;
|
|
168
|
+
fill: #111;
|
|
169
|
+
}
|
|
170
|
+
.cesium-lighter .cesium-geocoder-searchButton:hover {
|
|
171
|
+
background-color: #a6d2ff;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/* packages/widgets/Source/Timeline/lighter.css */
|
|
175
|
+
.cesium-lighter .cesium-timeline-bar {
|
|
176
|
+
background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 50%, #fafafa 100%);
|
|
177
|
+
}
|
|
178
|
+
.cesium-lighter .cesium-timeline-ticLabel {
|
|
179
|
+
color: #000;
|
|
180
|
+
}
|
|
181
|
+
.cesium-lighter .cesium-timeline-ticMain {
|
|
182
|
+
position: absolute;
|
|
183
|
+
bottom: 0;
|
|
184
|
+
left: 0;
|
|
185
|
+
width: 1px;
|
|
186
|
+
height: 50%;
|
|
187
|
+
background: #000;
|
|
188
|
+
}
|
|
189
|
+
.cesium-lighter .cesium-timeline-ticSub {
|
|
190
|
+
background: #444;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
/* packages/widgets/Source/NavigationHelpButton/lighter.css */
|
|
194
|
+
.cesium-lighter .cesium-navigation-help-instructions {
|
|
195
|
+
border: 1px solid #759dc0;
|
|
196
|
+
background-color: rgba(255, 255, 255, 0.9);
|
|
197
|
+
}
|
|
198
|
+
.cesium-lighter .cesium-navigation-help-pan {
|
|
199
|
+
color: #66ccee;
|
|
200
|
+
font-weight: bold;
|
|
201
|
+
}
|
|
202
|
+
.cesium-lighter .cesium-navigation-help-zoom {
|
|
203
|
+
color: #65ec00;
|
|
204
|
+
font-weight: bold;
|
|
205
|
+
}
|
|
206
|
+
.cesium-lighter .cesium-navigation-help-rotate {
|
|
207
|
+
color: #eec722;
|
|
208
|
+
font-weight: bold;
|
|
209
|
+
}
|
|
210
|
+
.cesium-lighter .cesium-navigation-help-tilt {
|
|
211
|
+
color: #d800d8;
|
|
212
|
+
font-weight: bold;
|
|
213
|
+
}
|
|
214
|
+
.cesium-lighter .cesium-navigation-help-details {
|
|
215
|
+
color: #222222;
|
|
216
|
+
}
|
|
217
|
+
.cesium-lighter .cesium-navigation-button {
|
|
218
|
+
color: #222222;
|
|
219
|
+
border-top: 1px solid #759dc0;
|
|
220
|
+
border-right: 1px solid #759dc0;
|
|
221
|
+
}
|
|
222
|
+
.cesium-lighter .cesium-navigation-button-selected {
|
|
223
|
+
background-color: rgba(196, 225, 255, 0.9);
|
|
224
|
+
}
|
|
225
|
+
.cesium-lighter .cesium-navigation-button-unselected {
|
|
226
|
+
background-color: rgba(226, 240, 255, 0.9);
|
|
227
|
+
}
|
|
228
|
+
.cesium-lighter .cesium-navigation-button-unselected:hover {
|
|
229
|
+
background-color: rgba(166, 210, 255, 0.9);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/* packages/widgets/Source/lighter.css */
|
|
@@ -1 +1,46 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/lighterShared.css */
|
|
2
|
+
.cesium-lighter .cesium-button {
|
|
3
|
+
color: #111;
|
|
4
|
+
fill: #111;
|
|
5
|
+
background: #e2f0ff;
|
|
6
|
+
border: 1px solid #759dc0;
|
|
7
|
+
}
|
|
8
|
+
.cesium-lighter .cesium-button:focus {
|
|
9
|
+
color: #000;
|
|
10
|
+
fill: #000;
|
|
11
|
+
border-color: #ea4;
|
|
12
|
+
}
|
|
13
|
+
.cesium-lighter .cesium-button:hover {
|
|
14
|
+
color: #000;
|
|
15
|
+
fill: #000;
|
|
16
|
+
background: #a6d2ff;
|
|
17
|
+
border-color: #aef;
|
|
18
|
+
box-shadow: 0 0 8px #777;
|
|
19
|
+
}
|
|
20
|
+
.cesium-lighter .cesium-button:active {
|
|
21
|
+
color: #fff;
|
|
22
|
+
fill: #fff;
|
|
23
|
+
background: #48b;
|
|
24
|
+
border-color: #ea0;
|
|
25
|
+
}
|
|
26
|
+
.cesium-lighter .cesium-button:disabled,
|
|
27
|
+
.cesium-lighter .cesium-button-disabled,
|
|
28
|
+
.cesium-lighter .cesium-button-disabled:focus,
|
|
29
|
+
.cesium-lighter .cesium-button-disabled:hover,
|
|
30
|
+
.cesium-lighter .cesium-button-disabled:active {
|
|
31
|
+
background: #ccc;
|
|
32
|
+
border-color: #999;
|
|
33
|
+
color: #999;
|
|
34
|
+
fill: #999;
|
|
35
|
+
box-shadow: none;
|
|
36
|
+
}
|
|
37
|
+
.cesium-lighter .cesium-performanceDisplay {
|
|
38
|
+
background-color: #e2f0ff;
|
|
39
|
+
border-color: #759dc0;
|
|
40
|
+
}
|
|
41
|
+
.cesium-lighter .cesium-performanceDisplay-fps {
|
|
42
|
+
color: #e52;
|
|
43
|
+
}
|
|
44
|
+
.cesium-lighter .cesium-performanceDisplay-ms {
|
|
45
|
+
color: #ea4;
|
|
46
|
+
}
|
|
@@ -1 +1,103 @@
|
|
|
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
|
+
}
|