Mercurial > dive4elements > river
changeset 4341:d15012c99f40
Added themes for extreme_wq_curve .
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 31 Oct 2012 14:43:16 +0100 |
parents | 64528d2a89c4 |
children | 4938743a8899 |
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, 14 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/default-themes.xml Wed Oct 31 14:13:33 2012 +0100 +++ b/flys-artifacts/doc/conf/default-themes.xml Wed Oct 31 14:43:16 2012 +0100 @@ -79,6 +79,12 @@ </fields> </theme> + <theme name="ExtremeWQCurve"> + <inherits> + <inherit from="HiddenColorLines" /> + </inherits> + </theme> + <theme name="HistoricalDischargeWQCurve"> <inherits> <inherit from="HiddenColorLines" />
--- a/flys-artifacts/doc/conf/second-themes.xml Wed Oct 31 14:13:33 2012 +0100 +++ b/flys-artifacts/doc/conf/second-themes.xml Wed Oct 31 14:43:16 2012 +0100 @@ -66,6 +66,12 @@ </fields> </theme> + <theme name="ExtremeWQCurve"> + <inherits> + <inherit from="HiddenColorLines" /> + </inherits> + </theme> + <theme name="HistoricalDischargeWQCurve"> <inherits> <inherit from="DischargeCurve" />
--- a/flys-artifacts/doc/conf/themes.xml Wed Oct 31 14:13:33 2012 +0100 +++ b/flys-artifacts/doc/conf/themes.xml Wed Oct 31 14:43:16 2012 +0100 @@ -273,6 +273,7 @@ <mapping from="fix_derivate_curve.manualpoints" to="ManualPoints" /> <mapping from="fix_deltawt_curve.manualpoints" to="ManualPoints" /> <mapping from="qsectors" to="QSectors" /> - <mapping from="gauge_discharge_curve" to="GaugeDischargeCurve" /> + <mapping from="gauge_discharge_curve" to="GaugeDischargeCurve" /> + <mapping from="extreme_wq_curve" to="ExtremeWQCurve" /> </mappings> </themes>