diff --git a/Apps/Sandcastle/gallery/Classification.html b/Apps/Sandcastle/gallery/Classification.html index bafb8cf32ffa..d18be7ca4480 100644 --- a/Apps/Sandcastle/gallery/Classification.html +++ b/Apps/Sandcastle/gallery/Classification.html @@ -2,7 +2,7 @@
- + @@ -181,7 +181,7 @@ Sandcastle.addToolbarButton('Highlight building face', highlightBuilding); Sandcastle.addToolbarButton('Highlight trees', highlightTrees); - highlightBuilding(); + highlightTrees(); }).otherwise(function(error) { throw(error); }); @@ -220,7 +220,7 @@ } }, Cesium.ScreenSpaceEventType.MOUSE_MOVE); //Sandcastle_End -Sandcastle.finishedLoading(); + Sandcastle.finishedLoading(); } if (typeof Cesium !== "undefined") { startup(Cesium); diff --git a/Apps/Sandcastle/gallery/Classification.jpg b/Apps/Sandcastle/gallery/Classification.jpg index cea1adae8f22..74225a6ba312 100644 Binary files a/Apps/Sandcastle/gallery/Classification.jpg and b/Apps/Sandcastle/gallery/Classification.jpg differ