/[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 455 by alfonx, Sun Oct 11 21:41:53 2009 UTC revision 476 by alfonx, Fri Oct 16 14:40:47 2009 UTC
# Line 239  public class FeatureMapLayerSelectionSyn Line 239  public class FeatureMapLayerSelectionSyn
239                                  for (String fid : newSelection) {                                  for (String fid : newSelection) {
240                                          fids.add(FilterUtil.FILTER_FAC2.featureId(fid));                                          fids.add(FilterUtil.FILTER_FAC2.featureId(fid));
241                                  }                                  }
242                                    
243                                    LOGGER.debug("The selection filter:"+fids);
244    
245                                  selectionFTStyle.rules().get(0).setFilter(                                  selectionFTStyle.rules().get(0).setFilter(
246                                                  FilterUtil.FILTER_FAC2.id(fids));                                                  FilterUtil.FILTER_FAC2.id(fids));
# Line 362  public class FeatureMapLayerSelectionSyn Line 364  public class FeatureMapLayerSelectionSyn
364                          return;                          return;
365                  }                  }
366    
367                  LOGGER.debug("do event " + fse);  //              LOGGER.debug("do event " + fse);
368    
369                  // Avoid event circles in propertyChange(..)                  // Avoid event circles in propertyChange(..)
370                  selectionChangeCausedByMe = true;                  selectionChangeCausedByMe = true;

Legend:
Removed from v.455  
changed lines
  Added in v.476

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26