Skip to content

Commit

Permalink
Update smallterrain urls to new home.
Browse files Browse the repository at this point in the history
  • Loading branch information
mramato committed Jul 1, 2015
1 parent cd4b963 commit deac215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Specs/Core/sampleTerrainSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defineSuite([

it('queries heights from Small Terrain', function() {
var terrainProvider = new CesiumTerrainProvider({
url : '//cesiumweb.cloudapp.net/smallterrain'
url : '//s3.amazonaws.com/cesiumjs/smallTerrain'
});

var positions = [
Expand Down
2 changes: 1 addition & 1 deletion Specs/Scene/GlobeSurfaceTileSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ defineSuite([
};

realTerrainProvider = new CesiumTerrainProvider({
url : 'http://cesiumweb.cloudapp.net/smallterrain'
url : '//s3.amazonaws.com/cesiumjs/smallTerrain'
});
});

Expand Down

0 comments on commit deac215

Please sign in to comment.