[Commits] r377 - apps/opengeo/geoexplorer/trunk/lib

commits at geoext.org commits at geoext.org
Tue Apr 14 01:56:34 CEST 2009


Author: dwins
Date: 2009-04-14 01:56:33 +0200 (Tue, 14 Apr 2009)
New Revision: 377

Modified:
   apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
Configure the legend panel to display layers in the same order they appear in the layer tree.


Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-04-13 20:18:51 UTC (rev 376)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-04-13 23:56:33 UTC (rev 377)
@@ -124,6 +124,7 @@
             collapsible: true,
             split: true,
             autoScroll: true,
+            ascending: false,
             map: this.map,
             childDefaults: {border: false, cls: 'legend-title'}
         });



More information about the Commits mailing list