[Commits] r910 - apps/opengeo/geoexplorer/trunk/lib
commits at geoext.org
commits at geoext.org
Fri May 29 21:48:14 CEST 2009
Author: sbenthall
Date: 2009-05-29 21:48:14 +0200 (Fri, 29 May 2009)
New Revision: 910
Modified:
apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
not all Overlays any more
Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-05-29 19:14:37 UTC (rev 909)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-05-29 19:48:14 UTC (rev 910)
@@ -179,7 +179,6 @@
// create the map
// TODO: check this.initialConfig.map for any map options
this.map = new OpenLayers.Map({
- allOverlays: true,
controls: [new OpenLayers.Control.PanPanel(),
new OpenLayers.Control.ZoomPanel()]
});
@@ -451,7 +450,7 @@
}
layer.setIsBaseLayer("isBaseLayer" in conf ?
- conf.isBaseLayer: false);
+ conf.isBaseLayer : false);
// set any other layer configuration
records.push(record);
More information about the Commits
mailing list