changeset 8009:4ca747495cbf

Allow differences between years and epochs (accidentally did that in branch facet-metadata already too)
author Tom Gottfried <tom@intevation.de>
date Thu, 03 Jul 2014 16:36:43 +0200
parents c4bf75f82ffc
children b57ecf80e40c b0d4b1a3c345
files artifacts/doc/conf/meta-data.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/doc/conf/meta-data.xml	Wed Jul 02 16:35:23 2014 +0200
+++ b/artifacts/doc/conf/meta-data.xml	Thu Jul 03 16:36:43 2014 +0200
@@ -1761,7 +1761,7 @@
     </dc:macro>
 
     <dc:macro name="bed-heights-single-diff">
-      <dc:filter expr="not(contains(dc:lowercase($b1desc), 'epoche') or contains(dc:lowercase($b2desc), 'epoche'))">
+      <dc:filter expr="not(contains(dc:lowercase($b1desc), 'epoche'))">
         <years>
           <dc:call-macro name="minfo-heights-diff-tree"/>
         </years>
@@ -1769,7 +1769,7 @@
     </dc:macro>
 
     <dc:macro name="bed-heights-epoch-diff">
-      <dc:filter expr="contains(dc:lowercase($b1desc), 'epoche') and contains(dc:lowercase($b2desc), 'epoche')">
+      <dc:filter expr="contains(dc:lowercase($b1desc), 'epoche')">
         <epochs>
           <dc:call-macro name="minfo-heights-diff-tree"/>
         </epochs>

http://dive4elements.wald.intevation.org