Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/themes.xml @ 2706:d8444fcb4e44
Create chart facets for flow velocity calculation and a chart generator for this.
flys-artifacts/trunk@4424 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 16 May 2012 12:39:13 +0000 |
parents | 14188f8daefb |
children | 250a370c377d |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Wed May 16 10:52:12 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Wed May 16 12:39:13 2012 +0000 @@ -968,6 +968,39 @@ <!-- + FLOW VELOCITY + --> + <theme name="FlowVelocityVMainChannel"> + <inherits> + <inherit from="HiddenColorLines"/> + <inherit from="MinMaxPoints"/> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> + </fields> + </theme> + + <theme name="FlowVelocityVTotalChannel"> + <inherits> + <inherit from="FlowVelocityVMainChannel"/> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> + </fields> + </theme> + + <theme name="FlowVelocityTau"> + <inherits> + <inherit from="HiddenColorLines"/> + <inherit from="MinMaxPoints"/> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> + </fields> + </theme> + + + <!-- Mappings are following now. A mapping maps between a name of a facet and a theme. Always the first matching mapping is taken, so consider putting most @@ -1088,5 +1121,8 @@ <mapping from="manualpoints" to="ManualPoints"/> <mapping from="reference_curve" to="ReferenceCurve"/> <mapping from="reference_curve_normalized" to="ReferenceCurveNormalized"/> + <mapping from="flow_velocity.totalchannel" to="FlowVelocityVTotalChannel"/> + <mapping from="flow_velocity.mainchannel" to="FlowVelocityVMainChannel"/> + <mapping from="flow_velocity.tau" to="FlowVelocityTau"/> </mappings> </themes>