[Commits] r1385 - apps/opengeo/geoexplorer/trunk/src/script/app

commits at geoext.org commits at geoext.org
Thu Oct 8 00:48:00 CEST 2009


Author: tschaub
Date: 2009-10-08 00:48:00 +0200 (Thu, 08 Oct 2009)
New Revision: 1385

Modified:
   apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
Log:
Go to 20 by default.

Modified: apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js	2009-10-07 22:23:29 UTC (rev 1384)
+++ apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js	2009-10-07 22:48:00 UTC (rev 1385)
@@ -261,7 +261,8 @@
             theme: null,
             allOverlays: true,
             controls: [new OpenLayers.Control.PanPanel(),
-                       new OpenLayers.Control.ZoomPanel()]
+                       new OpenLayers.Control.ZoomPanel()],
+            numZoomLevels: this.numZoomLevels || 20
         });
 
         //** Remove this code when OpenLayers #2069 is closed **



More information about the Commits mailing list