Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 481:20dde2b6f1b5
Added end of life support for artifact states. Implemented ZIP download
for "Horizontalschnitte". Laid some tracks for WMS (un-)publishing.
gnv-artifacts/trunk@554 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 17 Jan 2010 16:34:11 +0000 |
parents | 211cad2fb5ba |
children | 64e65daa65e9 |
comparison
equal
deleted
inserted
replaced
480:211cad2fb5ba | 481:20dde2b6f1b5 |
---|---|
1 2010-01-17 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/State.java: Added | |
4 support for end of life. | |
5 | |
6 * src/main/java/de/intevation/gnv/state/StateBase.java: Implemented | |
7 end of life trivial. | |
8 | |
9 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java: | |
10 call end of life when leaving state. | |
11 | |
12 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | |
13 Used XMLUtils.toStream() instead of own tranformer code. Removed | |
14 dead code. | |
15 | |
16 * src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java: | |
17 Implemented end of life. Remove shapefile directory from | |
18 file system belonging to concrete artifact. | |
19 Implemented download as ZIP file. Offer some link for | |
20 WMS integration. TODO: implement the real WMS publishing here. | |
21 | |
1 2010-01-17 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 22 2010-01-17 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 23 |
3 * doc/conf/products/horizontalcrosssection/conf_mesh.xml: | 24 * doc/conf/products/horizontalcrosssection/conf_mesh.xml: |
4 Only offer WMS layers and download ZIPs in output state. | 25 Only offer WMS layers and download ZIPs in output state. |
5 | 26 |