[fusion-commits] r2445 - trunk/lib
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Wed Nov 2 13:31:58 EDT 2011
Author: madair
Date: 2011-11-02 10:31:57 -0700 (Wed, 02 Nov 2011)
New Revision: 2445
Modified:
trunk/lib/ApplicationDefinition.js
Log:
re #479: remove the mapMessage widget
Modified: trunk/lib/ApplicationDefinition.js
===================================================================
--- trunk/lib/ApplicationDefinition.js 2011-11-01 19:00:59 UTC (rev 2444)
+++ trunk/lib/ApplicationDefinition.js 2011-11-02 17:31:57 UTC (rev 2445)
@@ -695,12 +695,17 @@
$(this.mapWidgetTag.name).widget = this.mapWidget;
//create the floating map message
+ //not sure why this is here and it creates an area on the map where
+ //the mouse can't interact with the map
+ // is this a debug widget? madair
+ /*
this.mapWidget.message = new Fusion.MapMessage(this.mapWidget.oMapOL.viewPortDiv);
this.mapWidget.registerForEvent(Fusion.Event.MAP_EXTENTS_CHANGED, (function(){
if (this.message != null){
this.message.refreshLayout();
}
}).bind(this.mapWidget));
+ */
//create all the other widgets for the widget set
for (var i=0; i<this.widgetTags.length; i++) {
More information about the fusion-commits
mailing list