Hello everyone,

I'm trying to use a legend panel, initialising it the way you see
below. The panel is shown where it should in the page, but it only
shows the legend for base layers, in spite of the layerStore object
containing all the layers in the map. Am I missing some property? Or
is it something else?

Thank you,

Luís

{
   region: "east",
   title: "Legend",
   xtype: "gx_legendpanel",
   layerStore: layerStore,
   width: 150,
   collapsible: true,
   autoScroll: true,
   enableDD: true,
   padding: 5,
   rootVisible: false,
   lines: false,
}
_______________________________________________
Users mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/users

Reply via email to