[Commits] r1528 - sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets

commits at geoext.org commits at geoext.org
Tue Dec 1 23:19:46 CET 2009


Author: cmoullet
Date: 2009-12-01 23:19:45 +0100 (Tue, 01 Dec 2009)
New Revision: 1528

Modified:
   sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js
Log:
Readd building...


Modified: sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js
===================================================================
--- sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js	2009-12-01 22:19:04 UTC (rev 1527)
+++ sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js	2009-12-01 22:19:45 UTC (rev 1528)
@@ -167,7 +167,7 @@
 
         this.ge.getNavigationControl().setVisibility(this.ge.VISIBILITY_SHOW);
         this.ge.getOptions().setFlyToSpeed(this.ge.SPEED_TELEPORT);
-        //this.ge.getLayerRoot().enableLayerById(this.ge.LAYER_BUILDINGS, true);
+        this.ge.getLayerRoot().enableLayerById(this.ge.LAYER_BUILDINGS, true);
         
         // Downloads KML
         if (this.kmlUrl) {



More information about the Commits mailing list