Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
2081:aa9cc91c8193 | 2082:007a8f5ed9f1 |
---|---|
1 2011-12-09 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 Implemented new module "new map". | |
4 | |
5 * src/main/java/de/intevation/flys/artifacts/MapArtifact.java: | |
6 New. Artifact for the new module, extends RiverAxisArtifact and | |
7 contains the MapState class. | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/RiverAxisArtifact.java, | |
10 src/main/java/de/intevation/flys/artifacts/WMSDBArtifact.java: | |
11 Added empty constructor to embedded state classes to allow instantiation | |
12 of MapState that extends the RiverAxisState. | |
13 | |
14 * src/main/java/de/intevation/flys/exports/MapGenerator.java: | |
15 Do not generate an initialExtent element if the initial extent is | |
16 empty. | |
17 | |
18 * doc/conf/artifacts/map.xml: | |
19 New. Describes the state for the new module. | |
20 | |
21 * doc/conf/conf.xml: | |
22 Added new config file. | |
23 | |
1 2012-01-05 Ingo Weinzierl <ingo@intevation.de> | 24 2012-01-05 Ingo Weinzierl <ingo@intevation.de> |
2 | 25 |
3 flys/issue444 (error_no_export_found bei "W bei ungleichwertigem Abfluss") | 26 flys/issue444 (error_no_export_found bei "W bei ungleichwertigem Abfluss") |
4 | 27 |
5 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: If no boolean | 28 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: If no boolean |