diff --git a/Apps/CesiumViewer/CesiumViewer.js b/Apps/CesiumViewer/CesiumViewer.js index 71abb17fc627..1f3880728728 100644 --- a/Apps/CesiumViewer/CesiumViewer.js +++ b/Apps/CesiumViewer/CesiumViewer.js @@ -104,7 +104,10 @@ define([ } else if (/\.geojson$/i.test(source) || /\.json$/i.test(source) || /\.topojson$/i.test(source)) { loadPromise = GeoJsonDataSource.load(source); } else if (/\.kml$/i.test(source) || /\.kmz$/i.test(source)) { - loadPromise = KmlDataSource.load(source); + loadPromise = KmlDataSource.load(source, { + camera: scene.camera, + canvas: scene.canvas + }); } else { showLoadError(source, 'Unknown format.'); } diff --git a/Apps/Sandcastle/gallery/Atmosphere Color.html b/Apps/Sandcastle/gallery/Atmosphere Color.html new file mode 100644 index 000000000000..f58f0517dec1 --- /dev/null +++ b/Apps/Sandcastle/gallery/Atmosphere Color.html @@ -0,0 +1,124 @@ + + +
+ + + + + +hueShift | ++ + + | +
saturationShift | ++ + + | +
brightnessShift | ++ + + | +
diff --git a/Apps/Sandcastle/gallery/CZML Circles and Ellipses.html b/Apps/Sandcastle/gallery/CZML Circles and Ellipses.html index 44869d48ee57..e9fd0a46f533 100644 --- a/Apps/Sandcastle/gallery/CZML Circles and Ellipses.html +++ b/Apps/Sandcastle/gallery/CZML Circles and Ellipses.html @@ -1,20 +1,20 @@
- - - - - -
- - - + + + + + +
+ + +
+