comparison artifacts/doc/conf/meta-data.xml @ 7963:7f1143972f16

DC: Group bedheight diffs by both years.
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 20 Jun 2014 16:41:30 +0200
parents 598e4bec920b
children d13859c0ef51
comparison
equal deleted inserted replaced
7962:e98ebf6585ad 7963:7f1143972f16
1776 </epochs> 1776 </epochs>
1777 </dc:filter> 1777 </dc:filter>
1778 </dc:macro> 1778 </dc:macro>
1779 1779
1780 <dc:macro name="minfo-heights-diff-tree"> 1780 <dc:macro name="minfo-heights-diff-tree">
1781 <dc:comment>TODO: We need to group for year1 and year2</dc:comment> 1781 <dc:group expr="$b1year #!# $b2year">
1782 <dc:group expr="$b1year">
1783 <dc:element name="${dc:group-key()}">
1784 <dc:comment>TODO: Better structure</dc:comment>
1785 <dc:for-each>
1786 <dc:comment>A - B</dc:comment>
1787 <height factory="bedheight"
1788 target_out="{$out}"
1789 ids="bedheight-single-{$b1id}-{$b2id}"
1790 description="{$b1desc} - {$b2desc}"/>
1791 </dc:for-each>
1792 <dc:for-each>
1793 <dc:comment>B - A</dc:comment>
1794 <height factory="bedheight"
1795 target_out="{$out}"
1796 ids="bedheight-single-{$b2id}-{$b1id}"
1797 description="{$b2desc} - {$b1desc}"/>
1798 </dc:for-each>
1799 </dc:element>
1800 </dc:group>
1801 <dc:group expr="$b2year">
1802 <dc:element name="${dc:group-key()}"> 1782 <dc:element name="${dc:group-key()}">
1803 <dc:comment>TODO: Better structure</dc:comment> 1783 <dc:comment>TODO: Better structure</dc:comment>
1804 <dc:for-each> 1784 <dc:for-each>
1805 <dc:comment>A - B</dc:comment> 1785 <dc:comment>A - B</dc:comment>
1806 <height factory="bedheight" 1786 <height factory="bedheight"

http://dive4elements.wald.intevation.org