/[schmitzm]/branches/2.1/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java
ViewVC logotype

Diff of /branches/2.1/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 670 by alfonx, Thu Jan 28 10:06:05 2010 UTC revision 671 by alfonx, Wed Feb 3 19:08:37 2010 UTC
# Line 262  public class FeatureMapLayerSelectionSyn Line 262  public class FeatureMapLayerSelectionSyn
262                                  } else {                                  } else {
263                                          Set<FeatureId> fids = new HashSet<FeatureId>();                                          Set<FeatureId> fids = new HashSet<FeatureId>();
264                                          for (String fid : newSelection) {                                          for (String fid : newSelection) {
265                                                  fids.add(FilterUtil.FILTER_FAC2.featureId(fid));                                                  if (fid != null)
266                                                            fids.add(FilterUtil.FILTER_FAC2.featureId(fid));
267                                          }                                          }
268    
269                                          selectionFTStyle.rules().get(0).setFilter(                                          selectionFTStyle.rules().get(0).setFilter(

Legend:
Removed from v.670  
changed lines
  Added in v.671

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26