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,1311 @@
|
|
|
1
|
-
.cesium-svgPath-svg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.cesium-button{display:inline-block;position:relative;background:#303336;border:1px solid #444;color:#edffff;fill:#edffff;border-radius:4px;padding:5px 12px;margin:2px 3px;cursor:pointer;overflow:hidden;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-button:focus{color:#fff;fill:#fff;border-color:#ea4;outline:0}.cesium-button:hover{color:#fff;fill:#fff;background:#48b;border-color:#aef;box-shadow:0 0 8px #fff}.cesium-button:active{color:#000;fill:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff}.cesium-button-disabled,.cesium-button-disabled:active,.cesium-button-disabled:focus,.cesium-button-disabled:hover,.cesium-button:disabled{background:#303336;border-color:#444;color:#646464;fill:#646464;box-shadow:none;cursor:default}.cesium-button option{background-color:#000;color:#eee}.cesium-button option:disabled{color:#777}.cesium-button input,.cesium-button label{cursor:pointer}.cesium-button input{vertical-align:sub}.cesium-toolbar-button{box-sizing:border-box;width:32px;height:32px;border-radius:14%;padding:0;vertical-align:middle;z-index:0}.cesium-performanceDisplay-defaultContainer{position:absolute;top:50px;right:10px;text-align:right}.cesium-performanceDisplay{background-color:rgba(40,40,40,.7);padding:7px;border-radius:5px;border:1px solid #444;font:bold 12px sans-serif}.cesium-performanceDisplay-fps{color:#e52}.cesium-performanceDisplay-throttled{color:#a42}.cesium-performanceDisplay-ms{color:#de3}.cesium-animation-theme{visibility:hidden;display:block;position:absolute;z-index:-100}.cesium-animation-themeNormal{color:#222}.cesium-animation-themeHover{color:#4488b0}.cesium-animation-themeSelect{color:#242}.cesium-animation-themeDisabled{color:#333}.cesium-animation-themeKnob{color:#222}.cesium-animation-themePointer{color:#2e2}.cesium-animation-themeSwoosh{color:#8ac}.cesium-animation-themeSwooshHover{color:#aef}.cesium-animation-svgText{fill:#edffff;font-family:Sans-Serif;font-size:15px;text-anchor:middle}.cesium-animation-blank{fill:#000;fill-opacity:.01;stroke:none}.cesium-animation-rectButton{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-animation-rectButton .cesium-animation-buttonGlow{fill:#fff;stroke:none;display:none}.cesium-animation-rectButton:hover .cesium-animation-buttonGlow{display:block}.cesium-animation-rectButton .cesium-animation-buttonPath{fill:#edffff}.cesium-animation-rectButton .cesium-animation-buttonMain{stroke:#444;stroke-width:1.2}.cesium-animation-rectButton:hover .cesium-animation-buttonMain{stroke:#aef}.cesium-animation-rectButton:active .cesium-animation-buttonMain{fill:#abd6ff}.cesium-animation-buttonDisabled{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.cesium-animation-buttonDisabled .cesium-animation-buttonMain{stroke:#555}.cesium-animation-buttonDisabled .cesium-animation-buttonPath{fill:#818181}.cesium-animation-buttonDisabled .cesium-animation-buttonGlow{display:none}.cesium-animation-buttonToggled .cesium-animation-buttonGlow{display:block;fill:#2e2}.cesium-animation-buttonToggled .cesium-animation-buttonMain{stroke:#2e2}.cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow{fill:#fff}.cesium-animation-buttonToggled:hover .cesium-animation-buttonMain{stroke:#2e2}.cesium-animation-shuttleRingG{cursor:pointer}.cesium-animation-shuttleRingPointer{cursor:pointer}.cesium-animation-shuttleRingPausePointer{cursor:pointer}.cesium-animation-shuttleRingBack{fill:#181818;fill-opacity:.8;stroke:#333;stroke-width:1.2}.cesium-animation-shuttleRingSwoosh line{stroke:#8ac;stroke-width:3;stroke-opacity:.2;stroke-linecap:round}.cesium-animation-knobOuter{cursor:pointer;stroke:#444;stroke-width:1.2}.cesium-animation-knobInner{cursor:pointer}.cesium-baseLayerPicker-selected{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.cesium-baseLayerPicker-dropDown{display:block;position:absolute;box-sizing:content-box;top:auto;right:0;width:320px;max-height:500px;margin-top:5px;background-color:rgba(38,38,38,.75);border:1px solid #444;padding:6px;overflow:auto;border-radius:10px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;transform:translate(0,-20%);visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in,transform .2s ease-in}.cesium-baseLayerPicker-dropDown-visible{transform:translate(0,0);visibility:visible;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out}.cesium-baseLayerPicker-sectionTitle{display:block;font-family:sans-serif;font-size:16pt;text-align:left;color:#edffff;margin-bottom:4px}.cesium-baseLayerPicker-choices{margin-bottom:5px}.cesium-baseLayerPicker-categoryTitle{color:#edffff;font-size:11pt}.cesium-baseLayerPicker-choices{display:block;border:1px solid #888;border-radius:5px;padding:5px 0}.cesium-baseLayerPicker-item{display:inline-block;vertical-align:top;margin:2px 5px;width:64px;text-align:center;cursor:pointer}.cesium-baseLayerPicker-itemLabel{display:block;font-family:sans-serif;font-size:8pt;text-align:center;vertical-align:middle;color:#edffff;cursor:pointer;word-wrap:break-word}.cesium-baseLayerPicker-item:focus .cesium-baseLayerPicker-itemLabel,.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemLabel{text-decoration:underline}.cesium-baseLayerPicker-itemIcon{display:inline-block;position:relative;width:inherit;height:auto;background-size:100% 100%;border:solid 1px #444;border-radius:9px;color:#edffff;margin:0;padding:0;cursor:pointer;box-sizing:border-box}.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon{border-color:#fff;box-shadow:0 0 8px #fff,0 0 8px #fff}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel{color:#bdecf8}.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon{border:double 4px #bdecf8}.cesium-widget{position:relative}.cesium-widget,.cesium-widget canvas{width:100%;height:100%;touch-action:none}.cesium-widget-credits{display:block;position:absolute;bottom:0;left:0;color:#fff;font-size:10px;text-shadow:0 0 2px #000;padding-right:5px}.cesium-widget-credits a,.cesium-widget-credits a:visited{color:#fff}.cesium-widget-errorPanel{position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;background:rgba(0,0,0,.7);z-index:99999}.cesium-widget-errorPanel:before{display:inline-block;vertical-align:middle;height:100%;content:""}.cesium-widget-errorPanel-content{width:75%;max-width:500px;display:inline-block;text-align:left;vertical-align:middle;border:1px solid #510c00;border-radius:7px;background-color:#f0d9d5;font-size:14px;color:#510c00}.cesium-widget-errorPanel-content.expanded{max-width:75%}.cesium-widget-errorPanel-header{font-size:18px;font-family:"Open Sans",Verdana,Geneva,sans-serif;background:#d69d93;border-bottom:2px solid #510c00;padding-bottom:10px;border-radius:3px 3px 0 0;padding:15px}.cesium-widget-errorPanel-scroll{overflow:auto;font-family:"Open Sans",Verdana,Geneva,sans-serif;white-space:pre-wrap;padding:0 15px;margin:10px 0 20px 0}.cesium-widget-errorPanel-buttonPanel{padding:0 15px;margin:10px 0 20px 0;text-align:right}.cesium-widget-errorPanel-buttonPanel button{border-color:#510c00;background:#d69d93;color:#202020;margin:0}.cesium-widget-errorPanel-buttonPanel button:focus{border-color:#510c00;background:#f0d9d5;color:#510c00}.cesium-widget-errorPanel-buttonPanel button:hover{border-color:#510c00;background:#f0d9d5;color:#510c00}.cesium-widget-errorPanel-buttonPanel button:active{border-color:#510c00;background:#b17b72;color:#510c00}.cesium-widget-errorPanel-more-details{text-decoration:underline;cursor:pointer}.cesium-widget-errorPanel-more-details:hover{color:#2b0700}.cesium-cesiumInspector{border-radius:5px;transition:width ease-in-out .25s;background:rgba(48,51,54,.8);border:1px solid #444;color:#edffff;display:inline-block;position:relative;padding:4px 12px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.cesium-cesiumInspector-button{text-align:center;font-size:11pt}.cesium-cesiumInspector-visible .cesium-cesiumInspector-button{border-bottom:1px solid #aaa;padding-bottom:3px}.cesium-cesiumInspector input:enabled,.cesium-cesiumInspector-button{cursor:pointer}.cesium-cesiumInspector-visible{width:185px;height:auto}.cesium-cesiumInspector-hidden{width:122px;height:17px}.cesium-cesiumInspector-sectionContent{max-height:500px}.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionContent{max-height:0;padding:0!important;overflow:hidden}.cesium-cesiumInspector-dropDown{margin:5px 0;font-family:sans-serif;font-size:10pt;width:185px}.cesium-cesiumInspector-frustumStatistics{padding-left:10px;padding:5px;background-color:rgba(80,80,80,.75)}.cesium-cesiumInspector-pickButton{background-color:rgba(0,0,0,.3);border:1px solid #444;color:#edffff;border-radius:5px;padding:3px 7px;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin:0 auto}.cesium-cesiumInspector-pickButton:focus{outline:0}.cesium-cesiumInspector-pickButton:active,.cesium-cesiumInspector-pickButtonHighlight{color:#000;background:#adf;border-color:#fff;box-shadow:0 0 8px #fff}.cesium-cesiumInspector-center{text-align:center}.cesium-cesiumInspector-sectionHeader{font-weight:700;font-size:10pt;margin:0;cursor:pointer}.cesium-cesiumInspector-pickSection{border:1px solid #aaa;border-radius:5px;padding:3px;margin-bottom:5px}.cesium-cesiumInspector-sectionContent{margin-bottom:10px;transition:max-height .25s}.cesium-cesiumInspector-tileText{padding-bottom:10px;border-bottom:1px solid #aaa}.cesium-cesiumInspector-relativeText{padding-top:10px}.cesium-cesiumInspector-sectionHeader::before{margin-right:5px;content:"-";width:1ch;display:inline-block}.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionHeader::before{content:"+"}ul.cesium-cesiumInspector-statistics{margin:0;padding-top:3px;padding-bottom:3px}ul.cesium-cesiumInspector-statistics+ul.cesium-cesiumInspector-statistics{border-top:1px solid #aaa}.cesium-cesiumInspector-slider{margin-top:5px}.cesium-cesiumInspector-slider input[type=number]{text-align:left;background-color:#222;outline:0;border:1px solid #444;color:#edffff;width:100px;border-radius:3px;padding:1px;margin-left:10px;cursor:auto}.cesium-cesiumInspector-slider input[type=number]::-webkit-inner-spin-button,.cesium-cesiumInspector-slider input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cesium-cesiumInspector-slider input[type=range]{margin-left:5px;vertical-align:middle}.cesium-cesiumInspector-hide .cesium-cesiumInspector-styleEditor{display:none}.cesium-cesiumInspector-styleEditor{padding:10px;border-radius:5px;background:rgba(48,51,54,.8);border:1px solid #444}.cesium-cesiumInspector-styleEditor textarea{width:100%;height:300px;background:0 0;color:#edffff;border:none;padding:0;white-space:pre;overflow-wrap:normal;overflow-x:auto}.cesium-3DTilesInspector{width:300px;pointer-events:all}.cesium-3DTilesInspector-statistics{font-size:11px}.cesium-3DTilesInspector div,.cesium-3DTilesInspector input[type=range]{width:100%;box-sizing:border-box}.cesium-cesiumInspector-error{color:#ff9e9e;overflow:auto}.cesium-3DTilesInspector .cesium-cesiumInspector-section{margin-top:3px}.cesium-3DTilesInspector .cesium-cesiumInspector-sectionHeader+.cesium-cesiumInspector-show{border-top:1px solid #fff}input.cesium-cesiumInspector-url{overflow:hidden;white-space:nowrap;overflow-x:scroll;background-color:transparent;color:#fff;outline:0;border:none;height:1em;width:100%}.cesium-cesiumInspector .field-group{display:table}.cesium-cesiumInspector .field-group>label{display:table-cell;font-weight:700}.cesium-cesiumInspector .field-group>.field{display:table-cell;width:100%}.cesium-button.cesium-fullscreenButton{display:block;width:100%;height:100%;margin:0;border-radius:0}.cesium-button.cesium-vrButton{display:block;width:100%;height:100%;margin:0;border-radius:0}.cesium-viewer-geocoderContainer .cesium-geocoder-input{border:solid 1px #444;background-color:rgba(40,40,40,.7);color:#fff;display:inline-block;vertical-align:middle;width:0;height:32px;margin:0;padding:0 32px 0 0;border-radius:0;box-sizing:border-box;transition:width ease-in-out .25s,background-color .2s ease-in-out;-webkit-appearance:none}.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input{border-color:#aef;box-shadow:0 0 8px #fff}.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus{border-color:#ea4;background-color:rgba(15,15,15,.9);box-shadow:none;outline:0}.cesium-viewer-geocoderContainer .cesium-geocoder-input-wide,.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus,.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input{padding-left:4px;width:250px}.cesium-viewer-geocoderContainer .search-results{position:absolute;background-color:#000;color:#eee;overflow-y:auto;opacity:.8;width:100%}.cesium-viewer-geocoderContainer .search-results ul{list-style-type:none;margin:0;padding:0}.cesium-viewer-geocoderContainer .search-results ul li{font-size:14px;padding:3px 10px}.cesium-viewer-geocoderContainer .search-results ul li:hover{cursor:pointer}.cesium-viewer-geocoderContainer .search-results ul li.active{background:#48b}.cesium-geocoder-searchButton{background-color:#303336;display:inline-block;position:absolute;cursor:pointer;width:32px;top:1px;right:1px;height:30px;vertical-align:middle;fill:#edffff}.cesium-geocoder-searchButton:hover{background-color:#48b}.cesium-infoBox{display:block;position:absolute;top:50px;right:0;width:40%;max-width:480px;background:rgba(38,38,38,.95);color:#edffff;border:1px solid #444;border-right:none;border-top-left-radius:7px;border-bottom-left-radius:7px;box-shadow:0 0 10px 1px #000;transform:translate(100%,0);visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in,transform .2s ease-in}.cesium-infoBox-visible{transform:translate(0,0);visibility:visible;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out}.cesium-infoBox-title{display:block;height:20px;padding:5px 30px 5px 25px;background:#545454;border-top-left-radius:7px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;box-sizing:content-box}.cesium-infoBox-bodyless .cesium-infoBox-title{border-bottom-left-radius:7px}button.cesium-infoBox-camera{display:block;position:absolute;top:4px;left:4px;width:22px;height:22px;background:0 0;border-color:transparent;border-radius:3px;padding:0 5px;margin:0}button.cesium-infoBox-close{display:block;position:absolute;top:5px;right:5px;height:20px;background:0 0;border:none;border-radius:2px;font-weight:700;font-size:16px;padding:0 5px;margin:0;color:#edffff}button.cesium-infoBox-close:focus{background:rgba(238,136,0,.44);outline:0}button.cesium-infoBox-close:hover{background:#888;color:#000}button.cesium-infoBox-close:active{background:#a00;color:#000}.cesium-infoBox-bodyless .cesium-infoBox-iframe{display:none}.cesium-infoBox-iframe{border:none;width:100%;width:calc(100% - 2px)}span.cesium-sceneModePicker-wrapper{display:inline-block;position:relative;margin:0 3px}.cesium-sceneModePicker-visible{visibility:visible;opacity:1;transition:opacity .25s linear}.cesium-sceneModePicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s linear}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-none{display:none}.cesium-sceneModePicker-slide-svg{transition:left 2s;top:0;left:0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon{box-sizing:border-box;padding:0;margin:3px 0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D,.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView{margin:0 0 3px 0}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-icon2D{left:100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-iconColumbusView{left:200%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon3D{left:-200%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon2D{left:-100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-icon3D{left:-100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-iconColumbusView{left:100%}.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff}span.cesium-projectionPicker-wrapper{display:inline-block;position:relative;margin:0 3px}.cesium-projectionPicker-visible{visibility:visible;opacity:1;transition:opacity .25s linear}.cesium-projectionPicker-hidden{visibility:hidden;opacity:0;transition:visibility 0s .25s,opacity .25s linear}.cesium-projectionPicker-wrapper .cesium-projectionPicker-none{display:none}.cesium-projectionPicker-wrapper .cesium-projectionPicker-dropDown-icon{box-sizing:border-box;padding:0;margin:3px 0}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic,.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective{margin:0 0 3px 0}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective .cesium-projectionPicker-iconOrthographic{left:100%}.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic .cesium-projectionPicker-iconPerspective{left:-100%}.cesium-projectionPicker-wrapper .cesium-projectionPicker-selected{border-color:#2e2;box-shadow:0 0 8px #fff,0 0 8px #fff}.cesium-performance-watchdog-message-area{position:relative;background-color:#ff0;color:#000;padding:10px}.cesium-performance-watchdog-message{margin-right:30px}.cesium-performance-watchdog-message-dismiss{position:absolute;right:0;margin:0 10px 0 0}.cesium-navigationHelpButton-wrapper{position:relative;display:inline-block}.cesium-navigation-help{visibility:hidden;position:absolute;top:38px;right:2px;width:250px;border-radius:10px;transform:scale(.01);transform-origin:234px -10px;transition:visibility 0s .25s,transform .25s ease-in}.cesium-navigation-help-visible{visibility:visible;transform:scale(1);transition:transform .25s ease-out}.cesium-navigation-help-instructions{border:1px solid #444;background-color:rgba(38,38,38,.75);padding-bottom:5px;border-radius:0 0 10px 10px}.cesium-click-navigation-help{display:none}.cesium-touch-navigation-help{display:none;padding-top:5px}.cesium-click-navigation-help-visible{display:block}.cesium-touch-navigation-help-visible{display:block}.cesium-navigation-help-pan{color:#6cf;font-weight:700}.cesium-navigation-help-zoom{color:#65fd00;font-weight:700}.cesium-navigation-help-rotate{color:#ffd800;font-weight:700}.cesium-navigation-help-tilt{color:#d800d8;font-weight:700}.cesium-navigation-help-details{color:#fff}.cesium-navigation-button{color:#fff;background-color:transparent;border-bottom:none;border-top:1px solid #444;border-right:1px solid #444;margin:0;width:50%;cursor:pointer}.cesium-navigation-button-icon{vertical-align:middle;padding:5px 1px}.cesium-navigation-button:focus{outline:0}.cesium-navigation-button-left{border-radius:10px 0 0 0;border-left:1px solid #444}.cesium-navigation-button-right{border-radius:0 10px 0 0;border-left:none}.cesium-navigation-button-selected{background-color:rgba(38,38,38,.75)}.cesium-navigation-button-unselected{background-color:rgba(0,0,0,.75)}.cesium-navigation-button-unselected:hover{background-color:rgba(76,76,76,.75)}.cesium-selection-wrapper{position:absolute;width:160px;height:160px;pointer-events:none;visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in}.cesium-selection-wrapper-visible{visibility:visible;opacity:1;transition:opacity .2s ease-out}.cesium-selection-wrapper svg{fill:#2e2;stroke:#000;stroke-width:1.1px}.cesium-timeline-main{position:relative;left:0;bottom:0;overflow:hidden;border:solid 1px #888}.cesium-timeline-trackContainer{width:100%;overflow:auto;border-top:solid 1px #888;position:relative;top:0;left:0}.cesium-timeline-tracks{position:absolute;top:0;left:0;width:100%}.cesium-timeline-needle{position:absolute;left:0;top:1.7em;bottom:0;width:1px;background:red}.cesium-timeline-bar{position:relative;left:0;top:0;overflow:hidden;cursor:pointer;width:100%;height:1.7em;background:linear-gradient(to bottom,rgba(116,117,119,.8) 0,rgba(58,68,82,.8) 11%,rgba(46,50,56,.8) 46%,rgba(53,53,53,.8) 81%,rgba(53,53,53,.8) 100%)}.cesium-timeline-ruler{visibility:hidden;white-space:nowrap;font-size:80%;z-index:-200}.cesium-timeline-highlight{position:absolute;bottom:0;left:0;background:#08f}.cesium-timeline-ticLabel{position:absolute;top:0;left:0;white-space:nowrap;font-size:80%;color:#eee}.cesium-timeline-ticMain{position:absolute;bottom:0;left:0;width:1px;height:50%;background:#eee}.cesium-timeline-ticSub{position:absolute;bottom:0;left:0;width:1px;height:33%;background:#aaa}.cesium-timeline-ticTiny{position:absolute;bottom:0;left:0;width:1px;height:25%;background:#888}.cesium-timeline-icon16{display:block;position:absolute;width:16px;height:16px;background-image:url(Images/TimelineIcons.png);background-repeat:no-repeat}.cesium-viewer{font-family:sans-serif;font-size:16px;overflow:hidden;display:block;position:relative;top:0;left:0;width:100%;height:100%}.cesium-viewer-cesiumWidgetContainer{width:100%;height:100%}.cesium-viewer-bottom{display:block;position:absolute;bottom:0;left:0;padding-right:5px}.cesium-viewer .cesium-widget-credits{display:inline;position:static;bottom:auto;left:auto;padding-right:0;color:#fff;font-size:10px;text-shadow:0 0 2px #000}.cesium-viewer-timelineContainer{position:absolute;bottom:0;left:169px;right:29px;height:27px;padding:0;margin:0;overflow:hidden;font-size:14px}.cesium-viewer-animationContainer{position:absolute;bottom:0;left:0;padding:0;width:169px;height:112px}.cesium-viewer-fullscreenContainer{position:absolute;bottom:0;right:0;padding:0;width:29px;height:29px;overflow:hidden}.cesium-viewer-vrContainer{position:absolute;bottom:0;right:0;padding:0;width:29px;height:29px;overflow:hidden}.cesium-viewer-toolbar{display:block;position:absolute;top:5px;right:5px}.cesium-viewer-cesiumInspectorContainer{display:block;position:absolute;top:50px;right:10px}.cesium-viewer-geocoderContainer{position:relative;display:inline-block;margin:0 3px}.cesium-viewer-cesium3DTilesInspectorContainer{display:block;position:absolute;top:50px;right:10px;max-height:calc(100% - 120px);box-sizing:border-box;overflow-y:auto;overflow-x:hidden}
|
|
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/Animation/Animation.css */
|
|
106
|
+
.cesium-animation-theme {
|
|
107
|
+
visibility: hidden;
|
|
108
|
+
display: block;
|
|
109
|
+
position: absolute;
|
|
110
|
+
z-index: -100;
|
|
111
|
+
}
|
|
112
|
+
.cesium-animation-themeNormal {
|
|
113
|
+
color: #222;
|
|
114
|
+
}
|
|
115
|
+
.cesium-animation-themeHover {
|
|
116
|
+
color: #4488b0;
|
|
117
|
+
}
|
|
118
|
+
.cesium-animation-themeSelect {
|
|
119
|
+
color: #242;
|
|
120
|
+
}
|
|
121
|
+
.cesium-animation-themeDisabled {
|
|
122
|
+
color: #333;
|
|
123
|
+
}
|
|
124
|
+
.cesium-animation-themeKnob {
|
|
125
|
+
color: #222;
|
|
126
|
+
}
|
|
127
|
+
.cesium-animation-themePointer {
|
|
128
|
+
color: #2e2;
|
|
129
|
+
}
|
|
130
|
+
.cesium-animation-themeSwoosh {
|
|
131
|
+
color: #8ac;
|
|
132
|
+
}
|
|
133
|
+
.cesium-animation-themeSwooshHover {
|
|
134
|
+
color: #aef;
|
|
135
|
+
}
|
|
136
|
+
.cesium-animation-svgText {
|
|
137
|
+
fill: #edffff;
|
|
138
|
+
font-family: Sans-Serif;
|
|
139
|
+
font-size: 15px;
|
|
140
|
+
text-anchor: middle;
|
|
141
|
+
}
|
|
142
|
+
.cesium-animation-blank {
|
|
143
|
+
fill: #000;
|
|
144
|
+
fill-opacity: 0.01;
|
|
145
|
+
stroke: none;
|
|
146
|
+
}
|
|
147
|
+
.cesium-animation-rectButton {
|
|
148
|
+
cursor: pointer;
|
|
149
|
+
-moz-user-select: none;
|
|
150
|
+
-webkit-user-select: none;
|
|
151
|
+
-ms-user-select: none;
|
|
152
|
+
user-select: none;
|
|
153
|
+
}
|
|
154
|
+
.cesium-animation-rectButton .cesium-animation-buttonGlow {
|
|
155
|
+
fill: #fff;
|
|
156
|
+
stroke: none;
|
|
157
|
+
display: none;
|
|
158
|
+
}
|
|
159
|
+
.cesium-animation-rectButton:hover .cesium-animation-buttonGlow {
|
|
160
|
+
display: block;
|
|
161
|
+
}
|
|
162
|
+
.cesium-animation-rectButton .cesium-animation-buttonPath {
|
|
163
|
+
fill: #edffff;
|
|
164
|
+
}
|
|
165
|
+
.cesium-animation-rectButton .cesium-animation-buttonMain {
|
|
166
|
+
stroke: #444;
|
|
167
|
+
stroke-width: 1.2;
|
|
168
|
+
}
|
|
169
|
+
.cesium-animation-rectButton:hover .cesium-animation-buttonMain {
|
|
170
|
+
stroke: #aef;
|
|
171
|
+
}
|
|
172
|
+
.cesium-animation-rectButton:active .cesium-animation-buttonMain {
|
|
173
|
+
fill: #abd6ff;
|
|
174
|
+
}
|
|
175
|
+
.cesium-animation-buttonDisabled {
|
|
176
|
+
-moz-user-select: none;
|
|
177
|
+
-webkit-user-select: none;
|
|
178
|
+
-ms-user-select: none;
|
|
179
|
+
user-select: none;
|
|
180
|
+
}
|
|
181
|
+
.cesium-animation-buttonDisabled .cesium-animation-buttonMain {
|
|
182
|
+
stroke: #555;
|
|
183
|
+
}
|
|
184
|
+
.cesium-animation-buttonDisabled .cesium-animation-buttonPath {
|
|
185
|
+
fill: #818181;
|
|
186
|
+
}
|
|
187
|
+
.cesium-animation-buttonDisabled .cesium-animation-buttonGlow {
|
|
188
|
+
display: none;
|
|
189
|
+
}
|
|
190
|
+
.cesium-animation-buttonToggled .cesium-animation-buttonGlow {
|
|
191
|
+
display: block;
|
|
192
|
+
fill: #2e2;
|
|
193
|
+
}
|
|
194
|
+
.cesium-animation-buttonToggled .cesium-animation-buttonMain {
|
|
195
|
+
stroke: #2e2;
|
|
196
|
+
}
|
|
197
|
+
.cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow {
|
|
198
|
+
fill: #fff;
|
|
199
|
+
}
|
|
200
|
+
.cesium-animation-buttonToggled:hover .cesium-animation-buttonMain {
|
|
201
|
+
stroke: #2e2;
|
|
202
|
+
}
|
|
203
|
+
.cesium-animation-shuttleRingG {
|
|
204
|
+
cursor: pointer;
|
|
205
|
+
}
|
|
206
|
+
.cesium-animation-shuttleRingPointer {
|
|
207
|
+
cursor: pointer;
|
|
208
|
+
}
|
|
209
|
+
.cesium-animation-shuttleRingPausePointer {
|
|
210
|
+
cursor: pointer;
|
|
211
|
+
}
|
|
212
|
+
.cesium-animation-shuttleRingBack {
|
|
213
|
+
fill: #181818;
|
|
214
|
+
fill-opacity: 0.8;
|
|
215
|
+
stroke: #333;
|
|
216
|
+
stroke-width: 1.2;
|
|
217
|
+
}
|
|
218
|
+
.cesium-animation-shuttleRingSwoosh line {
|
|
219
|
+
stroke: #8ac;
|
|
220
|
+
stroke-width: 3;
|
|
221
|
+
stroke-opacity: 0.2;
|
|
222
|
+
stroke-linecap: round;
|
|
223
|
+
}
|
|
224
|
+
.cesium-animation-knobOuter {
|
|
225
|
+
cursor: pointer;
|
|
226
|
+
stroke: #444;
|
|
227
|
+
stroke-width: 1.2;
|
|
228
|
+
}
|
|
229
|
+
.cesium-animation-knobInner {
|
|
230
|
+
cursor: pointer;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
/* packages/widgets/Source/BaseLayerPicker/BaseLayerPicker.css */
|
|
234
|
+
.cesium-baseLayerPicker-selected {
|
|
235
|
+
position: absolute;
|
|
236
|
+
top: 0;
|
|
237
|
+
left: 0;
|
|
238
|
+
width: 100%;
|
|
239
|
+
height: 100%;
|
|
240
|
+
border: none;
|
|
241
|
+
}
|
|
242
|
+
.cesium-baseLayerPicker-dropDown {
|
|
243
|
+
display: block;
|
|
244
|
+
position: absolute;
|
|
245
|
+
box-sizing: content-box;
|
|
246
|
+
top: auto;
|
|
247
|
+
right: 0;
|
|
248
|
+
width: 320px;
|
|
249
|
+
max-height: 500px;
|
|
250
|
+
margin-top: 5px;
|
|
251
|
+
background-color: rgba(38, 38, 38, 0.75);
|
|
252
|
+
border: 1px solid #444;
|
|
253
|
+
padding: 6px;
|
|
254
|
+
overflow: auto;
|
|
255
|
+
border-radius: 10px;
|
|
256
|
+
-moz-user-select: none;
|
|
257
|
+
-webkit-user-select: none;
|
|
258
|
+
-ms-user-select: none;
|
|
259
|
+
user-select: none;
|
|
260
|
+
transform: translate(0, -20%);
|
|
261
|
+
visibility: hidden;
|
|
262
|
+
opacity: 0;
|
|
263
|
+
transition:
|
|
264
|
+
visibility 0s 0.2s,
|
|
265
|
+
opacity 0.2s ease-in,
|
|
266
|
+
transform 0.2s ease-in;
|
|
267
|
+
}
|
|
268
|
+
.cesium-baseLayerPicker-dropDown-visible {
|
|
269
|
+
transform: translate(0, 0);
|
|
270
|
+
visibility: visible;
|
|
271
|
+
opacity: 1;
|
|
272
|
+
transition: opacity 0.2s ease-out, transform 0.2s ease-out;
|
|
273
|
+
}
|
|
274
|
+
.cesium-baseLayerPicker-sectionTitle {
|
|
275
|
+
display: block;
|
|
276
|
+
font-family: sans-serif;
|
|
277
|
+
font-size: 16pt;
|
|
278
|
+
text-align: left;
|
|
279
|
+
color: #edffff;
|
|
280
|
+
margin-bottom: 4px;
|
|
281
|
+
}
|
|
282
|
+
.cesium-baseLayerPicker-choices {
|
|
283
|
+
margin-bottom: 5px;
|
|
284
|
+
}
|
|
285
|
+
.cesium-baseLayerPicker-categoryTitle {
|
|
286
|
+
color: #edffff;
|
|
287
|
+
font-size: 11pt;
|
|
288
|
+
}
|
|
289
|
+
.cesium-baseLayerPicker-choices {
|
|
290
|
+
display: block;
|
|
291
|
+
border: 1px solid #888;
|
|
292
|
+
border-radius: 5px;
|
|
293
|
+
padding: 5px 0;
|
|
294
|
+
}
|
|
295
|
+
.cesium-baseLayerPicker-item {
|
|
296
|
+
display: inline-block;
|
|
297
|
+
vertical-align: top;
|
|
298
|
+
margin: 2px 5px;
|
|
299
|
+
width: 64px;
|
|
300
|
+
text-align: center;
|
|
301
|
+
cursor: pointer;
|
|
302
|
+
}
|
|
303
|
+
.cesium-baseLayerPicker-itemLabel {
|
|
304
|
+
display: block;
|
|
305
|
+
font-family: sans-serif;
|
|
306
|
+
font-size: 8pt;
|
|
307
|
+
text-align: center;
|
|
308
|
+
vertical-align: middle;
|
|
309
|
+
color: #edffff;
|
|
310
|
+
cursor: pointer;
|
|
311
|
+
word-wrap: break-word;
|
|
312
|
+
}
|
|
313
|
+
.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemLabel,
|
|
314
|
+
.cesium-baseLayerPicker-item:focus .cesium-baseLayerPicker-itemLabel {
|
|
315
|
+
text-decoration: underline;
|
|
316
|
+
}
|
|
317
|
+
.cesium-baseLayerPicker-itemIcon {
|
|
318
|
+
display: inline-block;
|
|
319
|
+
position: relative;
|
|
320
|
+
width: inherit;
|
|
321
|
+
height: auto;
|
|
322
|
+
background-size: 100% 100%;
|
|
323
|
+
border: solid 1px #444;
|
|
324
|
+
border-radius: 9px;
|
|
325
|
+
color: #edffff;
|
|
326
|
+
margin: 0;
|
|
327
|
+
padding: 0;
|
|
328
|
+
cursor: pointer;
|
|
329
|
+
box-sizing: border-box;
|
|
330
|
+
}
|
|
331
|
+
.cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon {
|
|
332
|
+
border-color: #fff;
|
|
333
|
+
box-shadow: 0 0 8px #fff, 0 0 8px #fff;
|
|
334
|
+
}
|
|
335
|
+
.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel {
|
|
336
|
+
color: rgb(189, 236, 248);
|
|
337
|
+
}
|
|
338
|
+
.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon {
|
|
339
|
+
border: double 4px rgb(189, 236, 248);
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
/* packages/engine/Source/Widget/CesiumWidget.css */
|
|
343
|
+
.cesium-widget {
|
|
344
|
+
font-family: sans-serif;
|
|
345
|
+
font-size: 16px;
|
|
346
|
+
overflow: hidden;
|
|
347
|
+
display: block;
|
|
348
|
+
position: relative;
|
|
349
|
+
top: 0;
|
|
350
|
+
left: 0;
|
|
351
|
+
width: 100%;
|
|
352
|
+
height: 100%;
|
|
353
|
+
}
|
|
354
|
+
.cesium-widget,
|
|
355
|
+
.cesium-widget canvas {
|
|
356
|
+
width: 100%;
|
|
357
|
+
height: 100%;
|
|
358
|
+
touch-action: none;
|
|
359
|
+
}
|
|
360
|
+
.cesium-widget-credits {
|
|
361
|
+
display: block;
|
|
362
|
+
position: absolute;
|
|
363
|
+
bottom: 0;
|
|
364
|
+
left: 0;
|
|
365
|
+
color: #fff;
|
|
366
|
+
font-size: 10px;
|
|
367
|
+
text-shadow: 0px 0px 2px #000000;
|
|
368
|
+
padding-right: 5px;
|
|
369
|
+
}
|
|
370
|
+
.cesium-widget-credits a,
|
|
371
|
+
.cesium-widget-credits a:visited {
|
|
372
|
+
color: #fff;
|
|
373
|
+
}
|
|
374
|
+
.cesium-widget-errorPanel {
|
|
375
|
+
position: absolute;
|
|
376
|
+
top: 0;
|
|
377
|
+
right: 0;
|
|
378
|
+
bottom: 0;
|
|
379
|
+
left: 0;
|
|
380
|
+
text-align: center;
|
|
381
|
+
background: rgba(0, 0, 0, 0.7);
|
|
382
|
+
z-index: 99999;
|
|
383
|
+
}
|
|
384
|
+
.cesium-widget-errorPanel:before {
|
|
385
|
+
display: inline-block;
|
|
386
|
+
vertical-align: middle;
|
|
387
|
+
height: 100%;
|
|
388
|
+
content: "";
|
|
389
|
+
}
|
|
390
|
+
.cesium-widget-errorPanel-content {
|
|
391
|
+
width: 75%;
|
|
392
|
+
max-width: 500px;
|
|
393
|
+
display: inline-block;
|
|
394
|
+
text-align: left;
|
|
395
|
+
vertical-align: middle;
|
|
396
|
+
border: 1px solid #510c00;
|
|
397
|
+
border-radius: 7px;
|
|
398
|
+
background-color: #f0d9d5;
|
|
399
|
+
font-size: 14px;
|
|
400
|
+
color: #510c00;
|
|
401
|
+
}
|
|
402
|
+
.cesium-widget-errorPanel-content.expanded {
|
|
403
|
+
max-width: 75%;
|
|
404
|
+
}
|
|
405
|
+
.cesium-widget-errorPanel-header {
|
|
406
|
+
font-size: 18px;
|
|
407
|
+
font-family:
|
|
408
|
+
"Open Sans",
|
|
409
|
+
Verdana,
|
|
410
|
+
Geneva,
|
|
411
|
+
sans-serif;
|
|
412
|
+
background: #d69d93;
|
|
413
|
+
border-bottom: 2px solid #510c00;
|
|
414
|
+
padding-bottom: 10px;
|
|
415
|
+
border-radius: 3px 3px 0 0;
|
|
416
|
+
padding: 15px;
|
|
417
|
+
}
|
|
418
|
+
.cesium-widget-errorPanel-scroll {
|
|
419
|
+
overflow: auto;
|
|
420
|
+
font-family:
|
|
421
|
+
"Open Sans",
|
|
422
|
+
Verdana,
|
|
423
|
+
Geneva,
|
|
424
|
+
sans-serif;
|
|
425
|
+
white-space: pre-wrap;
|
|
426
|
+
padding: 0 15px;
|
|
427
|
+
margin: 10px 0 20px 0;
|
|
428
|
+
}
|
|
429
|
+
.cesium-widget-errorPanel-buttonPanel {
|
|
430
|
+
padding: 0 15px;
|
|
431
|
+
margin: 10px 0 20px 0;
|
|
432
|
+
text-align: right;
|
|
433
|
+
}
|
|
434
|
+
.cesium-widget-errorPanel-buttonPanel button {
|
|
435
|
+
border-color: #510c00;
|
|
436
|
+
background: #d69d93;
|
|
437
|
+
color: #202020;
|
|
438
|
+
margin: 0;
|
|
439
|
+
}
|
|
440
|
+
.cesium-widget-errorPanel-buttonPanel button:focus {
|
|
441
|
+
border-color: #510c00;
|
|
442
|
+
background: #f0d9d5;
|
|
443
|
+
color: #510c00;
|
|
444
|
+
}
|
|
445
|
+
.cesium-widget-errorPanel-buttonPanel button:hover {
|
|
446
|
+
border-color: #510c00;
|
|
447
|
+
background: #f0d9d5;
|
|
448
|
+
color: #510c00;
|
|
449
|
+
}
|
|
450
|
+
.cesium-widget-errorPanel-buttonPanel button:active {
|
|
451
|
+
border-color: #510c00;
|
|
452
|
+
background: #b17b72;
|
|
453
|
+
color: #510c00;
|
|
454
|
+
}
|
|
455
|
+
.cesium-widget-errorPanel-more-details {
|
|
456
|
+
text-decoration: underline;
|
|
457
|
+
cursor: pointer;
|
|
458
|
+
}
|
|
459
|
+
.cesium-widget-errorPanel-more-details:hover {
|
|
460
|
+
color: #2b0700;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
/* packages/widgets/Source/CesiumInspector/CesiumInspector.css */
|
|
464
|
+
.cesium-cesiumInspector {
|
|
465
|
+
border-radius: 5px;
|
|
466
|
+
transition: width ease-in-out 0.25s;
|
|
467
|
+
background: rgba(48, 51, 54, 0.8);
|
|
468
|
+
border: 1px solid #444;
|
|
469
|
+
color: #edffff;
|
|
470
|
+
display: inline-block;
|
|
471
|
+
position: relative;
|
|
472
|
+
padding: 4px 12px;
|
|
473
|
+
-moz-user-select: none;
|
|
474
|
+
-webkit-user-select: none;
|
|
475
|
+
-ms-user-select: none;
|
|
476
|
+
user-select: none;
|
|
477
|
+
overflow: hidden;
|
|
478
|
+
}
|
|
479
|
+
.cesium-cesiumInspector-button {
|
|
480
|
+
text-align: center;
|
|
481
|
+
font-size: 11pt;
|
|
482
|
+
}
|
|
483
|
+
.cesium-cesiumInspector-visible .cesium-cesiumInspector-button {
|
|
484
|
+
border-bottom: 1px solid #aaa;
|
|
485
|
+
padding-bottom: 3px;
|
|
486
|
+
}
|
|
487
|
+
.cesium-cesiumInspector input:enabled,
|
|
488
|
+
.cesium-cesiumInspector-button {
|
|
489
|
+
cursor: pointer;
|
|
490
|
+
}
|
|
491
|
+
.cesium-cesiumInspector-visible {
|
|
492
|
+
width: 185px;
|
|
493
|
+
height: auto;
|
|
494
|
+
}
|
|
495
|
+
.cesium-cesiumInspector-hidden {
|
|
496
|
+
width: 122px;
|
|
497
|
+
height: 17px;
|
|
498
|
+
}
|
|
499
|
+
.cesium-cesiumInspector-sectionContent {
|
|
500
|
+
max-height: 600px;
|
|
501
|
+
}
|
|
502
|
+
.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionContent {
|
|
503
|
+
max-height: 0;
|
|
504
|
+
padding: 0 !important;
|
|
505
|
+
overflow: hidden;
|
|
506
|
+
}
|
|
507
|
+
.cesium-cesiumInspector-dropDown {
|
|
508
|
+
margin: 5px 0;
|
|
509
|
+
font-family: sans-serif;
|
|
510
|
+
font-size: 10pt;
|
|
511
|
+
width: 185px;
|
|
512
|
+
}
|
|
513
|
+
.cesium-cesiumInspector-frustumStatistics {
|
|
514
|
+
padding-left: 10px;
|
|
515
|
+
padding: 5px;
|
|
516
|
+
background-color: rgba(80, 80, 80, 0.75);
|
|
517
|
+
}
|
|
518
|
+
.cesium-cesiumInspector-pickButton {
|
|
519
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
520
|
+
border: 1px solid #444;
|
|
521
|
+
color: #edffff;
|
|
522
|
+
border-radius: 5px;
|
|
523
|
+
padding: 3px 7px;
|
|
524
|
+
cursor: pointer;
|
|
525
|
+
-moz-user-select: none;
|
|
526
|
+
-webkit-user-select: none;
|
|
527
|
+
-ms-user-select: none;
|
|
528
|
+
user-select: none;
|
|
529
|
+
margin: 0 auto;
|
|
530
|
+
}
|
|
531
|
+
.cesium-cesiumInspector-pickButton:focus {
|
|
532
|
+
outline: none;
|
|
533
|
+
}
|
|
534
|
+
.cesium-cesiumInspector-pickButton:active,
|
|
535
|
+
.cesium-cesiumInspector-pickButtonHighlight {
|
|
536
|
+
color: #000;
|
|
537
|
+
background: #adf;
|
|
538
|
+
border-color: #fff;
|
|
539
|
+
box-shadow: 0 0 8px #fff;
|
|
540
|
+
}
|
|
541
|
+
.cesium-cesiumInspector-center {
|
|
542
|
+
text-align: center;
|
|
543
|
+
}
|
|
544
|
+
.cesium-cesiumInspector-sectionHeader {
|
|
545
|
+
font-weight: bold;
|
|
546
|
+
font-size: 10pt;
|
|
547
|
+
margin: 0;
|
|
548
|
+
cursor: pointer;
|
|
549
|
+
}
|
|
550
|
+
.cesium-cesiumInspector-pickSection {
|
|
551
|
+
border: 1px solid #aaa;
|
|
552
|
+
border-radius: 5px;
|
|
553
|
+
padding: 3px;
|
|
554
|
+
margin-bottom: 5px;
|
|
555
|
+
}
|
|
556
|
+
.cesium-cesiumInspector-sectionContent {
|
|
557
|
+
margin-bottom: 10px;
|
|
558
|
+
transition: max-height 0.25s;
|
|
559
|
+
}
|
|
560
|
+
.cesium-cesiumInspector-tileText {
|
|
561
|
+
padding-bottom: 10px;
|
|
562
|
+
border-bottom: 1px solid #aaa;
|
|
563
|
+
}
|
|
564
|
+
.cesium-cesiumInspector-relativeText {
|
|
565
|
+
padding-top: 10px;
|
|
566
|
+
}
|
|
567
|
+
.cesium-cesiumInspector-sectionHeader::before {
|
|
568
|
+
margin-right: 5px;
|
|
569
|
+
content: "-";
|
|
570
|
+
width: 1ch;
|
|
571
|
+
display: inline-block;
|
|
572
|
+
}
|
|
573
|
+
.cesium-cesiumInspector-section-collapsed .cesium-cesiumInspector-sectionHeader::before {
|
|
574
|
+
content: "+";
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
/* packages/widgets/Source/Cesium3DTilesInspector/Cesium3DTilesInspector.css */
|
|
578
|
+
ul.cesium-cesiumInspector-statistics {
|
|
579
|
+
margin: 0;
|
|
580
|
+
padding-top: 3px;
|
|
581
|
+
padding-bottom: 3px;
|
|
582
|
+
}
|
|
583
|
+
ul.cesium-cesiumInspector-statistics + ul.cesium-cesiumInspector-statistics {
|
|
584
|
+
border-top: 1px solid #aaa;
|
|
585
|
+
}
|
|
586
|
+
.cesium-cesiumInspector-slider {
|
|
587
|
+
margin-top: 5px;
|
|
588
|
+
}
|
|
589
|
+
.cesium-cesiumInspector-slider input[type=number] {
|
|
590
|
+
text-align: left;
|
|
591
|
+
background-color: #222;
|
|
592
|
+
outline: none;
|
|
593
|
+
border: 1px solid #444;
|
|
594
|
+
color: #edffff;
|
|
595
|
+
width: 100px;
|
|
596
|
+
border-radius: 3px;
|
|
597
|
+
padding: 1px;
|
|
598
|
+
margin-left: 10px;
|
|
599
|
+
cursor: auto;
|
|
600
|
+
}
|
|
601
|
+
.cesium-cesiumInspector-slider input[type=number]::-webkit-outer-spin-button,
|
|
602
|
+
.cesium-cesiumInspector-slider input[type=number]::-webkit-inner-spin-button {
|
|
603
|
+
-webkit-appearance: none;
|
|
604
|
+
margin: 0;
|
|
605
|
+
}
|
|
606
|
+
.cesium-cesiumInspector-slider input[type=range] {
|
|
607
|
+
margin-left: 5px;
|
|
608
|
+
vertical-align: middle;
|
|
609
|
+
}
|
|
610
|
+
.cesium-cesiumInspector-hide .cesium-cesiumInspector-styleEditor {
|
|
611
|
+
display: none;
|
|
612
|
+
}
|
|
613
|
+
.cesium-cesiumInspector-styleEditor {
|
|
614
|
+
padding: 10px;
|
|
615
|
+
border-radius: 5px;
|
|
616
|
+
background: rgba(48, 51, 54, 0.8);
|
|
617
|
+
border: 1px solid #444;
|
|
618
|
+
}
|
|
619
|
+
.cesium-cesiumInspector-styleEditor textarea {
|
|
620
|
+
width: 100%;
|
|
621
|
+
height: 300px;
|
|
622
|
+
background: transparent;
|
|
623
|
+
color: #edffff;
|
|
624
|
+
border: none;
|
|
625
|
+
padding: 0;
|
|
626
|
+
white-space: pre;
|
|
627
|
+
overflow-wrap: normal;
|
|
628
|
+
overflow-x: auto;
|
|
629
|
+
}
|
|
630
|
+
.cesium-3DTilesInspector {
|
|
631
|
+
width: 300px;
|
|
632
|
+
pointer-events: all;
|
|
633
|
+
}
|
|
634
|
+
.cesium-3DTilesInspector-statistics {
|
|
635
|
+
font-size: 11px;
|
|
636
|
+
}
|
|
637
|
+
.cesium-3DTilesInspector-disabledElementsInfo {
|
|
638
|
+
margin: 5px 0 0 0;
|
|
639
|
+
padding: 0 0 0 20px;
|
|
640
|
+
color: #eed202;
|
|
641
|
+
}
|
|
642
|
+
.cesium-3DTilesInspector div,
|
|
643
|
+
.cesium-3DTilesInspector input[type=range] {
|
|
644
|
+
width: 100%;
|
|
645
|
+
box-sizing: border-box;
|
|
646
|
+
}
|
|
647
|
+
.cesium-cesiumInspector-error {
|
|
648
|
+
color: #ff9e9e;
|
|
649
|
+
overflow: auto;
|
|
650
|
+
}
|
|
651
|
+
.cesium-3DTilesInspector .cesium-cesiumInspector-section {
|
|
652
|
+
margin-top: 3px;
|
|
653
|
+
}
|
|
654
|
+
.cesium-3DTilesInspector .cesium-cesiumInspector-sectionHeader + .cesium-cesiumInspector-show {
|
|
655
|
+
border-top: 1px solid white;
|
|
656
|
+
}
|
|
657
|
+
input.cesium-cesiumInspector-url {
|
|
658
|
+
overflow: hidden;
|
|
659
|
+
white-space: nowrap;
|
|
660
|
+
overflow-x: scroll;
|
|
661
|
+
background-color: transparent;
|
|
662
|
+
color: white;
|
|
663
|
+
outline: none;
|
|
664
|
+
border: none;
|
|
665
|
+
height: 1em;
|
|
666
|
+
width: 100%;
|
|
667
|
+
}
|
|
668
|
+
.cesium-cesiumInspector .field-group {
|
|
669
|
+
display: table;
|
|
670
|
+
}
|
|
671
|
+
.cesium-cesiumInspector .field-group > label {
|
|
672
|
+
display: table-cell;
|
|
673
|
+
font-weight: bold;
|
|
674
|
+
}
|
|
675
|
+
.cesium-cesiumInspector .field-group > .field {
|
|
676
|
+
display: table-cell;
|
|
677
|
+
width: 100%;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
/* packages/widgets/Source/VoxelInspector/VoxelInspector.css */
|
|
681
|
+
.cesium-VoxelInspector {
|
|
682
|
+
width: 300px;
|
|
683
|
+
pointer-events: all;
|
|
684
|
+
}
|
|
685
|
+
.cesium-VoxelInspector div,
|
|
686
|
+
.cesium-VoxelInspector input[type=range] {
|
|
687
|
+
width: 100%;
|
|
688
|
+
box-sizing: border-box;
|
|
689
|
+
}
|
|
690
|
+
.cesium-VoxelInspector .cesium-cesiumInspector-section {
|
|
691
|
+
margin-top: 3px;
|
|
692
|
+
}
|
|
693
|
+
.cesium-VoxelInspector .cesium-cesiumInspector-sectionHeader + .cesium-cesiumInspector-show {
|
|
694
|
+
border-top: 1px solid white;
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
/* packages/widgets/Source/FullscreenButton/FullscreenButton.css */
|
|
698
|
+
.cesium-button.cesium-fullscreenButton {
|
|
699
|
+
display: block;
|
|
700
|
+
width: 100%;
|
|
701
|
+
height: 100%;
|
|
702
|
+
margin: 0;
|
|
703
|
+
border-radius: 0;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
/* packages/widgets/Source/VRButton/VRButton.css */
|
|
707
|
+
.cesium-button.cesium-vrButton {
|
|
708
|
+
display: block;
|
|
709
|
+
width: 100%;
|
|
710
|
+
height: 100%;
|
|
711
|
+
margin: 0;
|
|
712
|
+
border-radius: 0;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
/* packages/widgets/Source/Geocoder/Geocoder.css */
|
|
716
|
+
.cesium-viewer-geocoderContainer .cesium-geocoder-input {
|
|
717
|
+
border: solid 1px #444;
|
|
718
|
+
background-color: rgba(40, 40, 40, 0.7);
|
|
719
|
+
color: white;
|
|
720
|
+
display: inline-block;
|
|
721
|
+
vertical-align: middle;
|
|
722
|
+
width: 0;
|
|
723
|
+
height: 32px;
|
|
724
|
+
margin: 0;
|
|
725
|
+
padding: 0 32px 0 0;
|
|
726
|
+
border-radius: 0;
|
|
727
|
+
box-sizing: border-box;
|
|
728
|
+
transition: width ease-in-out 0.25s, background-color 0.2s ease-in-out;
|
|
729
|
+
-webkit-appearance: none;
|
|
730
|
+
}
|
|
731
|
+
.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input {
|
|
732
|
+
border-color: #aef;
|
|
733
|
+
box-shadow: 0 0 8px #fff;
|
|
734
|
+
}
|
|
735
|
+
.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus {
|
|
736
|
+
border-color: #ea4;
|
|
737
|
+
background-color: rgba(15, 15, 15, 0.9);
|
|
738
|
+
box-shadow: none;
|
|
739
|
+
outline: none;
|
|
740
|
+
}
|
|
741
|
+
.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input,
|
|
742
|
+
.cesium-viewer-geocoderContainer .cesium-geocoder-input:focus,
|
|
743
|
+
.cesium-viewer-geocoderContainer .cesium-geocoder-input-wide {
|
|
744
|
+
padding-left: 4px;
|
|
745
|
+
width: 250px;
|
|
746
|
+
}
|
|
747
|
+
.cesium-viewer-geocoderContainer .search-results {
|
|
748
|
+
position: absolute;
|
|
749
|
+
background-color: #000;
|
|
750
|
+
color: #eee;
|
|
751
|
+
overflow-y: auto;
|
|
752
|
+
opacity: 0.8;
|
|
753
|
+
width: 100%;
|
|
754
|
+
}
|
|
755
|
+
.cesium-viewer-geocoderContainer .search-results ul {
|
|
756
|
+
list-style-type: none;
|
|
757
|
+
margin: 0;
|
|
758
|
+
padding: 0;
|
|
759
|
+
}
|
|
760
|
+
.cesium-viewer-geocoderContainer .search-results ul li {
|
|
761
|
+
font-size: 14px;
|
|
762
|
+
padding: 3px 10px;
|
|
763
|
+
}
|
|
764
|
+
.cesium-viewer-geocoderContainer .search-results ul li:hover {
|
|
765
|
+
cursor: pointer;
|
|
766
|
+
}
|
|
767
|
+
.cesium-viewer-geocoderContainer .search-results ul li.active {
|
|
768
|
+
background: #48b;
|
|
769
|
+
}
|
|
770
|
+
.cesium-geocoder-searchButton {
|
|
771
|
+
background-color: #303336;
|
|
772
|
+
display: inline-block;
|
|
773
|
+
position: absolute;
|
|
774
|
+
cursor: pointer;
|
|
775
|
+
width: 32px;
|
|
776
|
+
top: 1px;
|
|
777
|
+
right: 1px;
|
|
778
|
+
height: 30px;
|
|
779
|
+
vertical-align: middle;
|
|
780
|
+
fill: #edffff;
|
|
781
|
+
}
|
|
782
|
+
.cesium-geocoder-searchButton:hover {
|
|
783
|
+
background-color: #48b;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
/* packages/widgets/Source/InfoBox/InfoBox.css */
|
|
787
|
+
.cesium-infoBox {
|
|
788
|
+
display: block;
|
|
789
|
+
position: absolute;
|
|
790
|
+
top: 50px;
|
|
791
|
+
right: 0;
|
|
792
|
+
width: 40%;
|
|
793
|
+
max-width: 480px;
|
|
794
|
+
background: rgba(38, 38, 38, 0.95);
|
|
795
|
+
color: #edffff;
|
|
796
|
+
border: 1px solid #444;
|
|
797
|
+
border-right: none;
|
|
798
|
+
border-top-left-radius: 7px;
|
|
799
|
+
border-bottom-left-radius: 7px;
|
|
800
|
+
box-shadow: 0 0 10px 1px #000;
|
|
801
|
+
transform: translate(100%, 0);
|
|
802
|
+
visibility: hidden;
|
|
803
|
+
opacity: 0;
|
|
804
|
+
transition:
|
|
805
|
+
visibility 0s 0.2s,
|
|
806
|
+
opacity 0.2s ease-in,
|
|
807
|
+
transform 0.2s ease-in;
|
|
808
|
+
}
|
|
809
|
+
.cesium-infoBox-visible {
|
|
810
|
+
transform: translate(0, 0);
|
|
811
|
+
visibility: visible;
|
|
812
|
+
opacity: 1;
|
|
813
|
+
transition: opacity 0.2s ease-out, transform 0.2s ease-out;
|
|
814
|
+
}
|
|
815
|
+
.cesium-infoBox-title {
|
|
816
|
+
display: block;
|
|
817
|
+
height: 20px;
|
|
818
|
+
padding: 5px 30px 5px 25px;
|
|
819
|
+
background: rgba(84, 84, 84, 1);
|
|
820
|
+
border-top-left-radius: 7px;
|
|
821
|
+
text-align: center;
|
|
822
|
+
text-overflow: ellipsis;
|
|
823
|
+
white-space: nowrap;
|
|
824
|
+
overflow: hidden;
|
|
825
|
+
box-sizing: content-box;
|
|
826
|
+
}
|
|
827
|
+
.cesium-infoBox-bodyless .cesium-infoBox-title {
|
|
828
|
+
border-bottom-left-radius: 7px;
|
|
829
|
+
}
|
|
830
|
+
button.cesium-infoBox-camera {
|
|
831
|
+
display: block;
|
|
832
|
+
position: absolute;
|
|
833
|
+
top: 4px;
|
|
834
|
+
left: 4px;
|
|
835
|
+
width: 22px;
|
|
836
|
+
height: 22px;
|
|
837
|
+
background: transparent;
|
|
838
|
+
border-color: transparent;
|
|
839
|
+
border-radius: 3px;
|
|
840
|
+
padding: 0 5px;
|
|
841
|
+
margin: 0;
|
|
842
|
+
}
|
|
843
|
+
button.cesium-infoBox-close {
|
|
844
|
+
display: block;
|
|
845
|
+
position: absolute;
|
|
846
|
+
top: 5px;
|
|
847
|
+
right: 5px;
|
|
848
|
+
height: 20px;
|
|
849
|
+
background: transparent;
|
|
850
|
+
border: none;
|
|
851
|
+
border-radius: 2px;
|
|
852
|
+
font-weight: bold;
|
|
853
|
+
font-size: 16px;
|
|
854
|
+
padding: 0 5px;
|
|
855
|
+
margin: 0;
|
|
856
|
+
color: #edffff;
|
|
857
|
+
}
|
|
858
|
+
button.cesium-infoBox-close:focus {
|
|
859
|
+
background: rgba(238, 136, 0, 0.44);
|
|
860
|
+
outline: none;
|
|
861
|
+
}
|
|
862
|
+
button.cesium-infoBox-close:hover {
|
|
863
|
+
background: #888;
|
|
864
|
+
color: #000;
|
|
865
|
+
}
|
|
866
|
+
button.cesium-infoBox-close:active {
|
|
867
|
+
background: #a00;
|
|
868
|
+
color: #000;
|
|
869
|
+
}
|
|
870
|
+
.cesium-infoBox-bodyless .cesium-infoBox-iframe {
|
|
871
|
+
display: none;
|
|
872
|
+
}
|
|
873
|
+
.cesium-infoBox-iframe {
|
|
874
|
+
border: none;
|
|
875
|
+
width: 100%;
|
|
876
|
+
width: calc(100% - 2px);
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
/* packages/widgets/Source/SceneModePicker/SceneModePicker.css */
|
|
880
|
+
span.cesium-sceneModePicker-wrapper {
|
|
881
|
+
display: inline-block;
|
|
882
|
+
position: relative;
|
|
883
|
+
margin: 0 3px;
|
|
884
|
+
}
|
|
885
|
+
.cesium-sceneModePicker-visible {
|
|
886
|
+
visibility: visible;
|
|
887
|
+
opacity: 1;
|
|
888
|
+
transition: opacity 0.25s linear;
|
|
889
|
+
}
|
|
890
|
+
.cesium-sceneModePicker-hidden {
|
|
891
|
+
visibility: hidden;
|
|
892
|
+
opacity: 0;
|
|
893
|
+
transition: visibility 0s 0.25s, opacity 0.25s linear;
|
|
894
|
+
}
|
|
895
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-none {
|
|
896
|
+
display: none;
|
|
897
|
+
}
|
|
898
|
+
.cesium-sceneModePicker-slide-svg {
|
|
899
|
+
transition: left 2s;
|
|
900
|
+
top: 0;
|
|
901
|
+
left: 0;
|
|
902
|
+
}
|
|
903
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon {
|
|
904
|
+
box-sizing: border-box;
|
|
905
|
+
padding: 0;
|
|
906
|
+
margin: 3px 0;
|
|
907
|
+
}
|
|
908
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D,
|
|
909
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView,
|
|
910
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D {
|
|
911
|
+
margin: 0 0 3px 0;
|
|
912
|
+
}
|
|
913
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-icon2D {
|
|
914
|
+
left: 100%;
|
|
915
|
+
}
|
|
916
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D .cesium-sceneModePicker-iconColumbusView {
|
|
917
|
+
left: 200%;
|
|
918
|
+
}
|
|
919
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon3D {
|
|
920
|
+
left: -200%;
|
|
921
|
+
}
|
|
922
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView .cesium-sceneModePicker-icon2D {
|
|
923
|
+
left: -100%;
|
|
924
|
+
}
|
|
925
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-icon3D {
|
|
926
|
+
left: -100%;
|
|
927
|
+
}
|
|
928
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D .cesium-sceneModePicker-iconColumbusView {
|
|
929
|
+
left: 100%;
|
|
930
|
+
}
|
|
931
|
+
.cesium-sceneModePicker-wrapper .cesium-sceneModePicker-selected {
|
|
932
|
+
border-color: #2e2;
|
|
933
|
+
box-shadow: 0 0 8px #fff, 0 0 8px #fff;
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
/* packages/widgets/Source/ProjectionPicker/ProjectionPicker.css */
|
|
937
|
+
span.cesium-projectionPicker-wrapper {
|
|
938
|
+
display: inline-block;
|
|
939
|
+
position: relative;
|
|
940
|
+
margin: 0 3px;
|
|
941
|
+
}
|
|
942
|
+
.cesium-projectionPicker-visible {
|
|
943
|
+
visibility: visible;
|
|
944
|
+
opacity: 1;
|
|
945
|
+
transition: opacity 0.25s linear;
|
|
946
|
+
}
|
|
947
|
+
.cesium-projectionPicker-hidden {
|
|
948
|
+
visibility: hidden;
|
|
949
|
+
opacity: 0;
|
|
950
|
+
transition: visibility 0s 0.25s, opacity 0.25s linear;
|
|
951
|
+
}
|
|
952
|
+
.cesium-projectionPicker-wrapper .cesium-projectionPicker-none {
|
|
953
|
+
display: none;
|
|
954
|
+
}
|
|
955
|
+
.cesium-projectionPicker-wrapper .cesium-projectionPicker-dropDown-icon {
|
|
956
|
+
box-sizing: border-box;
|
|
957
|
+
padding: 0;
|
|
958
|
+
margin: 3px 0;
|
|
959
|
+
}
|
|
960
|
+
.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective,
|
|
961
|
+
.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic {
|
|
962
|
+
margin: 0 0 3px 0;
|
|
963
|
+
}
|
|
964
|
+
.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective .cesium-projectionPicker-iconOrthographic {
|
|
965
|
+
left: 100%;
|
|
966
|
+
}
|
|
967
|
+
.cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic .cesium-projectionPicker-iconPerspective {
|
|
968
|
+
left: -100%;
|
|
969
|
+
}
|
|
970
|
+
.cesium-projectionPicker-wrapper .cesium-projectionPicker-selected {
|
|
971
|
+
border-color: #2e2;
|
|
972
|
+
box-shadow: 0 0 8px #fff, 0 0 8px #fff;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
/* packages/widgets/Source/PerformanceWatchdog/PerformanceWatchdog.css */
|
|
976
|
+
.cesium-performance-watchdog-message-area {
|
|
977
|
+
position: relative;
|
|
978
|
+
background-color: yellow;
|
|
979
|
+
color: black;
|
|
980
|
+
padding: 10px;
|
|
981
|
+
}
|
|
982
|
+
.cesium-performance-watchdog-message {
|
|
983
|
+
margin-right: 30px;
|
|
984
|
+
}
|
|
985
|
+
.cesium-performance-watchdog-message-dismiss {
|
|
986
|
+
position: absolute;
|
|
987
|
+
right: 0;
|
|
988
|
+
margin: 0 10px 0 0;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
/* packages/widgets/Source/NavigationHelpButton/NavigationHelpButton.css */
|
|
992
|
+
.cesium-navigationHelpButton-wrapper {
|
|
993
|
+
position: relative;
|
|
994
|
+
display: inline-block;
|
|
995
|
+
}
|
|
996
|
+
.cesium-navigation-help {
|
|
997
|
+
visibility: hidden;
|
|
998
|
+
position: absolute;
|
|
999
|
+
top: 38px;
|
|
1000
|
+
right: 2px;
|
|
1001
|
+
width: 250px;
|
|
1002
|
+
border-radius: 10px;
|
|
1003
|
+
transform: scale(0.01);
|
|
1004
|
+
transform-origin: 234px -10px;
|
|
1005
|
+
transition: visibility 0s 0.25s, transform 0.25s ease-in;
|
|
1006
|
+
}
|
|
1007
|
+
.cesium-navigation-help-visible {
|
|
1008
|
+
visibility: visible;
|
|
1009
|
+
transform: scale(1);
|
|
1010
|
+
transition: transform 0.25s ease-out;
|
|
1011
|
+
}
|
|
1012
|
+
.cesium-navigation-help-instructions {
|
|
1013
|
+
border: 1px solid #444;
|
|
1014
|
+
background-color: rgba(38, 38, 38, 0.75);
|
|
1015
|
+
padding-bottom: 5px;
|
|
1016
|
+
border-radius: 0 0 10px 10px;
|
|
1017
|
+
}
|
|
1018
|
+
.cesium-click-navigation-help {
|
|
1019
|
+
display: none;
|
|
1020
|
+
}
|
|
1021
|
+
.cesium-touch-navigation-help {
|
|
1022
|
+
display: none;
|
|
1023
|
+
padding-top: 5px;
|
|
1024
|
+
}
|
|
1025
|
+
.cesium-click-navigation-help-visible {
|
|
1026
|
+
display: block;
|
|
1027
|
+
}
|
|
1028
|
+
.cesium-touch-navigation-help-visible {
|
|
1029
|
+
display: block;
|
|
1030
|
+
}
|
|
1031
|
+
.cesium-navigation-help-pan {
|
|
1032
|
+
color: #66ccff;
|
|
1033
|
+
font-weight: bold;
|
|
1034
|
+
}
|
|
1035
|
+
.cesium-navigation-help-zoom {
|
|
1036
|
+
color: #65fd00;
|
|
1037
|
+
font-weight: bold;
|
|
1038
|
+
}
|
|
1039
|
+
.cesium-navigation-help-rotate {
|
|
1040
|
+
color: #ffd800;
|
|
1041
|
+
font-weight: bold;
|
|
1042
|
+
}
|
|
1043
|
+
.cesium-navigation-help-tilt {
|
|
1044
|
+
color: #d800d8;
|
|
1045
|
+
font-weight: bold;
|
|
1046
|
+
}
|
|
1047
|
+
.cesium-navigation-help-details {
|
|
1048
|
+
color: #ffffff;
|
|
1049
|
+
}
|
|
1050
|
+
.cesium-navigation-button {
|
|
1051
|
+
color: #fff;
|
|
1052
|
+
background-color: transparent;
|
|
1053
|
+
border-bottom: none;
|
|
1054
|
+
border-top: 1px solid #444;
|
|
1055
|
+
border-right: 1px solid #444;
|
|
1056
|
+
margin: 0;
|
|
1057
|
+
width: 50%;
|
|
1058
|
+
cursor: pointer;
|
|
1059
|
+
}
|
|
1060
|
+
.cesium-navigation-button-icon {
|
|
1061
|
+
vertical-align: middle;
|
|
1062
|
+
padding: 5px 1px;
|
|
1063
|
+
}
|
|
1064
|
+
.cesium-navigation-button:focus {
|
|
1065
|
+
outline: none;
|
|
1066
|
+
}
|
|
1067
|
+
.cesium-navigation-button-left {
|
|
1068
|
+
border-radius: 10px 0 0 0;
|
|
1069
|
+
border-left: 1px solid #444;
|
|
1070
|
+
}
|
|
1071
|
+
.cesium-navigation-button-right {
|
|
1072
|
+
border-radius: 0 10px 0 0;
|
|
1073
|
+
border-left: none;
|
|
1074
|
+
}
|
|
1075
|
+
.cesium-navigation-button-selected {
|
|
1076
|
+
background-color: rgba(38, 38, 38, 0.75);
|
|
1077
|
+
}
|
|
1078
|
+
.cesium-navigation-button-unselected {
|
|
1079
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
1080
|
+
}
|
|
1081
|
+
.cesium-navigation-button-unselected:hover {
|
|
1082
|
+
background-color: rgba(76, 76, 76, 0.75);
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
/* packages/widgets/Source/SelectionIndicator/SelectionIndicator.css */
|
|
1086
|
+
.cesium-selection-wrapper {
|
|
1087
|
+
position: absolute;
|
|
1088
|
+
width: 160px;
|
|
1089
|
+
height: 160px;
|
|
1090
|
+
pointer-events: none;
|
|
1091
|
+
visibility: hidden;
|
|
1092
|
+
opacity: 0;
|
|
1093
|
+
transition: visibility 0s 0.2s, opacity 0.2s ease-in;
|
|
1094
|
+
}
|
|
1095
|
+
.cesium-selection-wrapper-visible {
|
|
1096
|
+
visibility: visible;
|
|
1097
|
+
opacity: 1;
|
|
1098
|
+
transition: opacity 0.2s ease-out;
|
|
1099
|
+
}
|
|
1100
|
+
.cesium-selection-wrapper svg {
|
|
1101
|
+
fill: #2e2;
|
|
1102
|
+
stroke: #000;
|
|
1103
|
+
stroke-width: 1.1px;
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
/* packages/widgets/Source/Timeline/Timeline.css */
|
|
1107
|
+
.cesium-timeline-main {
|
|
1108
|
+
position: relative;
|
|
1109
|
+
left: 0;
|
|
1110
|
+
bottom: 0;
|
|
1111
|
+
overflow: hidden;
|
|
1112
|
+
border: solid 1px #888;
|
|
1113
|
+
-moz-user-select: none;
|
|
1114
|
+
-webkit-user-select: none;
|
|
1115
|
+
-ms-user-select: none;
|
|
1116
|
+
user-select: none;
|
|
1117
|
+
}
|
|
1118
|
+
.cesium-timeline-trackContainer {
|
|
1119
|
+
width: 100%;
|
|
1120
|
+
overflow: auto;
|
|
1121
|
+
border-top: solid 1px #888;
|
|
1122
|
+
position: relative;
|
|
1123
|
+
top: 0;
|
|
1124
|
+
left: 0;
|
|
1125
|
+
}
|
|
1126
|
+
.cesium-timeline-tracks {
|
|
1127
|
+
position: absolute;
|
|
1128
|
+
top: 0;
|
|
1129
|
+
left: 0;
|
|
1130
|
+
width: 100%;
|
|
1131
|
+
}
|
|
1132
|
+
.cesium-timeline-needle {
|
|
1133
|
+
position: absolute;
|
|
1134
|
+
left: 0;
|
|
1135
|
+
top: 1.7em;
|
|
1136
|
+
bottom: 0;
|
|
1137
|
+
width: 1px;
|
|
1138
|
+
background: #f00;
|
|
1139
|
+
}
|
|
1140
|
+
.cesium-timeline-bar {
|
|
1141
|
+
position: relative;
|
|
1142
|
+
left: 0;
|
|
1143
|
+
top: 0;
|
|
1144
|
+
overflow: hidden;
|
|
1145
|
+
cursor: pointer;
|
|
1146
|
+
width: 100%;
|
|
1147
|
+
height: 1.7em;
|
|
1148
|
+
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%);
|
|
1149
|
+
}
|
|
1150
|
+
.cesium-timeline-ruler {
|
|
1151
|
+
visibility: hidden;
|
|
1152
|
+
white-space: nowrap;
|
|
1153
|
+
font-size: 80%;
|
|
1154
|
+
z-index: -200;
|
|
1155
|
+
}
|
|
1156
|
+
.cesium-timeline-highlight {
|
|
1157
|
+
position: absolute;
|
|
1158
|
+
bottom: 0;
|
|
1159
|
+
left: 0;
|
|
1160
|
+
background: #08f;
|
|
1161
|
+
}
|
|
1162
|
+
.cesium-timeline-ticLabel {
|
|
1163
|
+
position: absolute;
|
|
1164
|
+
top: 0;
|
|
1165
|
+
left: 0;
|
|
1166
|
+
white-space: nowrap;
|
|
1167
|
+
font-size: 80%;
|
|
1168
|
+
color: #eee;
|
|
1169
|
+
}
|
|
1170
|
+
.cesium-timeline-ticMain {
|
|
1171
|
+
position: absolute;
|
|
1172
|
+
bottom: 0;
|
|
1173
|
+
left: 0;
|
|
1174
|
+
width: 1px;
|
|
1175
|
+
height: 50%;
|
|
1176
|
+
background: #eee;
|
|
1177
|
+
}
|
|
1178
|
+
.cesium-timeline-ticSub {
|
|
1179
|
+
position: absolute;
|
|
1180
|
+
bottom: 0;
|
|
1181
|
+
left: 0;
|
|
1182
|
+
width: 1px;
|
|
1183
|
+
height: 33%;
|
|
1184
|
+
background: #aaa;
|
|
1185
|
+
}
|
|
1186
|
+
.cesium-timeline-ticTiny {
|
|
1187
|
+
position: absolute;
|
|
1188
|
+
bottom: 0;
|
|
1189
|
+
left: 0;
|
|
1190
|
+
width: 1px;
|
|
1191
|
+
height: 25%;
|
|
1192
|
+
background: #888;
|
|
1193
|
+
}
|
|
1194
|
+
.cesium-timeline-icon16 {
|
|
1195
|
+
display: block;
|
|
1196
|
+
position: absolute;
|
|
1197
|
+
width: 16px;
|
|
1198
|
+
height: 16px;
|
|
1199
|
+
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==);
|
|
1200
|
+
background-repeat: no-repeat;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
/* packages/widgets/Source/Viewer/Viewer.css */
|
|
1204
|
+
.cesium-viewer {
|
|
1205
|
+
font-family: sans-serif;
|
|
1206
|
+
font-size: 16px;
|
|
1207
|
+
overflow: hidden;
|
|
1208
|
+
display: block;
|
|
1209
|
+
position: relative;
|
|
1210
|
+
top: 0;
|
|
1211
|
+
left: 0;
|
|
1212
|
+
width: 100%;
|
|
1213
|
+
height: 100%;
|
|
1214
|
+
}
|
|
1215
|
+
.cesium-viewer-cesiumWidgetContainer {
|
|
1216
|
+
width: 100%;
|
|
1217
|
+
height: 100%;
|
|
1218
|
+
}
|
|
1219
|
+
.cesium-viewer-bottom {
|
|
1220
|
+
display: block;
|
|
1221
|
+
position: absolute;
|
|
1222
|
+
bottom: 0;
|
|
1223
|
+
left: 0;
|
|
1224
|
+
padding-right: 5px;
|
|
1225
|
+
}
|
|
1226
|
+
.cesium-viewer .cesium-widget-credits {
|
|
1227
|
+
display: inline;
|
|
1228
|
+
position: static;
|
|
1229
|
+
bottom: auto;
|
|
1230
|
+
left: auto;
|
|
1231
|
+
padding-right: 0;
|
|
1232
|
+
color: #ffffff;
|
|
1233
|
+
font-size: 10px;
|
|
1234
|
+
text-shadow: 0 0 2px #000000;
|
|
1235
|
+
}
|
|
1236
|
+
.cesium-viewer-timelineContainer {
|
|
1237
|
+
position: absolute;
|
|
1238
|
+
bottom: 0;
|
|
1239
|
+
left: 169px;
|
|
1240
|
+
right: 29px;
|
|
1241
|
+
height: 27px;
|
|
1242
|
+
padding: 0;
|
|
1243
|
+
margin: 0;
|
|
1244
|
+
overflow: hidden;
|
|
1245
|
+
font-size: 14px;
|
|
1246
|
+
}
|
|
1247
|
+
.cesium-viewer-animationContainer {
|
|
1248
|
+
position: absolute;
|
|
1249
|
+
bottom: 0;
|
|
1250
|
+
left: 0;
|
|
1251
|
+
padding: 0;
|
|
1252
|
+
width: 169px;
|
|
1253
|
+
height: 112px;
|
|
1254
|
+
}
|
|
1255
|
+
.cesium-viewer-fullscreenContainer {
|
|
1256
|
+
position: absolute;
|
|
1257
|
+
bottom: 0;
|
|
1258
|
+
right: 0;
|
|
1259
|
+
padding: 0;
|
|
1260
|
+
width: 29px;
|
|
1261
|
+
height: 29px;
|
|
1262
|
+
overflow: hidden;
|
|
1263
|
+
}
|
|
1264
|
+
.cesium-viewer-vrContainer {
|
|
1265
|
+
position: absolute;
|
|
1266
|
+
bottom: 0;
|
|
1267
|
+
right: 0;
|
|
1268
|
+
padding: 0;
|
|
1269
|
+
width: 29px;
|
|
1270
|
+
height: 29px;
|
|
1271
|
+
overflow: hidden;
|
|
1272
|
+
}
|
|
1273
|
+
.cesium-viewer-toolbar {
|
|
1274
|
+
display: block;
|
|
1275
|
+
position: absolute;
|
|
1276
|
+
top: 5px;
|
|
1277
|
+
right: 5px;
|
|
1278
|
+
}
|
|
1279
|
+
.cesium-viewer-cesiumInspectorContainer {
|
|
1280
|
+
display: block;
|
|
1281
|
+
position: absolute;
|
|
1282
|
+
top: 50px;
|
|
1283
|
+
right: 10px;
|
|
1284
|
+
}
|
|
1285
|
+
.cesium-viewer-geocoderContainer {
|
|
1286
|
+
position: relative;
|
|
1287
|
+
display: inline-block;
|
|
1288
|
+
margin: 0 3px;
|
|
1289
|
+
}
|
|
1290
|
+
.cesium-viewer-cesium3DTilesInspectorContainer {
|
|
1291
|
+
display: block;
|
|
1292
|
+
position: absolute;
|
|
1293
|
+
top: 50px;
|
|
1294
|
+
right: 10px;
|
|
1295
|
+
max-height: calc(100% - 120px);
|
|
1296
|
+
box-sizing: border-box;
|
|
1297
|
+
overflow-y: auto;
|
|
1298
|
+
overflow-x: hidden;
|
|
1299
|
+
}
|
|
1300
|
+
.cesium-viewer-voxelInspectorContainer {
|
|
1301
|
+
display: block;
|
|
1302
|
+
position: absolute;
|
|
1303
|
+
top: 50px;
|
|
1304
|
+
right: 10px;
|
|
1305
|
+
max-height: calc(100% - 120px);
|
|
1306
|
+
box-sizing: border-box;
|
|
1307
|
+
overflow-y: auto;
|
|
1308
|
+
overflow-x: hidden;
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
/* packages/widgets/Source/widgets.css */
|