[PATCH 4 of 4] Collapse overly complicated dc-filter-statement for vollmer-curves
Wald Commits
scm-commit at wald.intevation.org
Wed Jul 24 10:45:01 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1374655843 -7200
# Node ID 5e567047ef7290404054b5a925ff4cc6a71f5db1
# Parent 1994d064ebb1f2f91b89767ccbe6b8ca40ff7b63
Collapse overly complicated dc-filter-statement for vollmer-curves.
diff -r 1994d064ebb1 -r 5e567047ef72 artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Wed Jul 24 08:52:42 2013 +0200
+++ b/artifacts/doc/conf/meta-data.xml Wed Jul 24 10:50:43 2013 +0200
@@ -736,8 +736,7 @@
</beddifferences>
</dc:comment>
<dc:comment comment="Vollmer curves need own factory"/>
- <dc:filter expr="$a_state = 'state.fix.vollmer.compute' and (($out_name = 'longitudinal_section' and $facet_name = 'longitudinal_section.w') and
- (not ($current-state-id = 'state.winfo.uesk.wsp' and $ld_m = 'location')))">
+ <dc:filter expr="$a_state = 'state.fix.vollmer.compute' and $facet_name = 'longitudinal_section.w'">
<dc:if test="dc:has-result()">
<vollmer_waterlevels>
<dc:group expr="concat($river, ' ', dc:date-format('dd.MM.yyyy - H:m:s', $a_creation), ' ', $collection_name)">
More information about the Dive4elements-commits
mailing list