-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
Update Cesium.js v1.109 to v1.111
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<TileMap version="1.0.0" tilemapservice="http://tms.osgeo.org/1.0.0"> | ||
<Title>NE2_HR_LC_SR_W_DR_recolored.tif</Title> | ||
<Abstract></Abstract> | ||
<SRS>EPSG:4326</SRS> | ||
<BoundingBox miny="-90.00000000000000" minx="-180.00000000000000" maxy="90.00000000000000" maxx="180.00000000000000"/> | ||
<Origin y="-90.00000000000000" x="-180.00000000000000"/> | ||
<TileFormat width="256" height="256" mime-type="image/jpg" extension="jpg"/> | ||
<TileSets profile="geodetic"> | ||
<TileSet href="0" units-per-pixel="0.70312500000000" order="0"/> | ||
<TileSet href="1" units-per-pixel="0.35156250000000" order="1"/> | ||
<TileSet href="2" units-per-pixel="0.17578125000000" order="2"/> | ||
</TileSets> | ||
</TileMap> |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"type":"commonjs"} |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
/* packages/widgets/Source/Animation/Animation.css */ | ||
.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 { | ||
cursor: pointer; | ||
} | ||
.cesium-animation-shuttleRingPointer { | ||
cursor: pointer; | ||
} | ||
.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; | ||
} |