/[schmitzm]/branches/1.0-gt2-2.6/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java
ViewVC logotype

Diff of /branches/1.0-gt2-2.6/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java

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

revision 108 by alfonx, Mon May 11 13:14:20 2009 UTC revision 109 by mojays, Tue May 12 13:14:26 2009 UTC
# Line 226  public class FeatureMapLayerSelectionSyn Line 226  public class FeatureMapLayerSelectionSyn
226  //                      LOGGER.debug("Ignoring event " + e);  //                      LOGGER.debug("Ignoring event " + e);
227                          return;                          return;
228                  }                  }
229                    // only listen to events directly coming from JMapPane
230                    // selection (ignore selections from FilterDialog)
231                    if ( e.getSourceObject() != this.mapPane )
232                      return;
233                    
234                  FeatureSelectedEvent fse = (FeatureSelectedEvent) e;                  FeatureSelectedEvent fse = (FeatureSelectedEvent) e;
235  //              LOGGER.debug("Do event " + fse);  //              LOGGER.debug("Do event " + fse);
236  //              LOGGER.debug("Do event " + fse.getSelectionResult());  //              LOGGER.debug("Do event " + fse.getSelectionResult());

Legend:
Removed from v.108  
changed lines
  Added in v.109

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26