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

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


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

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


Modified: sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js
===================================================================
--- sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js	2009-12-01 22:05:51 UTC (rev 1526)
+++ sandbox/cmoullet/ux/GoogleEarthPanel/ux/widgets/GoogleEarthPanel.js	2009-12-01 22:19:04 UTC (rev 1527)
@@ -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