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()); |