Skip to content

Commit

Permalink
Merge pull request geosolutions-it#852 from mricca/mapstore_opticities
Browse files Browse the repository at this point in the history
Issue geosolutions-it#845. Legend for GeoJSON source can be loaded only one time
  • Loading branch information
Gnafu committed Apr 11, 2016
2 parents 212bee0 + 55ef3b3 commit bf7adf7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,8 @@ GeoExt.VectorLegend = Ext.extend(GeoExt.LayerLegend, {
}
return {
xtype: "panel",
layout: "column",
layout:'table',
layoutConfig: {columns:2},
border: false,
hidden: !applies,
bodyStyle: this.selectOnClick ? {cursor: "pointer"} : undefined,
Expand Down

0 comments on commit bf7adf7

Please sign in to comment.