[PATCH] Allow differences between years and epochs (accidentally did that in branch facet-metadata already too)

Wald Commits scm-commit at wald.intevation.org
Thu Jul 3 16:36:47 CEST 2014


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1404398203 -7200
# Node ID 4ca747495cbf5c9144b17752f7f59a28778fdb71
# Parent  c4bf75f82ffca05ca938e49d6bc966675862e2fb
Allow differences between years and epochs (accidentally did that in branch facet-metadata already too)

diff -r c4bf75f82ffc -r 4ca747495cbf artifacts/doc/conf/meta-data.xml
--- 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>


More information about the Dive4Elements-commits mailing list