Mercurial > dive4elements > river
changeset 8008:80e4aa6e9936 facet-metadata
Allow differences between years and epochs.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 03 Jul 2014 16:34:28 +0200 |
parents | 5fc56103952a |
children | 8922eda935eb |
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 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>