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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Sep 3 11:12:21 CEST 2009


Author: alfonx
Date: 2009-09-03 11:12:20 +0200 (Thu, 03 Sep 2009)
New Revision: 364

Modified:
   branches/1.0-gt2-2.6/src/schmitzm/geotools/gui/GridPanel.java
Log:
* Organized an import

Modified: branches/1.0-gt2-2.6/src/schmitzm/geotools/gui/GridPanel.java
===================================================================
--- branches/1.0-gt2-2.6/src/schmitzm/geotools/gui/GridPanel.java	2009-09-02 20:28:57 UTC (rev 363)
+++ branches/1.0-gt2-2.6/src/schmitzm/geotools/gui/GridPanel.java	2009-09-03 09:12:20 UTC (rev 364)
@@ -36,6 +36,7 @@
 
 import org.apache.log4j.Logger;
 import org.geotools.referencing.CRS;
+import org.geotools.referencing.crs.DefaultGeographicCRS;
 import org.geotools.referencing.operation.projection.PointOutsideEnvelopeException;
 import org.opengis.referencing.FactoryException;
 import org.opengis.referencing.crs.CoordinateReferenceSystem;
@@ -147,7 +148,8 @@
 
 
     mapCRS  = mapPane.getContext().getCoordinateReferenceSystem();
-    gridCRS = org.geotools.referencing.crs.DefaultGeographicCRS.WGS84;// lat/lon
+    
+    gridCRS = DefaultGeographicCRS.WGS84;// lat/lon
 //    LOGGER.debug("mapCRS: "+mapCRS);
 //    LOGGER.debug("gridCRS: "+gridCRS);
 



More information about the Schmitzm-commits mailing list