Mercurial > dive4elements > river
changeset 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 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/meta-data.xml |
diffstat | 2 files changed, 9 insertions(+), 10 deletions(-) [+] |
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>
--- a/flys-artifacts/doc/conf/meta-data.xml Wed Oct 19 11:39:46 2011 +0000 +++ b/flys-artifacts/doc/conf/meta-data.xml Wed Oct 19 13:51:16 2011 +0000 @@ -37,8 +37,7 @@ <dc:elements> <column> <dc:attribute name="name" value="${prot_column_name}"/> - <dc:attribute name="id" value="flood_protection-wstv-${prot_rel_pos}-${prot_id}"/> - <dc:attribute name="db-id" value="flood_protection-wstv-${prot_rel_pos}-${prot_id}"/> + <dc:attribute name="ids" value="flood_protection-wstv-${prot_rel_pos}-${prot_id}"/> <dc:attribute name="factory" value="staticwkms"/> </column> </dc:elements> @@ -72,7 +71,7 @@ <dc:elements> <column> <dc:attribute name="name" value="${els_column_name}"/> - <dc:attribute name="id" value="flood_protection-wstv-${els_rel_pos}-${els_id}"/> + <dc:attribute name="ids" value="flood_protection-wstv-${els_rel_pos}-${els_id}"/> <dc:attribute name="factory" value="staticwkms"/> </column> </dc:elements>