Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into scaleToGeodeticSurface
Browse files Browse the repository at this point in the history
  • Loading branch information
mramato committed Jan 2, 2013
2 parents 691869e + 715ab63 commit 3f0b8c5
Show file tree
Hide file tree
Showing 28 changed files with 1,662 additions and 1,214 deletions.
1 change: 0 additions & 1 deletion Apps/Sandcastle/gallery/Black Marble.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
widget.placeAt(dom.byId('cesiumContainer'));
widget.startup();

var scene = widget.scene;
var centralBody = widget.centralBody;

var imageryLayerCollection = centralBody.getImageryLayers();
Expand Down
10 changes: 1 addition & 9 deletions Apps/Sandcastle/gallery/Imagery Layers.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,7 @@
addAdditionalLayerOption(
'TMS Image',
new Cesium.TileMapServiceImageryProvider({
url : '../images/cesium_maptiler/Cesium_Logo_Color',
fileExtension: 'png',
maximumLevel: 4,
credit: 'AGI',
extent: new Cesium.Extent(
Cesium.Math.toRadians(-120.0),
Cesium.Math.toRadians(20.0),
Cesium.Math.toRadians(-60.0),
Cesium.Math.toRadians(40.0))
url : '../images/cesium_maptiler/Cesium_Logo_Color'
}),0.2);
addAdditionalLayerOption(
'Single image',
Expand Down

This file was deleted.

Loading

0 comments on commit 3f0b8c5

Please sign in to comment.