[Commits] r982 - core/trunk/geoext/examples

commits at geoext.org commits at geoext.org
Thu Jun 4 18:57:55 CEST 2009


Author: tschaub
Date: 2009-06-04 18:57:55 +0200 (Thu, 04 Jun 2009)
New Revision: 982

Modified:
   core/trunk/geoext/examples/wms-capabilities.js
Log:
Setting isBaseLayer is no longer needed with maps created by the MapPanel.

Modified: core/trunk/geoext/examples/wms-capabilities.js
===================================================================
--- core/trunk/geoext/examples/wms-capabilities.js	2009-06-03 22:05:53 UTC (rev 981)
+++ core/trunk/geoext/examples/wms-capabilities.js	2009-06-04 16:57:55 UTC (rev 982)
@@ -30,7 +30,6 @@
     function mapPreview(grid, index) {
         var record = grid.getStore().getAt(index);
         var layer = record.get("layer").clone();
-        layer.isBaseLayer = true; // default is false
         
         var win = new Ext.Window({
             title: "Preview: " + record.get("title"),



More information about the Commits mailing list