[Schmitzm-commits] r147 - trunk/src/skrueger/geotools/selection

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jun 18 14:59:20 CEST 2009


Author: alfonx
Date: 2009-06-18 14:59:20 +0200 (Thu, 18 Jun 2009)
New Revision: 147

Modified:
   trunk/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java
Log:
* Selection buttons working again: add/remove...

Modified: trunk/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java
===================================================================
--- trunk/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java	2009-06-18 11:30:49 UTC (rev 146)
+++ trunk/src/skrueger/geotools/selection/FeatureMapLayerSelectionSynchronizer.java	2009-06-18 12:59:20 UTC (rev 147)
@@ -133,7 +133,7 @@
 			if (newSelection.isEmpty()) {
 
 				selectionMapStyle = styledMapLayer.getStyle();
-				LOGGER.debug("NO SELECTION .. set to original style directly");
+//				LOGGER.debug("NO SELECTION .. set to original style directly");
 
 			} else {
 				LOGGER.debug("SELECTION .. change style");



More information about the Schmitzm-commits mailing list