[Commits] r963 - apps/opengeo/geoexplorer/trunk/lib

commits at geoext.org commits at geoext.org
Tue Jun 2 22:40:37 CEST 2009


Author: sbenthall
Date: 2009-06-02 22:40:37 +0200 (Tue, 02 Jun 2009)
New Revision: 963

Modified:
   apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
putting the base layer handling back into the full viewer


Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-06-02 20:30:25 UTC (rev 962)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-06-02 20:40:37 UTC (rev 963)
@@ -286,7 +286,8 @@
         
         // create layer store
         this.layers = this.mapPanel.layers;
-                       
+        this.initLayerStoreHandlers();                       
+
         var addLayerButton = new Ext.Button({
             tooltip : "Add Layers",
             disabled: true,



More information about the Commits mailing list