gis-cesium-helper 1.1.20 → 1.1.21
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 +772 -742
- package/dist/gis3d/gis3d.js +80490 -16
- package/package.json +1 -1
|
@@ -1 +1,127 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/Animation/Animation.css */
|
|
2
|
+
.cesium-animation-theme {
|
|
3
|
+
visibility: hidden;
|
|
4
|
+
display: block;
|
|
5
|
+
position: absolute;
|
|
6
|
+
z-index: -100;
|
|
7
|
+
}
|
|
8
|
+
.cesium-animation-themeNormal {
|
|
9
|
+
color: #222;
|
|
10
|
+
}
|
|
11
|
+
.cesium-animation-themeHover {
|
|
12
|
+
color: #4488b0;
|
|
13
|
+
}
|
|
14
|
+
.cesium-animation-themeSelect {
|
|
15
|
+
color: #242;
|
|
16
|
+
}
|
|
17
|
+
.cesium-animation-themeDisabled {
|
|
18
|
+
color: #333;
|
|
19
|
+
}
|
|
20
|
+
.cesium-animation-themeKnob {
|
|
21
|
+
color: #222;
|
|
22
|
+
}
|
|
23
|
+
.cesium-animation-themePointer {
|
|
24
|
+
color: #2e2;
|
|
25
|
+
}
|
|
26
|
+
.cesium-animation-themeSwoosh {
|
|
27
|
+
color: #8ac;
|
|
28
|
+
}
|
|
29
|
+
.cesium-animation-themeSwooshHover {
|
|
30
|
+
color: #aef;
|
|
31
|
+
}
|
|
32
|
+
.cesium-animation-svgText {
|
|
33
|
+
fill: #edffff;
|
|
34
|
+
font-family: Sans-Serif;
|
|
35
|
+
font-size: 15px;
|
|
36
|
+
text-anchor: middle;
|
|
37
|
+
}
|
|
38
|
+
.cesium-animation-blank {
|
|
39
|
+
fill: #000;
|
|
40
|
+
fill-opacity: 0.01;
|
|
41
|
+
stroke: none;
|
|
42
|
+
}
|
|
43
|
+
.cesium-animation-rectButton {
|
|
44
|
+
cursor: pointer;
|
|
45
|
+
-moz-user-select: none;
|
|
46
|
+
-webkit-user-select: none;
|
|
47
|
+
-ms-user-select: none;
|
|
48
|
+
user-select: none;
|
|
49
|
+
}
|
|
50
|
+
.cesium-animation-rectButton .cesium-animation-buttonGlow {
|
|
51
|
+
fill: #fff;
|
|
52
|
+
stroke: none;
|
|
53
|
+
display: none;
|
|
54
|
+
}
|
|
55
|
+
.cesium-animation-rectButton:hover .cesium-animation-buttonGlow {
|
|
56
|
+
display: block;
|
|
57
|
+
}
|
|
58
|
+
.cesium-animation-rectButton .cesium-animation-buttonPath {
|
|
59
|
+
fill: #edffff;
|
|
60
|
+
}
|
|
61
|
+
.cesium-animation-rectButton .cesium-animation-buttonMain {
|
|
62
|
+
stroke: #444;
|
|
63
|
+
stroke-width: 1.2;
|
|
64
|
+
}
|
|
65
|
+
.cesium-animation-rectButton:hover .cesium-animation-buttonMain {
|
|
66
|
+
stroke: #aef;
|
|
67
|
+
}
|
|
68
|
+
.cesium-animation-rectButton:active .cesium-animation-buttonMain {
|
|
69
|
+
fill: #abd6ff;
|
|
70
|
+
}
|
|
71
|
+
.cesium-animation-buttonDisabled {
|
|
72
|
+
-moz-user-select: none;
|
|
73
|
+
-webkit-user-select: none;
|
|
74
|
+
-ms-user-select: none;
|
|
75
|
+
user-select: none;
|
|
76
|
+
}
|
|
77
|
+
.cesium-animation-buttonDisabled .cesium-animation-buttonMain {
|
|
78
|
+
stroke: #555;
|
|
79
|
+
}
|
|
80
|
+
.cesium-animation-buttonDisabled .cesium-animation-buttonPath {
|
|
81
|
+
fill: #818181;
|
|
82
|
+
}
|
|
83
|
+
.cesium-animation-buttonDisabled .cesium-animation-buttonGlow {
|
|
84
|
+
display: none;
|
|
85
|
+
}
|
|
86
|
+
.cesium-animation-buttonToggled .cesium-animation-buttonGlow {
|
|
87
|
+
display: block;
|
|
88
|
+
fill: #2e2;
|
|
89
|
+
}
|
|
90
|
+
.cesium-animation-buttonToggled .cesium-animation-buttonMain {
|
|
91
|
+
stroke: #2e2;
|
|
92
|
+
}
|
|
93
|
+
.cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow {
|
|
94
|
+
fill: #fff;
|
|
95
|
+
}
|
|
96
|
+
.cesium-animation-buttonToggled:hover .cesium-animation-buttonMain {
|
|
97
|
+
stroke: #2e2;
|
|
98
|
+
}
|
|
99
|
+
.cesium-animation-shuttleRingG {
|
|
100
|
+
cursor: pointer;
|
|
101
|
+
}
|
|
102
|
+
.cesium-animation-shuttleRingPointer {
|
|
103
|
+
cursor: pointer;
|
|
104
|
+
}
|
|
105
|
+
.cesium-animation-shuttleRingPausePointer {
|
|
106
|
+
cursor: pointer;
|
|
107
|
+
}
|
|
108
|
+
.cesium-animation-shuttleRingBack {
|
|
109
|
+
fill: #181818;
|
|
110
|
+
fill-opacity: 0.8;
|
|
111
|
+
stroke: #333;
|
|
112
|
+
stroke-width: 1.2;
|
|
113
|
+
}
|
|
114
|
+
.cesium-animation-shuttleRingSwoosh line {
|
|
115
|
+
stroke: #8ac;
|
|
116
|
+
stroke-width: 3;
|
|
117
|
+
stroke-opacity: 0.2;
|
|
118
|
+
stroke-linecap: round;
|
|
119
|
+
}
|
|
120
|
+
.cesium-animation-knobOuter {
|
|
121
|
+
cursor: pointer;
|
|
122
|
+
stroke: #444;
|
|
123
|
+
stroke-width: 1.2;
|
|
124
|
+
}
|
|
125
|
+
.cesium-animation-knobInner {
|
|
126
|
+
cursor: pointer;
|
|
127
|
+
}
|
|
@@ -1 +1,70 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/Animation/lighter.css */
|
|
2
|
+
.cesium-lighter .cesium-animation-themeNormal {
|
|
3
|
+
color: #e5f2fe;
|
|
4
|
+
}
|
|
5
|
+
.cesium-lighter .cesium-animation-themeHover {
|
|
6
|
+
color: #abd6ff;
|
|
7
|
+
}
|
|
8
|
+
.cesium-lighter .cesium-animation-themeSelect {
|
|
9
|
+
color: #e5f2fe;
|
|
10
|
+
}
|
|
11
|
+
.cesium-lighter .cesium-animation-themeDisabled {
|
|
12
|
+
color: #efefef;
|
|
13
|
+
}
|
|
14
|
+
.cesium-lighter .cesium-animation-themeKnob {
|
|
15
|
+
color: #e1e2e3;
|
|
16
|
+
}
|
|
17
|
+
.cesium-lighter .cesium-animation-themePointer {
|
|
18
|
+
color: #fa5;
|
|
19
|
+
}
|
|
20
|
+
.cesium-lighter .cesium-animation-themeSwoosh {
|
|
21
|
+
color: #ace;
|
|
22
|
+
}
|
|
23
|
+
.cesium-lighter .cesium-animation-themeSwooshHover {
|
|
24
|
+
color: #bdf;
|
|
25
|
+
}
|
|
26
|
+
.cesium-lighter .cesium-animation-svgText {
|
|
27
|
+
fill: #111;
|
|
28
|
+
}
|
|
29
|
+
.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonPath {
|
|
30
|
+
fill: #111;
|
|
31
|
+
}
|
|
32
|
+
.cesium-lighter .cesium-animation-rectButton .cesium-animation-buttonMain {
|
|
33
|
+
stroke: #759dc0;
|
|
34
|
+
}
|
|
35
|
+
.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonGlow {
|
|
36
|
+
fill: #ffaa2a;
|
|
37
|
+
}
|
|
38
|
+
.cesium-lighter .cesium-animation-buttonToggled .cesium-animation-buttonMain {
|
|
39
|
+
stroke: #ea0;
|
|
40
|
+
}
|
|
41
|
+
.cesium-lighter .cesium-animation-rectButton:hover .cesium-animation-buttonMain {
|
|
42
|
+
stroke: #759dc0;
|
|
43
|
+
}
|
|
44
|
+
.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow {
|
|
45
|
+
fill: #fff;
|
|
46
|
+
}
|
|
47
|
+
.cesium-lighter .cesium-animation-buttonToggled:hover .cesium-animation-buttonMain {
|
|
48
|
+
stroke: #ea0;
|
|
49
|
+
}
|
|
50
|
+
.cesium-lighter .cesium-animation-rectButton:active .cesium-animation-buttonMain {
|
|
51
|
+
fill: #abd6ff;
|
|
52
|
+
}
|
|
53
|
+
.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonMain {
|
|
54
|
+
stroke: #d3d3d3;
|
|
55
|
+
}
|
|
56
|
+
.cesium-lighter .cesium-animation-buttonDisabled .cesium-animation-buttonPath {
|
|
57
|
+
fill: #818181;
|
|
58
|
+
}
|
|
59
|
+
.cesium-lighter .cesium-animation-shuttleRingBack {
|
|
60
|
+
fill: #fafafa;
|
|
61
|
+
fill-opacity: 1;
|
|
62
|
+
stroke: #aeaeae;
|
|
63
|
+
stroke-width: 1.2;
|
|
64
|
+
}
|
|
65
|
+
.cesium-lighter .cesium-animation-shuttleRingSwoosh line {
|
|
66
|
+
stroke: #8ac;
|
|
67
|
+
}
|
|
68
|
+
.cesium-lighter .cesium-animation-knobOuter {
|
|
69
|
+
stroke: #a5a5a5;
|
|
70
|
+
}
|
|
@@ -1 +1,108 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/BaseLayerPicker/BaseLayerPicker.css */
|
|
2
|
+
.cesium-baseLayerPicker-selected {
|
|
3
|
+
position: absolute;
|
|
4
|
+
top: 0;
|
|
5
|
+
left: 0;
|
|
6
|
+
width: 100%;
|
|
7
|
+
height: 100%;
|
|
8
|
+
border: none;
|
|
9
|
+
}
|
|
10
|
+
.cesium-baseLayerPicker-dropDown {
|
|
11
|
+
display: block;
|
|
12
|
+
position: absolute;
|
|
13
|
+
box-sizing: content-box;
|
|
14
|
+
top: auto;
|
|
15
|
+
right: 0;
|
|
16
|
+
width: 320px;
|
|
17
|
+
max-height: 500px;
|
|
18
|
+
margin-top: 5px;
|
|
19
|
+
background-color: rgba(38, 38, 38, 0.75);
|
|
20
|
+
border: 1px solid #444;
|
|
21
|
+
padding: 6px;
|
|
22
|
+
overflow: auto;
|
|
23
|
+
border-radius: 10px;
|
|
24
|
+
-moz-user-select: none;
|
|
25
|
+
-webkit-user-select: none;
|
|
26
|
+
-ms-user-select: none;
|
|
27
|
+
user-select: none;
|
|
28
|
+
transform: translate(0, -20%);
|
|
29
|
+
visibility: hidden;
|
|
30
|
+
opacity: 0;
|
|
31
|
+
transition:
|
|
32
|
+
visibility 0s 0.2s,
|
|
33
|
+
opacity 0.2s ease-in,
|
|
34
|
+
transform 0.2s ease-in;
|
|
35
|
+
}
|
|
36
|
+
.cesium-baseLayerPicker-dropDown-visible {
|
|
37
|
+
transform: translate(0, 0);
|
|
38
|
+
visibility: visible;
|
|
39
|
+
opacity: 1;
|
|
40
|
+
transition: opacity 0.2s ease-out, transform 0.2s ease-out;
|
|
41
|
+
}
|
|
42
|
+
.cesium-baseLayerPicker-sectionTitle {
|
|
43
|
+
display: block;
|
|
44
|
+
font-family: sans-serif;
|
|
45
|
+
font-size: 16pt;
|
|
46
|
+
text-align: left;
|
|
47
|
+
color: #edffff;
|
|
48
|
+
margin-bottom: 4px;
|
|
49
|
+
}
|
|
50
|
+
.cesium-baseLayerPicker-choices {
|
|
51
|
+
margin-bottom: 5px;
|
|
52
|
+
}
|
|
53
|
+
.cesium-baseLayerPicker-categoryTitle {
|
|
54
|
+
color: #edffff;
|
|
55
|
+
font-size: 11pt;
|
|
56
|
+
}
|
|
57
|
+
.cesium-baseLayerPicker-choices {
|
|
58
|
+
display: block;
|
|
59
|
+
border: 1px solid #888;
|
|
60
|
+
border-radius: 5px;
|
|
61
|
+
padding: 5px 0;
|
|
62
|
+
}
|
|
63
|
+
.cesium-baseLayerPicker-item {
|
|
64
|
+
display: inline-block;
|
|
65
|
+
vertical-align: top;
|
|
66
|
+
margin: 2px 5px;
|
|
67
|
+
width: 64px;
|
|
68
|
+
text-align: center;
|
|
69
|
+
cursor: pointer;
|
|
70
|
+
}
|
|
71
|
+
.cesium-baseLayerPicker-itemLabel {
|
|
72
|
+
display: block;
|
|
73
|
+
font-family: sans-serif;
|
|
74
|
+
font-size: 8pt;
|
|
75
|
+
text-align: center;
|
|
76
|
+
vertical-align: middle;
|
|
77
|
+
color: #edffff;
|
|
78
|
+
cursor: pointer;
|
|
79
|
+
word-wrap: break-word;
|
|
80
|
+
}
|
|
81
|
+
.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemLabel,
|
|
82
|
+
.cesium-baseLayerPicker-item:focus .cesium-baseLayerPicker-itemLabel {
|
|
83
|
+
text-decoration: underline;
|
|
84
|
+
}
|
|
85
|
+
.cesium-baseLayerPicker-itemIcon {
|
|
86
|
+
display: inline-block;
|
|
87
|
+
position: relative;
|
|
88
|
+
width: inherit;
|
|
89
|
+
height: auto;
|
|
90
|
+
background-size: 100% 100%;
|
|
91
|
+
border: solid 1px #444;
|
|
92
|
+
border-radius: 9px;
|
|
93
|
+
color: #edffff;
|
|
94
|
+
margin: 0;
|
|
95
|
+
padding: 0;
|
|
96
|
+
cursor: pointer;
|
|
97
|
+
box-sizing: border-box;
|
|
98
|
+
}
|
|
99
|
+
.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon {
|
|
100
|
+
border-color: #fff;
|
|
101
|
+
box-shadow: 0 0 8px #fff, 0 0 8px #fff;
|
|
102
|
+
}
|
|
103
|
+
.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel {
|
|
104
|
+
color: rgb(189, 236, 248);
|
|
105
|
+
}
|
|
106
|
+
.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon {
|
|
107
|
+
border: double 4px rgb(189, 236, 248);
|
|
108
|
+
}
|
|
@@ -1 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/BaseLayerPicker/lighter.css */
|
|
2
|
+
.cesium-lighter .cesium-baseLayerPicker-itemIcon {
|
|
3
|
+
border-color: #759dc0;
|
|
4
|
+
}
|
|
5
|
+
.cesium-lighter .cesium-baseLayerPicker-dropDown {
|
|
6
|
+
background-color: rgba(240, 240, 240, 0.75);
|
|
7
|
+
}
|
|
8
|
+
.cesium-lighter .cesium-baseLayerPicker-sectionTitle {
|
|
9
|
+
color: black;
|
|
10
|
+
}
|
|
11
|
+
.cesium-lighter .cesium-baseLayerPicker-itemLabel {
|
|
12
|
+
color: black;
|
|
13
|
+
}
|
|
14
|
+
.cesium-lighter .cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon {
|
|
15
|
+
border-color: #000;
|
|
16
|
+
}
|
|
17
|
+
.cesium-lighter .cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel {
|
|
18
|
+
color: rgb(0, 61, 168);
|
|
19
|
+
}
|
|
20
|
+
.cesium-lighter .cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon {
|
|
21
|
+
border: double 4px rgb(0, 61, 168);
|
|
22
|
+
}
|
|
@@ -1 +1,102 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/Cesium3DTilesInspector/Cesium3DTilesInspector.css */
|
|
2
|
+
ul.cesium-cesiumInspector-statistics {
|
|
3
|
+
margin: 0;
|
|
4
|
+
padding-top: 3px;
|
|
5
|
+
padding-bottom: 3px;
|
|
6
|
+
}
|
|
7
|
+
ul.cesium-cesiumInspector-statistics + ul.cesium-cesiumInspector-statistics {
|
|
8
|
+
border-top: 1px solid #aaa;
|
|
9
|
+
}
|
|
10
|
+
.cesium-cesiumInspector-slider {
|
|
11
|
+
margin-top: 5px;
|
|
12
|
+
}
|
|
13
|
+
.cesium-cesiumInspector-slider input[type=number] {
|
|
14
|
+
text-align: left;
|
|
15
|
+
background-color: #222;
|
|
16
|
+
outline: none;
|
|
17
|
+
border: 1px solid #444;
|
|
18
|
+
color: #edffff;
|
|
19
|
+
width: 100px;
|
|
20
|
+
border-radius: 3px;
|
|
21
|
+
padding: 1px;
|
|
22
|
+
margin-left: 10px;
|
|
23
|
+
cursor: auto;
|
|
24
|
+
}
|
|
25
|
+
.cesium-cesiumInspector-slider input[type=number]::-webkit-outer-spin-button,
|
|
26
|
+
.cesium-cesiumInspector-slider input[type=number]::-webkit-inner-spin-button {
|
|
27
|
+
-webkit-appearance: none;
|
|
28
|
+
margin: 0;
|
|
29
|
+
}
|
|
30
|
+
.cesium-cesiumInspector-slider input[type=range] {
|
|
31
|
+
margin-left: 5px;
|
|
32
|
+
vertical-align: middle;
|
|
33
|
+
}
|
|
34
|
+
.cesium-cesiumInspector-hide .cesium-cesiumInspector-styleEditor {
|
|
35
|
+
display: none;
|
|
36
|
+
}
|
|
37
|
+
.cesium-cesiumInspector-styleEditor {
|
|
38
|
+
padding: 10px;
|
|
39
|
+
border-radius: 5px;
|
|
40
|
+
background: rgba(48, 51, 54, 0.8);
|
|
41
|
+
border: 1px solid #444;
|
|
42
|
+
}
|
|
43
|
+
.cesium-cesiumInspector-styleEditor textarea {
|
|
44
|
+
width: 100%;
|
|
45
|
+
height: 300px;
|
|
46
|
+
background: transparent;
|
|
47
|
+
color: #edffff;
|
|
48
|
+
border: none;
|
|
49
|
+
padding: 0;
|
|
50
|
+
white-space: pre;
|
|
51
|
+
overflow-wrap: normal;
|
|
52
|
+
overflow-x: auto;
|
|
53
|
+
}
|
|
54
|
+
.cesium-3DTilesInspector {
|
|
55
|
+
width: 300px;
|
|
56
|
+
pointer-events: all;
|
|
57
|
+
}
|
|
58
|
+
.cesium-3DTilesInspector-statistics {
|
|
59
|
+
font-size: 11px;
|
|
60
|
+
}
|
|
61
|
+
.cesium-3DTilesInspector-disabledElementsInfo {
|
|
62
|
+
margin: 5px 0 0 0;
|
|
63
|
+
padding: 0 0 0 20px;
|
|
64
|
+
color: #eed202;
|
|
65
|
+
}
|
|
66
|
+
.cesium-3DTilesInspector div,
|
|
67
|
+
.cesium-3DTilesInspector input[type=range] {
|
|
68
|
+
width: 100%;
|
|
69
|
+
box-sizing: border-box;
|
|
70
|
+
}
|
|
71
|
+
.cesium-cesiumInspector-error {
|
|
72
|
+
color: #ff9e9e;
|
|
73
|
+
overflow: auto;
|
|
74
|
+
}
|
|
75
|
+
.cesium-3DTilesInspector .cesium-cesiumInspector-section {
|
|
76
|
+
margin-top: 3px;
|
|
77
|
+
}
|
|
78
|
+
.cesium-3DTilesInspector .cesium-cesiumInspector-sectionHeader + .cesium-cesiumInspector-show {
|
|
79
|
+
border-top: 1px solid white;
|
|
80
|
+
}
|
|
81
|
+
input.cesium-cesiumInspector-url {
|
|
82
|
+
overflow: hidden;
|
|
83
|
+
white-space: nowrap;
|
|
84
|
+
overflow-x: scroll;
|
|
85
|
+
background-color: transparent;
|
|
86
|
+
color: white;
|
|
87
|
+
outline: none;
|
|
88
|
+
border: none;
|
|
89
|
+
height: 1em;
|
|
90
|
+
width: 100%;
|
|
91
|
+
}
|
|
92
|
+
.cesium-cesiumInspector .field-group {
|
|
93
|
+
display: table;
|
|
94
|
+
}
|
|
95
|
+
.cesium-cesiumInspector .field-group > label {
|
|
96
|
+
display: table-cell;
|
|
97
|
+
font-weight: bold;
|
|
98
|
+
}
|
|
99
|
+
.cesium-cesiumInspector .field-group > .field {
|
|
100
|
+
display: table-cell;
|
|
101
|
+
width: 100%;
|
|
102
|
+
}
|
|
@@ -1 +1,113 @@
|
|
|
1
|
-
|
|
1
|
+
/* packages/widgets/Source/CesiumInspector/CesiumInspector.css */
|
|
2
|
+
.cesium-cesiumInspector {
|
|
3
|
+
border-radius: 5px;
|
|
4
|
+
transition: width ease-in-out 0.25s;
|
|
5
|
+
background: rgba(48, 51, 54, 0.8);
|
|
6
|
+
border: 1px solid #444;
|
|
7
|
+
color: #edffff;
|
|
8
|
+
display: inline-block;
|
|
9
|
+
position: relative;
|
|
10
|
+
padding: 4px 12px;
|
|
11
|
+
-moz-user-select: none;
|
|
12
|
+
-webkit-user-select: none;
|
|
13
|
+
-ms-user-select: none;
|
|
14
|
+
user-select: none;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
}
|
|
17
|
+
.cesium-cesiumInspector-button {
|
|
18
|
+
text-align: center;
|
|
19
|
+
font-size: 11pt;
|
|
20
|
+
}
|
|
21
|
+
.cesium-cesiumInspector-visible .cesium-cesiumInspector-button {
|
|
22
|
+
border-bottom: 1px solid #aaa;
|
|
23
|
+
padding-bottom: 3px;
|
|
24
|
+
}
|
|
25
|
+
.cesium-cesiumInspector input:enabled,
|
|
26
|
+
.cesium-cesiumInspector-button {
|
|
27
|
+
cursor: pointer;
|
|
28
|
+
}
|
|
29
|
+
.cesium-cesiumInspector-visible {
|
|
30
|
+
width: 185px;
|
|
31
|
+
height: auto;
|
|
32
|
+
}
|
|
33
|
+
.cesium-cesiumInspector-hidden {
|
|
34
|
+
width: 122px;
|
|
35
|
+
height: 17px;
|
|
36
|
+
}
|
|
37
|
+
.cesium-cesiumInspector-sectionContent {
|
|
38
|
+
max-height: 600px;
|
|
39
|
+
}
|
|
40
|
+
.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionContent {
|
|
41
|
+
max-height: 0;
|
|
42
|
+
padding: 0 !important;
|
|
43
|
+
overflow: hidden;
|
|
44
|
+
}
|
|
45
|
+
.cesium-cesiumInspector-dropDown {
|
|
46
|
+
margin: 5px 0;
|
|
47
|
+
font-family: sans-serif;
|
|
48
|
+
font-size: 10pt;
|
|
49
|
+
width: 185px;
|
|
50
|
+
}
|
|
51
|
+
.cesium-cesiumInspector-frustumStatistics {
|
|
52
|
+
padding-left: 10px;
|
|
53
|
+
padding: 5px;
|
|
54
|
+
background-color: rgba(80, 80, 80, 0.75);
|
|
55
|
+
}
|
|
56
|
+
.cesium-cesiumInspector-pickButton {
|
|
57
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
58
|
+
border: 1px solid #444;
|
|
59
|
+
color: #edffff;
|
|
60
|
+
border-radius: 5px;
|
|
61
|
+
padding: 3px 7px;
|
|
62
|
+
cursor: pointer;
|
|
63
|
+
-moz-user-select: none;
|
|
64
|
+
-webkit-user-select: none;
|
|
65
|
+
-ms-user-select: none;
|
|
66
|
+
user-select: none;
|
|
67
|
+
margin: 0 auto;
|
|
68
|
+
}
|
|
69
|
+
.cesium-cesiumInspector-pickButton:focus {
|
|
70
|
+
outline: none;
|
|
71
|
+
}
|
|
72
|
+
.cesium-cesiumInspector-pickButton:active,
|
|
73
|
+
.cesium-cesiumInspector-pickButtonHighlight {
|
|
74
|
+
color: #000;
|
|
75
|
+
background: #adf;
|
|
76
|
+
border-color: #fff;
|
|
77
|
+
box-shadow: 0 0 8px #fff;
|
|
78
|
+
}
|
|
79
|
+
.cesium-cesiumInspector-center {
|
|
80
|
+
text-align: center;
|
|
81
|
+
}
|
|
82
|
+
.cesium-cesiumInspector-sectionHeader {
|
|
83
|
+
font-weight: bold;
|
|
84
|
+
font-size: 10pt;
|
|
85
|
+
margin: 0;
|
|
86
|
+
cursor: pointer;
|
|
87
|
+
}
|
|
88
|
+
.cesium-cesiumInspector-pickSection {
|
|
89
|
+
border: 1px solid #aaa;
|
|
90
|
+
border-radius: 5px;
|
|
91
|
+
padding: 3px;
|
|
92
|
+
margin-bottom: 5px;
|
|
93
|
+
}
|
|
94
|
+
.cesium-cesiumInspector-sectionContent {
|
|
95
|
+
margin-bottom: 10px;
|
|
96
|
+
transition: max-height 0.25s;
|
|
97
|
+
}
|
|
98
|
+
.cesium-cesiumInspector-tileText {
|
|
99
|
+
padding-bottom: 10px;
|
|
100
|
+
border-bottom: 1px solid #aaa;
|
|
101
|
+
}
|
|
102
|
+
.cesium-cesiumInspector-relativeText {
|
|
103
|
+
padding-top: 10px;
|
|
104
|
+
}
|
|
105
|
+
.cesium-cesiumInspector-sectionHeader::before {
|
|
106
|
+
margin-right: 5px;
|
|
107
|
+
content: "-";
|
|
108
|
+
width: 1ch;
|
|
109
|
+
display: inline-block;
|
|
110
|
+
}
|
|
111
|
+
.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionHeader::before {
|
|
112
|
+
content: "+";
|
|
113
|
+
}
|
|
@@ -1 +1,124 @@
|
|
|
1
|
-
.cesium-widget
|
|
1
|
+
.cesium-widget {
|
|
2
|
+
font-family: sans-serif;
|
|
3
|
+
font-size: 16px;
|
|
4
|
+
overflow: hidden;
|
|
5
|
+
display: block;
|
|
6
|
+
position: relative;
|
|
7
|
+
top: 0;
|
|
8
|
+
left: 0;
|
|
9
|
+
width: 100%;
|
|
10
|
+
height: 100%;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cesium-widget,
|
|
14
|
+
.cesium-widget canvas {
|
|
15
|
+
width: 100%;
|
|
16
|
+
height: 100%;
|
|
17
|
+
touch-action: none;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.cesium-widget-credits {
|
|
21
|
+
display: block;
|
|
22
|
+
position: absolute;
|
|
23
|
+
bottom: 0;
|
|
24
|
+
left: 0;
|
|
25
|
+
color: #fff;
|
|
26
|
+
font-size: 10px;
|
|
27
|
+
text-shadow: 0px 0px 2px #000000;
|
|
28
|
+
padding-right: 5px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.cesium-widget-credits a,
|
|
32
|
+
.cesium-widget-credits a:visited {
|
|
33
|
+
color: #fff;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.cesium-widget-errorPanel {
|
|
37
|
+
position: absolute;
|
|
38
|
+
top: 0;
|
|
39
|
+
right: 0;
|
|
40
|
+
bottom: 0;
|
|
41
|
+
left: 0;
|
|
42
|
+
text-align: center;
|
|
43
|
+
background: rgba(0, 0, 0, 0.7);
|
|
44
|
+
z-index: 99999;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.cesium-widget-errorPanel:before {
|
|
48
|
+
display: inline-block;
|
|
49
|
+
vertical-align: middle;
|
|
50
|
+
height: 100%;
|
|
51
|
+
content: "";
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.cesium-widget-errorPanel-content {
|
|
55
|
+
width: 75%;
|
|
56
|
+
max-width: 500px;
|
|
57
|
+
display: inline-block;
|
|
58
|
+
text-align: left;
|
|
59
|
+
vertical-align: middle;
|
|
60
|
+
border: 1px solid #510c00;
|
|
61
|
+
border-radius: 7px;
|
|
62
|
+
background-color: #f0d9d5;
|
|
63
|
+
font-size: 14px;
|
|
64
|
+
color: #510c00;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.cesium-widget-errorPanel-content.expanded {
|
|
68
|
+
max-width: 75%;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.cesium-widget-errorPanel-header {
|
|
72
|
+
font-size: 18px;
|
|
73
|
+
font-family: "Open Sans", Verdana, Geneva, sans-serif;
|
|
74
|
+
background: #d69d93;
|
|
75
|
+
border-bottom: 2px solid #510c00;
|
|
76
|
+
padding-bottom: 10px;
|
|
77
|
+
border-radius: 3px 3px 0 0;
|
|
78
|
+
padding: 15px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.cesium-widget-errorPanel-scroll {
|
|
82
|
+
overflow: auto;
|
|
83
|
+
font-family: "Open Sans", Verdana, Geneva, sans-serif;
|
|
84
|
+
white-space: pre-wrap;
|
|
85
|
+
padding: 0 15px;
|
|
86
|
+
margin: 10px 0 20px 0;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.cesium-widget-errorPanel-buttonPanel {
|
|
90
|
+
padding: 0 15px;
|
|
91
|
+
margin: 10px 0 20px 0;
|
|
92
|
+
text-align: right;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.cesium-widget-errorPanel-buttonPanel button {
|
|
96
|
+
border-color: #510c00;
|
|
97
|
+
background: #d69d93;
|
|
98
|
+
color: #202020;
|
|
99
|
+
margin: 0;
|
|
100
|
+
}
|
|
101
|
+
.cesium-widget-errorPanel-buttonPanel button:focus {
|
|
102
|
+
border-color: #510c00;
|
|
103
|
+
background: #f0d9d5;
|
|
104
|
+
color: #510c00;
|
|
105
|
+
}
|
|
106
|
+
.cesium-widget-errorPanel-buttonPanel button:hover {
|
|
107
|
+
border-color: #510c00;
|
|
108
|
+
background: #f0d9d5;
|
|
109
|
+
color: #510c00;
|
|
110
|
+
}
|
|
111
|
+
.cesium-widget-errorPanel-buttonPanel button:active {
|
|
112
|
+
border-color: #510c00;
|
|
113
|
+
background: #b17b72;
|
|
114
|
+
color: #510c00;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.cesium-widget-errorPanel-more-details {
|
|
118
|
+
text-decoration: underline;
|
|
119
|
+
cursor: pointer;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.cesium-widget-errorPanel-more-details:hover {
|
|
123
|
+
color: #2b0700;
|
|
124
|
+
}
|