[Schmitzm-commits] r353 - 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:52:26 CEST 2009
Author: alfonx
Date: 2009-08-31 14:52:25 +0200 (Mon, 31 Aug 2009)
New Revision: 353
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:47 UTC (rev 352)
+++ branches/1.0-gt2-2.6/src/schmitzm/geotools/gui/JEditorPane.java 2009-08-31 12:52:25 UTC (rev 353)
@@ -209,8 +209,8 @@
setWindowSelectionState( ZOOM_IN );
// special map context for the editor layers, so the
// editor layers are not shown in "normal" layer list
- this.editorRenderer = new TransitionShapefileRenderer();
this.editorMapContext = new DefaultMapContext( mapContext.getCoordinateReferenceSystem() );
+ this.editorRenderer = new ShapefileRenderer(this.editorMapContext);
// listen to CRS/Area changes on the "normal" Context to
// synchronize the editor context
this.mapContext.addMapBoundsListener( new MapContextSynchronizer(editorMapContext) );
More information about the Schmitzm-commits
mailing list