[Schmitzm-commits] r351 - branches/1.0-gt2-2.6/src/schmitzm/geotools/gui

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Aug 31 14:51:44 CEST 2009


Author: alfonx
Date: 2009-08-31 14:51:43 +0200 (Mon, 31 Aug 2009)
New Revision: 351

Modified:
   branches/1.0-gt2-2.6/src/schmitzm/geotools/gui/JEditorPane.java
Log:


Modified: branches/1.0-gt2-2.6/src/schmitzm/geotools/gui/JEditorPane.java
===================================================================
--- branches/1.0-gt2-2.6/src/schmitzm/geotools/gui/JEditorPane.java	2009-08-31 12:51:02 UTC (rev 350)
+++ branches/1.0-gt2-2.6/src/schmitzm/geotools/gui/JEditorPane.java	2009-08-31 12:51:43 UTC (rev 351)
@@ -54,6 +54,7 @@
 import org.geotools.map.MapLayer;
 import org.geotools.referencing.crs.DefaultGeographicCRS;
 import org.geotools.renderer.GTRenderer;
+import org.geotools.renderer.shape.ShapefileRenderer;
 import org.geotools.styling.Style;
 import org.opengis.feature.simple.SimpleFeature;
 import org.opengis.feature.simple.SimpleFeatureType;
@@ -184,7 +185,7 @@
   public JEditorPane() {
     this( new BorderLayout(),
           true,
-          new TransitionShapefileRenderer(),
+          new ShapefileRenderer(),
           new DefaultMapContext(DefaultGeographicCRS.WGS84)
     );
   }



More information about the Schmitzm-commits mailing list