Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/second-themes.xml @ 4232:b3aa91e45010
Implemented the Q evaluation mode for historical discharge calculations.
Added the calculation itself, created new facets, added themes and improved the chart generator
to support the new facets.
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 24 Oct 2012 07:25:35 +0200 |
parents | 58864f4f6e3b |
children | 5ebaa0a62d2c |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/second-themes.xml Tue Oct 23 16:07:39 2012 +0200 +++ b/flys-artifacts/doc/conf/second-themes.xml Wed Oct 24 07:25:35 2012 +0200 @@ -40,6 +40,32 @@ </fields> </theme> + <theme name="HistoricalDischargeCurveW"> + <inherits> + <inherit from="HiddenColorLines" /> + <inherit from="MinMaxPoints" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="153, 200, 153" /> + <field name="linesize" type="int" display="Liniendicke" + default="1" hints="h" /> + </fields> + </theme> + + <theme name="HistoricalDischargeCurveWDiff"> + <inherits> + <inherit from="HiddenColorLines" /> + <inherit from="MinMaxPoints" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="2000, 204, 204" /> + <field name="linesize" type="int" display="Liniendicke" + default="1" hints="h" /> + </fields> + </theme> + <!-- Discharge Longitudinal Section --> <theme name="LongitudinalSectionW">