[fusion-commits] r1528 - trunk/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Fri Sep 12 15:08:50 EDT 2008


Author: madair
Date: 2008-09-12 15:08:50 -0400 (Fri, 12 Sep 2008)
New Revision: 1528

Modified:
   trunk/widgets/Legend.js
Log:
closes #123: fix applied to trunk

Modified: trunk/widgets/Legend.js
===================================================================
--- trunk/widgets/Legend.js	2008-09-12 19:05:45 UTC (rev 1527)
+++ trunk/widgets/Legend.js	2008-09-12 19:08:50 UTC (rev 1528)
@@ -345,6 +345,7 @@
    
     mapLoaded: function() {
         this.getMap().registerForEvent(Fusion.Event.MAP_EXTENTS_CHANGED, this.extentsChangedWatcher);
+        this.layerRoot = this.getMap().layerRoot;
         this.renderLegend();
     },
     



More information about the fusion-commits mailing list