Mercurial > dive4elements > river
changeset 7975:5dc5bbfdc023
Select complete differences matrix to have a well sorted dc-tree.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 27 Jun 2014 15:10:10 +0200 |
parents | 5eb8cd9201d8 |
children | 1961c4a32df3 |
files | artifacts/doc/conf/meta-data.xml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/doc/conf/meta-data.xml Fri Jun 27 13:05:34 2014 +0200 +++ b/artifacts/doc/conf/meta-data.xml Fri Jun 27 15:10:10 2014 +0200 @@ -1745,7 +1745,7 @@ FROM sta b1 JOIN sta b2 ON b1.station = b2.station - AND b1.id < b2.id) + AND b1.id <> b2.id) SELECT DISTINCT b1id, b1desc, b1year, b2id, b2desc, b2year FROM csta @@ -1778,7 +1778,7 @@ </dc:macro> <dc:macro name="minfo-heights-diff-tree"> - <dc:group expr="dc:coalesce($b1year, 'sonstige') #!# dc:coalesce($b2year, 'sonstige')"> + <dc:group expr="dc:coalesce($b1year, 'sonstige')"> <minfo-diff name="{dc:group-key()}"> <dc:for-each> <dc:choose> @@ -1801,13 +1801,13 @@ info="{$b2desc}#{$b1desc}" description="{$b2desc} - {$b1desc}"/> </dc:when> - <dc:otherwise> + <!--dc:otherwise> <height factory="bedheight" target_out="{$out}" ids="bedheight-single-{$b2id}-{$b2year}#bedheight-single-{$b1id}-{$b1year}" info="{$b2desc}#{$b1desc}" description="{$b2desc} - {$b1desc}"/> - </dc:otherwise> + </dc:otherwise--> </dc:choose> </dc:for-each> </minfo-diff>