Skip to content

Commit c3796f7

Browse files
author
Hannah
authored
Merge pull request #6549 from AnalyticalGraphicsInc/gee-sandcastle
Sandcastle fix for GEE
2 parents d70dd15 + 1e6ce09 commit c3796f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Apps/Sandcastle/gallery/Google Earth Enterprise.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
function startup(Cesium) {
2828
'use strict';
2929
//Sandcastle_Begin
30-
var geeMetadata = new Cesium.GoogleEarthEnterpriseMetadata({
30+
var geeMetadata = new Cesium.GoogleEarthEnterpriseMetadata(new Cesium.Resource({
3131
url : 'http://www.earthenterprise.org/3d',
3232
proxy : new Cesium.DefaultProxy('/proxy/')
33-
});
33+
}));
3434

3535
var viewer = new Cesium.Viewer('cesiumContainer', {
3636
imageryProvider : new Cesium.GoogleEarthEnterpriseImageryProvider({

0 commit comments

Comments
 (0)