Skip to content

Commit

Permalink
Merge pull request #5708 from AnalyticalGraphicsInc/classification-sa…
Browse files Browse the repository at this point in the history
…ndcastle

Cleanup classification sandcastle demo
  • Loading branch information
Hannah authored Jul 31, 2017
2 parents 9be4032 + b9f9b98 commit 9c8d6d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Apps/Sandcastle/gallery/Classification.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <!-- Use Chrome Frame in IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta name="description" content="Draw the intersection of a volume and a photgrammetry dataset.">
<meta name="cesium-sandcastle-labels" content="Tutorials, Showcases">
Expand Down Expand Up @@ -181,7 +181,7 @@
Sandcastle.addToolbarButton('Highlight building face', highlightBuilding);
Sandcastle.addToolbarButton('Highlight trees', highlightTrees);

highlightBuilding();
highlightTrees();
}).otherwise(function(error) {
throw(error);
});
Expand Down Expand Up @@ -220,7 +220,7 @@
}
}, Cesium.ScreenSpaceEventType.MOUSE_MOVE);
//Sandcastle_End
Sandcastle.finishedLoading();
Sandcastle.finishedLoading();
}
if (typeof Cesium !== "undefined") {
startup(Cesium);
Expand Down
Binary file modified Apps/Sandcastle/gallery/Classification.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9c8d6d1

Please sign in to comment.