Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1739:980d880c583c
Fix datacage to let client load flood-protection and zuss.
flys-artifacts/trunk@3030 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 19 Oct 2011 13:51:16 +0000 |
parents | 6cdc7a77d3d4 |
children | 8d08f6641372 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Oct 19 11:39:46 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Oct 19 13:51:16 2011 +0000 @@ -1,3 +1,10 @@ +2011-10-19 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Fix datacage configuration to let client load ZUS and flood + protections. + + * doc/conf/meta-data.xml: Use 'ids' instead of 'id' to help client. + 2011-10-19 Raimund Renkert <raimund.renkert@intevation.de> * src/main/java/de/intevation/flys/utils/ThemeUtil.java: @@ -49,13 +56,6 @@ * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: Added basic respect of "other.wkms"- facets. -2011-10-18 Felix Wolfsteller <felix.wolfsteller@intevation.de> - - Refactored WDifferencesState to deal with WKms of different - artifacts (in principle). - - * src/main/java/de/intevation/flys/artifacts/states/WDifferencesState.java: - Handle case where WKms come from StaticWKmsArtifact. 2011-10-18 Felix Wolfsteller <felix.wolfsteller@intevation.de>