Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 7964:d13859c0ef51
DC: Flatten bed height diff tree a bit.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Fri, 20 Jun 2014 16:52:14 +0200 |
parents | 7f1143972f16 |
children | d66ea32d98bc |
comparison
equal
deleted
inserted
replaced
7963:7f1143972f16 | 7964:d13859c0ef51 |
---|---|
1748 ON b1.station = b2.station | 1748 ON b1.station = b2.station |
1749 AND b1.id < b2.id) | 1749 AND b1.id < b2.id) |
1750 SELECT id1, b1desc, b1year, | 1750 SELECT id1, b1desc, b1year, |
1751 id2, b2desc, b2year | 1751 id2, b2desc, b2year |
1752 FROM csta | 1752 FROM csta |
1753 ORDER BY b1year, b2year | |
1753 </dc:statement> | 1754 </dc:statement> |
1754 <dc:if test="dc:has-result()"> | 1755 <dc:if test="dc:has-result()"> |
1755 <bedheights> | 1756 <bedheights> |
1756 <dc:call-macro name="bed-heights-single-diff"/> | 1757 <dc:call-macro name="bed-heights-single-diff"/> |
1757 <dc:call-macro name="bed-heights-epoch-diff"/> | 1758 <dc:call-macro name="bed-heights-epoch-diff"/> |
1785 <dc:comment>A - B</dc:comment> | 1786 <dc:comment>A - B</dc:comment> |
1786 <height factory="bedheight" | 1787 <height factory="bedheight" |
1787 target_out="{$out}" | 1788 target_out="{$out}" |
1788 ids="bedheight-single-{$b1id}-{$b2id}" | 1789 ids="bedheight-single-{$b1id}-{$b2id}" |
1789 description="{$b1desc} - {$b2desc}"/> | 1790 description="{$b1desc} - {$b2desc}"/> |
1790 </dc:for-each> | |
1791 <dc:for-each> | |
1792 <dc:comment>B - A</dc:comment> | 1791 <dc:comment>B - A</dc:comment> |
1793 <height factory="bedheight" | 1792 <height factory="bedheight" |
1794 target_out="{$out}" | 1793 target_out="{$out}" |
1795 ids="bedheight-single-{$b2id}-{$b1id}" | 1794 ids="bedheight-single-{$b2id}-{$b1id}" |
1796 description="{$b2desc} - {$b1desc}"/> | 1795 description="{$b2desc} - {$b1desc}"/> |