Mercurial > dive4elements > river
changeset 7125:2237bb25a8f2
Add dW handling also to the other new longitudinal section diagrams
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 25 Sep 2013 10:01:38 +0200 |
parents | 49ceab5f2263 |
children | 05d442db4ca6 |
files | artifacts/doc/conf/generators.xml |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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"