We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373499a commit 1e6ce09Copy full SHA for 1e6ce09
Apps/Sandcastle/gallery/Google Earth Enterprise.html
@@ -27,10 +27,10 @@
27
function startup(Cesium) {
28
'use strict';
29
//Sandcastle_Begin
30
-var geeMetadata = new Cesium.GoogleEarthEnterpriseMetadata({
+var geeMetadata = new Cesium.GoogleEarthEnterpriseMetadata(new Cesium.Resource({
31
url : 'http://www.earthenterprise.org/3d',
32
proxy : new Cesium.DefaultProxy('/proxy/')
33
-});
+}));
34
35
var viewer = new Cesium.Viewer('cesiumContainer', {
36
imageryProvider : new Cesium.GoogleEarthEnterpriseImageryProvider({
0 commit comments