diff flys-artifacts/src/main/java/de/intevation/flys/exports/MapGenerator.java @ 5022:a9243df307b1 mapgenfix

Move all classes of mapfile generation to de.intevation.flys.mapserver package.
author Christian Lins <christian.lins@intevation.de>
date Tue, 19 Feb 2013 13:41:20 +0100
parents dc0d37715e16
children cc50e1b9fc60
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/MapGenerator.java	Mon Feb 18 16:33:13 2013 +0100
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/MapGenerator.java	Tue Feb 19 13:41:20 2013 +0100
@@ -16,7 +16,7 @@
 import de.intevation.flys.artifacts.model.map.WMSLayerFacet;
 import de.intevation.flys.artifacts.model.map.WSPLGENLayerFacet;
 import de.intevation.flys.collections.FLYSArtifactCollection;
-import de.intevation.flys.utils.ArtifactMapfileGenerator;
+import de.intevation.flys.mapserver.ArtifactMapfileGenerator;
 import de.intevation.flys.utils.GeometryUtils;
 import de.intevation.flys.utils.ThemeUtil;
 
@@ -37,26 +37,17 @@
     private static Logger logger = Logger.getLogger(MapGenerator.class);
 
     protected FLYSArtifactCollection collection;
-
     protected Artifact master;
-
     protected Settings settings;
-
     protected Document request;
-
     protected OutputStream out;
-
     protected CallContext context;
-
     protected List<WMSLayerFacet> layers;
-
     protected Envelope maxExtent;
     protected Envelope initialExtent;
-
     protected String srid;
 
 
-
     @Override
     public void init(Document request, OutputStream out, CallContext context) {
         logger.debug("MapGenerator.init");

http://dive4elements.wald.intevation.org