[Schmitzm-commits] r159 - trunk/src/skrueger/geotools

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jun 22 16:04:48 CEST 2009


Author: alfonx
Date: 2009-06-22 16:04:47 +0200 (Mon, 22 Jun 2009)
New Revision: 159

Modified:
   trunk/src/skrueger/geotools/MapView.java
Log:
* Back to StreamingRenderer: Otherwise the Filter function doesn't work. Will be fixed with 2.6

Modified: trunk/src/skrueger/geotools/MapView.java
===================================================================
--- trunk/src/skrueger/geotools/MapView.java	2009-06-22 13:45:32 UTC (rev 158)
+++ trunk/src/skrueger/geotools/MapView.java	2009-06-22 14:04:47 UTC (rev 159)
@@ -44,7 +44,7 @@
 	//	protected final GeoMapPane geoMapPane = new GeoMapPane(null,null,null,null, new StreamingRenderer());
 	
 	// New Code uses Streaming renderer.
-	protected final GeoMapPane geoMapPane = new GeoMapPane(null,null,null,null, new ShapefileRenderer());
+	protected final GeoMapPane geoMapPane = new GeoMapPane(null,null,null,null, new StreamingRenderer());
 
 	private MapPaneToolBar jToolBar;
 



More information about the Schmitzm-commits mailing list