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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Sep 27 21:36:52 CEST 2010


Author: alfonx
Date: 2010-09-27 21:36:52 +0200 (Mon, 27 Sep 2010)
New Revision: 1065

Modified:
   trunk/src/skrueger/geotools/MapView.java
Log:
MapView now uses antialiasing by default

Modified: trunk/src/skrueger/geotools/MapView.java
===================================================================
--- trunk/src/skrueger/geotools/MapView.java	2010-09-25 17:07:47 UTC (rev 1064)
+++ trunk/src/skrueger/geotools/MapView.java	2010-09-27 19:36:52 UTC (rev 1065)
@@ -79,6 +79,10 @@
 		// Needed because variables for the overwritten methods
 		// are not yet set.
 		jToolBar = toolBar;
+		
+		// By default the MapPane will render with antialiasing on
+		getGeoMapPane().getMapPane()
+				.setAntiAliasing(true);
 	}
 
 	/**



More information about the Schmitzm-commits mailing list