123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749 |
- .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: none;
- }
- .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, .cesium-button-disabled:focus, .cesium-button-disabled:hover, .cesium-button-disabled:active {
- 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, 0.7019607843);
- padding: 7px;
- border-radius: 5px;
- border: 1px solid #444;
- font: 700 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: 0.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, .cesium-animation-shuttleRingPointer, .cesium-animation-shuttleRingPausePointer {
- cursor: pointer;
- }
- .cesium-animation-shuttleRingBack {
- fill: #181818;
- fill-opacity: 0.8;
- stroke: #333;
- stroke-width: 1.2;
- }
- .cesium-animation-shuttleRingSwoosh line {
- stroke: #8ac;
- stroke-width: 3;
- stroke-opacity: 0.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, 0.7490196078);
- 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: translateY(-20%);
- visibility: hidden;
- opacity: 0;
- transition: visibility 0s 0.2s, opacity 0.2s ease-in, transform 0.2s ease-in;
- }
- .cesium-baseLayerPicker-dropDown-visible {
- transform: translate(0);
- visibility: visible;
- opacity: 1;
- transition: opacity 0.2s ease-out, transform 0.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:hover .cesium-baseLayerPicker-itemLabel, .cesium-baseLayerPicker-item:focus .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 rgb(189, 236, 248);
- }
- .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: 0px 0px 2px #000000;
- padding-right: 5px;
- }
- .cesium-widget-credits a, .cesium-widget-credits a:visited {
- color: #fff;
- }
- .cesium-widget-errorPanel {
- position: absolute;
- inset: 0;
- text-align: center;
- background: rgba(0, 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;
- 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;
- }
- .cesium-widget-errorPanel-buttonPanel {
- padding: 0 15px;
- margin: 10px 0 20px;
- 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 0.25s;
- background: rgba(48, 51, 54, 0.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: 600px;
- }
- .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: 5px;
- background-color: rgba(80, 80, 80, 0.7490196078);
- }
- .cesium-cesiumInspector-pickButton {
- background-color: rgba(0, 0, 0, 0.3019607843);
- 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: none;
- }
- .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 0.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: none;
- 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-outer-spin-button, .cesium-cesiumInspector-slider input[type=number]::-webkit-inner-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, 0.8);
- border: 1px solid #444;
- }
- .cesium-cesiumInspector-styleEditor textarea {
- width: 100%;
- height: 300px;
- background: transparent;
- 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-disabledElementsInfo {
- margin: 5px 0 0;
- padding: 0 0 0 20px;
- color: #eed202;
- }
- .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 white;
- }
- input.cesium-cesiumInspector-url {
- overflow: hidden;
- white-space: nowrap;
- overflow-x: scroll;
- background-color: transparent;
- color: #fff;
- outline: none;
- 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, 0.7019607843);
- 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 0.25s, background-color 0.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, 0.9019607843);
- box-shadow: none;
- outline: none;
- }
- .cesium-viewer-geocoderContainer:hover .cesium-geocoder-input, .cesium-viewer-geocoderContainer .cesium-geocoder-input:focus, .cesium-viewer-geocoderContainer .cesium-geocoder-input-wide {
- padding-left: 4px;
- width: 250px;
- }
- .cesium-viewer-geocoderContainer .search-results {
- position: absolute;
- background-color: #000;
- color: #eee;
- overflow-y: auto;
- opacity: 0.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, 0.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%);
- visibility: hidden;
- opacity: 0;
- transition: visibility 0s 0.2s, opacity 0.2s ease-in, transform 0.2s ease-in;
- }
- .cesium-infoBox-visible {
- transform: translate(0);
- visibility: visible;
- opacity: 1;
- transition: opacity 0.2s ease-out, transform 0.2s ease-out;
- }
- .cesium-infoBox-title {
- display: block;
- height: 20px;
- padding: 5px 30px 5px 25px;
- background: rgb(84, 84, 84);
- 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: transparent;
- 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: transparent;
- 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, 0.44);
- outline: none;
- }
- 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 0.25s linear;
- }
- .cesium-sceneModePicker-hidden {
- visibility: hidden;
- opacity: 0;
- transition: visibility 0s 0.25s, opacity 0.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-button3D, .cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView, .cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D {
- margin: 0 0 3px;
- }
- .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, .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 0.25s linear;
- }
- .cesium-projectionPicker-hidden {
- visibility: hidden;
- opacity: 0;
- transition: visibility 0s 0.25s, opacity 0.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-buttonPerspective, .cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic {
- margin: 0 0 3px;
- }
- .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(0.01);
- transform-origin: 234px -10px;
- transition: visibility 0s 0.25s, transform 0.25s ease-in;
- }
- .cesium-navigation-help-visible {
- visibility: visible;
- transform: scale(1);
- transition: transform 0.25s ease-out;
- }
- .cesium-navigation-help-instructions {
- border: 1px solid #444;
- background-color: rgba(38, 38, 38, 0.7490196078);
- 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, .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: none;
- }
- .cesium-navigation-button-left {
- border-radius: 10px 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, 0.7490196078);
- }
- .cesium-navigation-button-unselected {
- background-color: rgba(0, 0, 0, 0.7490196078);
- }
- .cesium-navigation-button-unselected:hover {
- background-color: rgba(76, 76, 76, 0.7490196078);
- }
- .cesium-selection-wrapper {
- position: absolute;
- width: 160px;
- height: 160px;
- pointer-events: none;
- visibility: hidden;
- opacity: 0;
- transition: visibility 0s 0.2s, opacity 0.2s ease-in;
- }
- .cesium-selection-wrapper-visible {
- visibility: visible;
- opacity: 1;
- transition: opacity 0.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;
- -moz-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .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: #f00;
- }
- .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, 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%);
- }
- .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(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==);
- 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 #000000;
- }
- .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, .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;
- }
- * {
- padding: 0;
- margin: 0;
- }
- .gd-container {
- overflow: hidden;
- display: block;
- }
- .div-icon {
- user-select: none;
- background-color: #fff;
- padding: 2px 2px;
- border-radius: 4px;
- }
- .div-icon:hover {
- cursor: pointer;
- }
- .gd-popup {
- position: absolute;
- left: 0;
- top: 0;
- min-width: 120px;
- min-height: 10px;
- padding: 10px 10px;
- background: rgb(255, 255, 255);
- border-radius: 4px;
- visibility: hidden;
- z-index: -1;
- cursor: pointer;
- }
- .gd-tool-tip {
- position: absolute;
- left: 0;
- top: 0;
- min-width: 100px;
- height: 30px;
- line-height: 30px;
- color: #fff;
- padding: 0 10px;
- background: rgba(0, 0, 0, 0.6);
- border-radius: 4px;
- visibility: hidden;
- pointer-events: none;
- z-index: -1;
- }
- .gd-tool-tip:before {
- content: "";
- display: block;
- position: absolute;
- pointer-events: none;
- left: -10px;
- top: 5px;
- border-top: 10px solid transparent;
- border-bottom: 10px solid transparent;
- border-right: 10px solid rgba(0, 0, 0, 0.6);
- }
- .gd-context-menu {
- position: absolute;
- left: 0;
- top: 0;
- min-width: 120px;
- min-height: 10px;
- background: rgba(43, 44, 47, 0.8);
- border: 1px solid #2b2c2f;
- border-radius: 4px;
- visibility: hidden;
- z-index: -1;
- cursor: pointer;
- }
- .gd-context-menu .menu-list {
- width: 100%;
- color: #fff;
- }
- .gd-context-menu .menu-list .menu-item {
- font-size: 14px;
- list-style: none;
- width: 100%;
- }
- .gd-context-menu .menu-list .menu-item:nth-child(n+2)::before {
- content: "";
- display: block;
- height: 1px;
- width: 100%;
- background: -webkit-linear-gradient(270deg, transparent, hsla(0deg, 0%, 100%, 0.2), transparent);
- background: linear-gradient(270deg, transparent, hsla(0deg, 0%, 100%, 0.2), transparent);
- }
- .gd-context-menu .menu-list .menu-item a {
- color: #fff;
- display: block;
- padding: 6px 10px;
- clear: both;
- text-decoration: none;
- }
- .gd-context-menu .menu-list .menu-item a:hover {
- background-color: #444d59;
- }
- .gd-map-switch {
- position: absolute;
- right: 10px;
- bottom: 5px;
- width: 80px;
- height: 60px;
- background: #fff;
- transition: width 2s;
- -moz-transition: width 2s;
- /* Firefox 4 */
- -webkit-transition: width 2s;
- /* Safari and Chrome */
- -o-transition: width 2s;
- /* Opera */
- padding: 5px 5px;
- box-sizing: content-box;
- box-shadow: 2px 2px 3px #888888;
- white-space: nowrap;
- cursor: pointer;
- overflow: hidden;
- visibility: hidden;
- }
- .gd-map-switch .map-item {
- position: relative;
- display: inline-block;
- margin-right: 5px;
- width: 80px;
- height: 60px;
- overflow: hidden;
- }
- .gd-map-switch .map-item span {
- color: #fff;
- font-size: 14px;
- position: absolute;
- right: 2px;
- bottom: 2px;
- user-select: none;
- padding: 1px 3px;
- pointer-events: none;
- }
- .gd-map-switch .map-item.active span {
- background-color: rgba(8, 101, 186, 0.8);
- }
- .gd-map-switch .map-item:last-child {
- margin-right: 0 !important;
- }
- .gd-slider {
- position: absolute;
- left: 50%;
- top: 0px;
- background-color: #d3d3d3;
- width: 5px;
- height: 100%;
- z-index: 9999;
- }
- .gd-slider .splitter {
- position: absolute;
- left: -21px;
- top: calc(50% - 21px);
- width: 42px;
- height: 42px;
- background: #fff;
- border-radius: 50%;
- text-align: center;
- line-height: 58px;
- padding: 2px;
- border: 1px solid lightgrey;
- }
- .gd-slider .splitter:hover {
- cursor: ew-resize;
- }
- .gd-hawkeye-map {
- position: absolute;
- left: 25px;
- bottom: 30px;
- user-select: none;
- border-radius: 50%;
- width: 150px;
- height: 150px;
- overflow: hidden;
- border: 2px solid orange;
- box-shadow: 2px 2px 3px #2b2b2b;
- }
- .gd-compass {
- position: absolute;
- top: 20px;
- right: 20px;
- cursor: pointer;
- pointer-events: auto;
- user-select: none;
- width: 55px;
- height: 55px;
- }
- .gd-compass .out-ring {
- position: absolute;
- top: 0;
- left: 0;
- height: 55px;
- width: 55px;
- background-repeat: no-repeat;
- background-size: contain;
- fill: #3f4854;
- border-radius: 50%;
- }
- .gd-compass .out-ring svg {
- height: 55px;
- width: 55px;
- }
- .gd-compass .gyro {
- position: relative;
- top: 50%;
- transform: translateY(-50%);
- height: 25px;
- width: 25px;
- border-radius: 50%;
- display: block;
- margin: 0 auto;
- padding: 4px;
- box-sizing: border-box;
- background: #ffffff;
- }
- .gd-compass .rotation_marker {
- position: absolute;
- top: 2px;
- left: 2px;
- height: 51px;
- width: 51px;
- border-radius: 50%;
- background-repeat: no-repeat;
- background-size: contain;
- }
- .gd-compass .gyro-active,
- .gd-compass .gyro-bg:hover + .gyro {
- fill: #68adfe;
- }
- .gd-location-bar {
- position: absolute;
- left: 270px;
- bottom: 2px;
- font-size: 14px;
- color: rgb(255, 255, 255);
- background: rgba(0, 0, 0, 0.6);
- padding: 2px 5px;
- border-radius: 2px;
- user-select: none;
- display: flex;
- }
- .gd-location-bar span {
- margin: 0 8px;
- display: inline-block;
- }
- .gd-location-bar .mouse-location span {
- min-width: 100px;
- }
- .gd-distance-legend {
- position: absolute;
- left: 120px;
- bottom: 2px;
- width: 125px;
- height: 25px;
- user-select: none;
- }
- .gd-distance-legend .label {
- font-size: 14px;
- color: rgb(255, 255, 255);
- text-align: center;
- width: 100%;
- font-weight: lighter;
- }
- .gd-distance-legend .scale-bar {
- position: absolute;
- height: 10px;
- top: 10px;
- border-left: 1px solid rgb(255, 255, 255);
- border-right: 1px solid rgb(255, 255, 255);
- border-bottom: 1px solid rgb(255, 255, 255);
- }
- .gd-zoom-controller {
- position: absolute;
- top: 90px;
- right: 36.5px;
- pointer-events: auto;
- user-select: none;
- background: #3f4854;
- border-radius: 100px;
- border: solid 1px rgba(255, 255, 255, 0.2);
- text-align: center;
- box-sizing: border-box;
- line-height: 1.2rem;
- width: 24px;
- height: 60px;
- }
- .gd-zoom-controller .zoom-in, .gd-zoom-controller .refresh, .gd-zoom-controller .zoom-out {
- cursor: pointer;
- }
- .gd-zoom-controller .zoom-in svg, .gd-zoom-controller .refresh svg, .gd-zoom-controller .zoom-out svg {
- width: 10px;
- height: 10px;
- fill: #fff;
- }
- .gd-loading-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- background: rgba(0, 0, 0, 0.6);
- }
- .gd-loading-mask .loading {
- width: 150px;
- height: 15px;
- margin: 0 auto;
- }
- .gd-loading-mask .loading span {
- display: inline-block;
- width: 15px;
- height: 100%;
- margin-right: 5px;
- border-radius: 50%;
- background: #b8e9ff;
- -webkit-animation: load 1.04s ease infinite;
- }
- .gd-loading-mask .loading span:last-child {
- margin-right: 0;
- }
- @-webkit-keyframes load {
- 0% {
- opacity: 1;
- -webkit-transform: scale(1.3);
- }
- 100% {
- opacity: 0.2;
- -webkit-transform: scale(0.3);
- }
- }
- .gd-loading-mask .loading span:nth-child(1) {
- -webkit-animation-delay: 0.13s;
- }
- .gd-loading-mask .loading span:nth-child(2) {
- -webkit-animation-delay: 0.26s;
- }
- .gd-loading-mask .loading span:nth-child(3) {
- -webkit-animation-delay: 0.39s;
- }
- .gd-loading-mask .loading span:nth-child(4) {
- -webkit-animation-delay: 0.52s;
- }
- .gd-loading-mask .loading span:nth-child(5) {
- -webkit-animation-delay: 0.65s;
- }
|