Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 8169:856701739443
Handle missing years in bed height differences without assuming an unknown year to be BC 1.
author | "Tom Gottfried <tom@intevation.de>" |
---|---|
date | Mon, 01 Sep 2014 09:43:55 +0200 |
parents | 969963ee61ba |
children | 4b2b7593815c |
comparison
equal
deleted
inserted
replaced
8168:75a6ac0c73ef | 8169:856701739443 |
---|---|
1811 <dc:for-each> | 1811 <dc:for-each> |
1812 <dc:choose> | 1812 <dc:choose> |
1813 <dc:when test="dc:group-key() = $b1year"> | 1813 <dc:when test="dc:group-key() = $b1year"> |
1814 <height factory="bedheight" | 1814 <height factory="bedheight" |
1815 target_out="{$out}" | 1815 target_out="{$out}" |
1816 ids="bedheight-single-{$b1id}-{$b1year}#bedheight-single-{$b2id}-{$b2year}" | 1816 ids="bedheight-single-{$b1id}#bedheight-single-{$b2id}" |
1817 info="{$b1desc}#{$b2desc}" | 1817 info="{$b1desc}#{$b2desc}" |
1818 description="{$b1desc} - {$b2desc}"/> | 1818 description="{$b1desc} - {$b2desc}"/> |
1819 </dc:when> | 1819 </dc:when> |
1820 <dc:when test="dc:group-key() = 'sonstige'"> | 1820 <dc:when test="dc:group-key() = 'sonstige'"> |
1821 <height factory="bedheight" | 1821 <height factory="bedheight" |
1822 target_out="{$out}" | 1822 target_out="{$out}" |
1823 ids="bedheight-single-{$b1id}-{$b1year}#bedheight-single-{$b2id}-{$b2year}" | 1823 ids="bedheight-single-{$b1id}#bedheight-single-{$b2id}" |
1824 info="{$b1desc}#{$b2desc}" | 1824 info="{$b1desc}#{$b2desc}" |
1825 description="{$b1desc} - {$b2desc}"/> | 1825 description="{$b1desc} - {$b2desc}"/> |
1826 <height factory="bedheight" | 1826 <height factory="bedheight" |
1827 target_out="{$out}" | 1827 target_out="{$out}" |
1828 ids="bedheight-single-{$b2id}-{$b2year}#bedheight-single-{$b1id}-{$b1year}" | 1828 ids="bedheight-single-{$b2id}#bedheight-single-{$b1id}" |
1829 info="{$b2desc}#{$b1desc}" | 1829 info="{$b2desc}#{$b1desc}" |
1830 description="{$b2desc} - {$b1desc}"/> | 1830 description="{$b2desc} - {$b1desc}"/> |
1831 </dc:when> | 1831 </dc:when> |
1832 </dc:choose> | 1832 </dc:choose> |
1833 </dc:for-each> | 1833 </dc:for-each> |