[fusion-commits] r1631 - trunk/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Tue Nov 4 07:46:14 EST 2008


Author: pagameba
Date: 2008-11-04 07:46:13 -0500 (Tue, 04 Nov 2008)
New Revision: 1631

Modified:
   trunk/widgets/OverviewMap.js
Log:
make sure we have no theme in the overview map.

Modified: trunk/widgets/OverviewMap.js
===================================================================
--- trunk/widgets/OverviewMap.js	2008-10-31 17:34:26 UTC (rev 1630)
+++ trunk/widgets/OverviewMap.js	2008-11-04 12:46:13 UTC (rev 1631)
@@ -67,7 +67,9 @@
             jxl.addEvent('sizeChange', OpenLayers.Function.bind(this.sizeChanged, this));
         }
         
-        this.oMapOptions = {};  //TODO: allow setting some mapOptions in AppDef
+        this.oMapOptions = {
+            theme: null
+        };  //TODO: allow setting some mapOptions in AppDef
 
         //this.getMap().registerForEvent(Fusion.Event.MAP_LOADED, OpenLayers.Function.bind(this.mapWidgetLoaded, this));
     },



More information about the fusion-commits mailing list