Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 2082:007a8f5ed9f1
Implemented new module "new map".
flys-artifacts/trunk@3598 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 05 Jan 2012 14:29:54 +0000 |
parents | aa9cc91c8193 |
children | b52012d538af |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Jan 05 14:15:07 2012 +0000 +++ b/flys-artifacts/ChangeLog Thu Jan 05 14:29:54 2012 +0000 @@ -1,3 +1,26 @@ +2011-12-09 Raimund Renkert <raimund.renkert@intevation.de> + + Implemented new module "new map". + + * src/main/java/de/intevation/flys/artifacts/MapArtifact.java: + New. Artifact for the new module, extends RiverAxisArtifact and + contains the MapState class. + + * src/main/java/de/intevation/flys/artifacts/RiverAxisArtifact.java, + src/main/java/de/intevation/flys/artifacts/WMSDBArtifact.java: + Added empty constructor to embedded state classes to allow instantiation + of MapState that extends the RiverAxisState. + + * src/main/java/de/intevation/flys/exports/MapGenerator.java: + Do not generate an initialExtent element if the initial extent is + empty. + + * doc/conf/artifacts/map.xml: + New. Describes the state for the new module. + + * doc/conf/conf.xml: + Added new config file. + 2012-01-05 Ingo Weinzierl <ingo@intevation.de> flys/issue444 (error_no_export_found bei "W bei ungleichwertigem Abfluss")