Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 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 | b65eb09fd74a |
comparison
equal
deleted
inserted
replaced
7428:76015ac8c5f1 | 7429:e4c01198f909 |
---|---|
1340 JOIN depths d ON sd.depth_id = d.id | 1340 JOIN depths d ON sd.depth_id = d.id |
1341 WHERE r.id = ${river_id} | 1341 WHERE r.id = ${river_id} |
1342 </dc:statement> | 1342 </dc:statement> |
1343 <dc:if test="dc:has-result()"> | 1343 <dc:if test="dc:has-result()"> |
1344 <dc:for-each> | 1344 <dc:for-each> |
1345 <density description="{$description}" | 1345 <density description="{$depth_lower}-{$depth_upper} cm" |
1346 factory="sedimentdensity" | 1346 factory="sedimentdensity" |
1347 target_out="{$out}" | 1347 target_out="{$out}" |
1348 info="infome" | 1348 info="{$description}" |
1349 ids="{$sdid}" /> | 1349 ids="{$sdid}" /> |
1350 </dc:for-each> | 1350 </dc:for-each> |
1351 </dc:if> | 1351 </dc:if> |
1352 </dc:context> | 1352 </dc:context> |
1353 </densities> | 1353 </densities> |
1418 <susp_sand_bed> | 1418 <susp_sand_bed> |
1419 <dc:macro-body/> | 1419 <dc:macro-body/> |
1420 </susp_sand_bed> | 1420 </susp_sand_bed> |
1421 </dc:if> | 1421 </dc:if> |
1422 </dc:filter> | 1422 </dc:filter> |
1423 <dc:comment comment="see issue1345; I am sure it worked before"> | |
1423 <dc:filter expr="$fraction='total'"> | 1424 <dc:filter expr="$fraction='total'"> |
1424 <dc:if test="dc:has-result()"> | 1425 <dc:if test="dc:has-result()"> |
1425 <total_load> | 1426 <total_load> |
1426 <dc:macro-body/> | 1427 <dc:macro-body/> |
1427 </total_load> | 1428 </total_load> |
1428 </dc:if> | 1429 </dc:if> |
1429 </dc:filter> | 1430 </dc:filter> |
1431 </dc:comment> | |
1430 </dc:if> | 1432 </dc:if> |
1431 </dc:macro> | 1433 </dc:macro> |
1432 | 1434 |
1433 <dc:macro name="yields"> | 1435 <dc:macro name="yields"> |
1434 <yields> | 1436 <yields> |