Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 7478:2803a70177c2
issue1657: Adjust DC conf to spawn sounding widths.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 31 Oct 2013 11:44:09 +0100 |
parents | 39d348c0812d |
children | deaf6e848635 |
comparison
equal
deleted
inserted
replaced
7477:bc16d5031b31 | 7478:2803a70177c2 |
---|---|
1792 FROM bed_height_single WHERE river_id = ${river_id} | 1792 FROM bed_height_single WHERE river_id = ${river_id} |
1793 </dc:statement> | 1793 </dc:statement> |
1794 <dc:if test="dc:has-result()"> | 1794 <dc:if test="dc:has-result()"> |
1795 <soundings_width> | 1795 <soundings_width> |
1796 <dc:for-each> | 1796 <dc:for-each> |
1797 <height factory="bedheight" target_out="{$out}" | 1797 <height factory="bedheight" |
1798 ids="bedheight-singlevalues-{$bedh_id}-{$bedh_year}" | 1798 target_out="{$out}" |
1799 ids="bedheight-soundings-{$bedh_id}-{$bedh_year}" | |
1799 description="{$bedh_descr}"/> | 1800 description="{$bedh_descr}"/> |
1800 </dc:for-each> | 1801 </dc:for-each> |
1801 </soundings_width> | 1802 </soundings_width> |
1802 </dc:if> | 1803 </dc:if> |
1803 </dc:context> | 1804 </dc:context> |