Mercurial > dive4elements > river
changeset 4252:5ebaa0a62d2c
Defined themes (default and second group) for discharge curves in historical discharge wq chart.
author | Ingo Weinzierl <weinzierl.ingo@googlemail.com> |
---|---|
date | Thu, 25 Oct 2012 13:42:21 +0200 |
parents | 95d2002f6e2c |
children | a1bc5b8cff0f 670e98f5a441 |
files | flys-artifacts/doc/conf/default-themes.xml flys-artifacts/doc/conf/second-themes.xml flys-artifacts/doc/conf/themes.xml |
diffstat | 3 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/default-themes.xml Thu Oct 25 13:37:15 2012 +0200 +++ b/flys-artifacts/doc/conf/default-themes.xml Thu Oct 25 13:42:21 2012 +0200 @@ -79,6 +79,16 @@ </fields> </theme> + <theme name="HistoricalDischargeWQCurve"> + <inherits> + <inherit from="DischargeCurve" /> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="0, 0, 204" /> + </fields> + </theme> + <!-- Discharge Longitudinal Section --> <theme name="LongitudinalSectionW">
--- a/flys-artifacts/doc/conf/second-themes.xml Thu Oct 25 13:37:15 2012 +0200 +++ b/flys-artifacts/doc/conf/second-themes.xml Thu Oct 25 13:42:21 2012 +0200 @@ -66,6 +66,12 @@ </fields> </theme> + <theme name="HistoricalDischargeWQCurve"> + <inherits> + <inherit from="DischargeCurve" /> + </inherits> + </theme> + <!-- Discharge Longitudinal Section --> <theme name="LongitudinalSectionW">
--- a/flys-artifacts/doc/conf/themes.xml Thu Oct 25 13:37:15 2012 +0200 +++ b/flys-artifacts/doc/conf/themes.xml Thu Oct 25 13:42:21 2012 +0200 @@ -132,6 +132,7 @@ <mapping from="historical_discharge.historicalq.diff" to="HistoricalDischargeCurveQDiff" /> <mapping from="historical_discharge.historicalw" to="HistoricalDischargeCurveW" /> <mapping from="historical_discharge.historicalw.diff" to="HistoricalDischargeCurveWDiff" /> + <mapping from="historical_discharge.wq.curve" to="HistoricalDischargeWQCurve" /> <mapping from="cross_section" to="CrossSection" /> <mapping from="cross_section_water_line" to="CrossSectionWaterLine" /> <mapping from="computed_discharge_curve.q" to="ComputedDischargeCurve" />