[PATCH 4 of 6] meta-data.xml: Include bedheight-diffs per year in minfo-user-dc

Wald Commits scm-commit at wald.intevation.org
Fri Oct 25 16:01:08 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1382704178 -7200
# Node ID 97a5f16b976ce868e568c8fc42ce51be8dd93833
# Parent  8ce14aeebe61b4b2a98d3a4cd299e3755e3b6eda
meta-data.xml: Include bedheight-diffs per year in minfo-user-dc.

diff -r 8ce14aeebe61 -r 97a5f16b976c artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml	Fri Oct 25 14:10:29 2013 +0200
+++ b/artifacts/doc/conf/meta-data.xml	Fri Oct 25 14:29:38 2013 +0200
@@ -981,8 +981,8 @@
     </dc:macro>
 
     <dc:macro name="bedheight_differences">
-      <dc:filter expr="($out_name = 'bed_difference_year' or $out_name = 'bed_difference_epoch') and
-        (starts-with($facet_name, 'bedheight_difference.year') or starts-with($facet_name, 'bedheight_difference.epoch'))">
+      <dc:filter expr="($out_name = 'bed_difference_year' or ($out_name = 'bed_difference_epoch' or $out_name = 'bed_difference_height_year')) and
+          (starts-with($facet_name, 'bedheight_difference.year') or (starts-with($facet_name, 'bedheight_difference.epoch') or starts-with($facet_name, 'bedheight_difference.height')))">
         <dc:if test="dc:has-result()">
           <bedheight_differences>
             <dc:call-macro name="collection-group">


More information about the Dive4elements-commits mailing list