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

commits at geoext.org commits at geoext.org
Fri Apr 3 01:39:55 CEST 2009


Author: tschaub
Date: 2009-04-03 01:39:55 +0200 (Fri, 03 Apr 2009)
New Revision: 342

Modified:
   apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
LayerContainer now has a layerStore config property instead of a map config property.

Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-04-02 23:18:58 UTC (rev 341)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-04-02 23:39:55 UTC (rev 342)
@@ -103,7 +103,7 @@
                 rootVisible: false,
                 root: new GeoExt.tree.LayerContainer({
                     text: 'Map Layers',
-                    map: this.map
+                    layerStore: this.layers
                 })
             }],
             tbar: [new Ext.Button({



More information about the Commits mailing list