[Schmitzm-commits] r591 - branches/1.0-gt2-2.6/src/skrueger/geotools

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Nov 26 15:50:37 CET 2009


Author: alfonx
Date: 2009-11-26 15:50:37 +0100 (Thu, 26 Nov 2009)
New Revision: 591

Modified:
   branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
Log:
ups.. did commit uncompilable code.. should not clean the code in the svn editor ;-)

Modified: branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
===================================================================
--- branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFeatureCollectionTableModel.java	2009-11-26 14:38:34 UTC (rev 590)
+++ branches/1.0-gt2-2.6/src/skrueger/geotools/StyledFeatureCollectionTableModel.java	2009-11-26 14:50:37 UTC (rev 591)
@@ -135,7 +135,7 @@
 //				 */
 //				if (properties.length > 1) {
 					query = new DefaultQuery(schema.getTypeName(), filter,
-							properties);
+							visibleAttrNames.toArray(new String[] {}));
 //				} else {
 //					query = new DefaultQuery(schema.getTypeName(), filter);
 //				}



More information about the Schmitzm-commits mailing list