[fusion-commits] r1634 - trunk/lib

svn_fusion at osgeo.org svn_fusion at osgeo.org
Tue Nov 4 07:54:21 EST 2008


Author: pagameba
Date: 2008-11-04 07:54:21 -0500 (Tue, 04 Nov 2008)
New Revision: 1634

Modified:
   trunk/lib/Map.js
Log:
don't load the openlayers theme.

Modified: trunk/lib/Map.js
===================================================================
--- trunk/lib/Map.js	2008-11-04 12:53:53 UTC (rev 1633)
+++ trunk/lib/Map.js	2008-11-04 12:54:21 UTC (rev 1634)
@@ -115,7 +115,8 @@
                 controls: [], 
                 fallThrough: true,
                 scales: scalesArray,
-                fractionalZoom: this.fractionalZoom
+                fractionalZoom: this.fractionalZoom,
+                theme: null
             };
             if (widgetTag.extension.ConstrainMapExtent) {
               this.bRestrictExtent = widgetTag.extension.ConstrainMapExtent[0]=='true'?true:false;



More information about the fusion-commits mailing list