Mercurial > dive4elements > river
changeset 7429:e4c01198f909
issue1345: Showing sediment densitie by depth, comment total load.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 23 Oct 2013 17:08:07 +0200 |
parents | 76015ac8c5f1 |
children | 7f438ee10be6 |
files | artifacts/doc/conf/meta-data.xml |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/doc/conf/meta-data.xml Wed Oct 23 14:53:47 2013 +0200 +++ b/artifacts/doc/conf/meta-data.xml Wed Oct 23 17:08:07 2013 +0200 @@ -1342,10 +1342,10 @@ </dc:statement> <dc:if test="dc:has-result()"> <dc:for-each> - <density description="{$description}" + <density description="{$depth_lower}-{$depth_upper} cm" factory="sedimentdensity" target_out="{$out}" - info="infome" + info="{$description}" ids="{$sdid}" /> </dc:for-each> </dc:if> @@ -1420,6 +1420,7 @@ </susp_sand_bed> </dc:if> </dc:filter> + <dc:comment comment="see issue1345; I am sure it worked before"> <dc:filter expr="$fraction='total'"> <dc:if test="dc:has-result()"> <total_load> @@ -1427,6 +1428,7 @@ </total_load> </dc:if> </dc:filter> + </dc:comment> </dc:if> </dc:macro>