Revision 1849

View differences:

org.gvsig.legend.aggregate/trunk/org.gvsig.legend.aggregate/org.gvsig.legend.aggregate.lib/org.gvsig.legend.aggregate.lib.impl/src/main/java/org/gvsig/legend/aggregate/lib/impl/DefaultAggregateLegend.java
212 212
                        }
213 213
                    }
214 214
                    if( !inGroup ) {
215
                        groups.add(new Group(pointGeo, pointPixels, getSymbolSize(), getOperation().clone()));
215
                        Group group = new Group(pointGeo, pointPixels, getSymbolSize(), getOperation().clone());
216
                        group.add(feature);
217
                        groups.add(group);
216 218
                    }
217 219
                }
218 220
            }

Also available in: Unified diff