[PATCH] Datacage: Removed macro "delta-wt-ls" from meta-data.xml as it is not used
Wald Commits
scm-commit at wald.intevation.org
Fri Nov 1 15:05:46 CET 2013
# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1383314735 -3600
# Node ID 607246315009e10fbc6814827769c0a53259948a
# Parent 4de4b19b6be66fa934b3cc5a1fd4cbf95c439515
Datacage: Removed macro "delta-wt-ls" from meta-data.xml as it is not used.
diff -r 4de4b19b6be6 -r 607246315009 artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml Fri Nov 01 13:25:54 2013 +0100
+++ b/artifacts/doc/conf/meta-data.xml Fri Nov 01 15:05:35 2013 +0100
@@ -648,31 +648,6 @@
</dc:filter>
</dc:macro>
- <dc:macro name="delta-wt-ls">
- <dc:filter expr="$out_name = 'fix_deltawt_curve' and
- (starts-with($facet_name, 'fix_sector_average_dwt') or
- starts-with($facet_name, 'fix_deviation_dwt'))">
- <dc:if test="dc:has-result()">
- <waterlevels>
- <dc:call-macro name="collection-group">
- <waterlevels description="{dc:group-key()}">
- <dc:for-each>
- <dc:element name="${facet_name}">
- <dc:attribute name="description" value="${facet_description}"/>
- <dc:attribute name="ids" value="${facet_num}"/>
- <dc:attribute name="factory" value="fixanalysis"/>
- <dc:attribute name="target_out" value="${out}"/>
- <dc:attribute name="artifact-id" value="${a_gid}"/>
- <dc:attribute name="out" value="fix_deltawt_curve"/>
- </dc:element>
- </dc:for-each>
- </waterlevels>
- </dc:call-macro>
- </waterlevels>
- </dc:if>
- </dc:filter>
- </dc:macro>
-
<dc:macro name="fix-derivate-curve">
<dc:filter expr="$out_name = 'fix_derivate_curve' and $facet_name = 'fix_derivate_curve'">
<dc:if test="dc:has-result()">
More information about the Dive4elements-commits
mailing list