[PATCH 1 of 2] Add dW handling also to the other new longitudinal section diagrams

Wald Commits scm-commit at wald.intevation.org
Wed Sep 25 10:25:14 CEST 2013


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1380096098 -7200
# Node ID 2237bb25a8f283c6908f899aa4283a392d8426bf
# Parent  49ceab5f2263601e8a138260588db7e35ce49272
Add dW handling also to the other new longitudinal section diagrams

diff -r 49ceab5f2263 -r 2237bb25a8f2 artifacts/doc/conf/generators.xml
--- a/artifacts/doc/conf/generators.xml	Tue Sep 24 18:37:41 2013 +0200
+++ b/artifacts/doc/conf/generators.xml	Wed Sep 25 10:01:38 2013 +0200
@@ -13,6 +13,7 @@
         <axis name="W"/>
         <axis name="D"/>
         <axis name="Q" include-zero="true"/>
+        <axis name="dW"/>
         <axis name="" type="X"/>
         <title key="chart.longitudinal.section.title" default="W-Längsschnitt"/>
         <subtitle key="chart.longitudinal.section.subtitle" default="-">
@@ -34,6 +35,7 @@
         <!-- The area processor decides based on the facet name which axis to choose.
              You have to ensure that there is a W and Q axis accordingly -->
         <processor class="org.dive4elements.river.exports.process.AreaProcessor" axis="none"/>
+        <processor class="org.dive4elements.river.exports.process.DeltaWProcessor" axis="dW"/>
     </output-generator>
     <output-generator
         names="w_differences,w_differences_chartinfo"
@@ -42,6 +44,7 @@
         <axis name="W"/>
         <axis name="D"/>
         <axis name="Q" include-zero="true"/>
+        <axis name="dW"/>
         <axis name="" type="X"/>
         <title key="chart.w_differences.title" default="Differences"/>
         <subtitle key="chart.w_differences.subtitle" default="-">
@@ -59,6 +62,7 @@
         <processor class="org.dive4elements.river.exports.process.BedDiffHeightYearProcessor" axis="W"/>
         <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor" axis="W"/>
         <processor class="org.dive4elements.river.exports.process.AreaProcessor" axis="none"/>
+        <processor class="org.dive4elements.river.exports.process.DeltaWProcessor" axis="dW"/>
     </output-generator>
     <output-generator
         names="fix_longitudinal_section_curve,fix_longitudinal_section_curve_chartinfo"


More information about the Dive4elements-commits mailing list