[PATCH] Allow differences between years and epochs

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


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1404398068 -7200
# Branch facet-metadata
# Node ID 80e4aa6e9936b3a860ca70ad5e234cb2377034f9
# Parent  5fc56103952a300e223b1417444e3ac32c3ad903
Allow differences between years and epochs.

diff -r 5fc56103952a -r 80e4aa6e9936 artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml	Thu Jul 03 13:47:42 2014 +0200
+++ b/artifacts/doc/conf/meta-data.xml	Thu Jul 03 16:34:28 2014 +0200
@@ -1786,7 +1786,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>
@@ -1794,7 +1794,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