Mercurial > dive4elements > river
changeset 7422:84873a386630
Add another axis (height) to longitudinal-diagram-defaults.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 23 Oct 2013 11:41:24 +0200 |
parents | fcf72e5777c0 |
children | e345db45e489 |
files | artifacts/doc/conf/longitudinal-diagram-defaults.xml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/doc/conf/longitudinal-diagram-defaults.xml Wed Oct 23 11:33:31 2013 +0200 +++ b/artifacts/doc/conf/longitudinal-diagram-defaults.xml Wed Oct 23 11:41:24 2013 +0200 @@ -7,6 +7,7 @@ <axis name="diffBed/Y"/> <axis name="BedHeight"/> <axis name="SoundingWidth"/> + <axis name="Height"/> <axis name="Width"/> <axis name="Diameter"/> <axis name="Density"/> @@ -38,4 +39,5 @@ <processor class="org.dive4elements.river.exports.process.FlowVelocityProcessor" axis="Velocity"/> <processor class="org.dive4elements.river.exports.process.ShearStressProcessor" axis="Tau"/> <processor class="org.dive4elements.river.exports.process.SedimentDensityProcessor" axis="Density"/> + <processor class="org.dive4elements.river.exports.process.BedHeightProcessor" axis="Height"/> </longitudinal-defaults>