[Commits] r2123 - core/branches/0.7/geoext/examples
commits at geoext.org
commits at geoext.org
Tue Apr 27 09:32:19 CEST 2010
Author: elemoine
Date: 2010-04-27 09:32:19 +0200 (Tue, 27 Apr 2010)
New Revision: 2123
Modified:
core/branches/0.7/geoext/examples/vector-legend.js
Log:
pull up patch for ticket 250 (closes #250)
Modified: core/branches/0.7/geoext/examples/vector-legend.js
===================================================================
--- core/branches/0.7/geoext/examples/vector-legend.js 2010-04-27 07:31:54 UTC (rev 2122)
+++ core/branches/0.7/geoext/examples/vector-legend.js 2010-04-27 07:32:19 UTC (rev 2123)
@@ -105,7 +105,7 @@
});
legendPanel = new GeoExt.LegendPanel({
- map: mapPanel.map,
+ layerStore: mapPanel.layers,
renderTo: "legend",
border: false
});
More information about the Commits
mailing list