Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/artifacts/doc/conf/meta-data.xml Fri Aug 29 17:00:26 2014 +0200 +++ b/artifacts/doc/conf/meta-data.xml Mon Sep 01 09:43:55 2014 +0200 @@ -1813,19 +1813,19 @@ <dc:when test="dc:group-key() = $b1year"> <height factory="bedheight" target_out="{$out}" - ids="bedheight-single-{$b1id}-{$b1year}#bedheight-single-{$b2id}-{$b2year}" + ids="bedheight-single-{$b1id}#bedheight-single-{$b2id}" info="{$b1desc}#{$b2desc}" description="{$b1desc} - {$b2desc}"/> </dc:when> <dc:when test="dc:group-key() = 'sonstige'"> <height factory="bedheight" target_out="{$out}" - ids="bedheight-single-{$b1id}-{$b1year}#bedheight-single-{$b2id}-{$b2year}" + ids="bedheight-single-{$b1id}#bedheight-single-{$b2id}" info="{$b1desc}#{$b2desc}" description="{$b1desc} - {$b2desc}"/> <height factory="bedheight" target_out="{$out}" - ids="bedheight-single-{$b2id}-{$b2year}#bedheight-single-{$b1id}-{$b1year}" + ids="bedheight-single-{$b2id}#bedheight-single-{$b1id}" info="{$b2desc}#{$b1desc}" description="{$b2desc} - {$b1desc}"/> </dc:when>