Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/themes.xml @ 3169:b6da650b0718
FixA: Added longitudinal section chart.
flys-artifacts/trunk@4782 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 25 Jun 2012 15:53:34 +0000 |
parents | 6f6a8e5fb7a4 |
children | b8a84ce860b9 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Mon Jun 25 15:38:38 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Mon Jun 25 15:53:34 2012 +0000 @@ -1088,6 +1088,107 @@ </fields> </theme> + <theme name="FixingLSAverage0"> + <inherits> + <inherit from="HiddenColorLines"/> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 128, 0"/> + <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> + </fields> + </theme> + <theme name="FixingLSAverage1"> + <inherits> + <inherit from="HiddenColorLines"/> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 0, 255"/> + <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> + </fields> + </theme> + <theme name="FixingLSAverage2"> + <inherits> + <inherit from="HiddenColorLines"/> + </inherits> + <fields> + <field name="linecolor" type="Color" default="255, 0, 255"/> + <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> + </fields> + </theme> + <theme name="FixingLSAverage3"> + <inherits> + <inherit from="HiddenColorLines"/> + </inherits> + <fields> + <field name="linecolor" type="Color" default="255, 0, 0"/> + <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> + </fields> + </theme> + + <theme name="FixingSectorDeviationLS0"> + <inherits> + <inherit from="Areas"/> + </inherits> + <fields> + <field name="fillcolor" type="Color" display="Fuellfarbe" default="0, 128, 0"/> + <field name="transparent" type="boolean" display="Transparenz" default="true"/> + </fields> + </theme> + <theme name="FixingSectorDeviationLS1"> + <inherits> + <inherit from="Areas"/> + </inherits> + <fields> + <field name="fillcolor" type="Color" display="Fuellfarbe" default="0, 0, 255"/> + <field name="transparent" type="boolean" display="Transparenz" default="true"/> + </fields> + </theme> + <theme name="FixingSectorDeviationLS2"> + <inherits> + <inherit from="Areas"/> + </inherits> + <fields> + <field name="fillcolor" type="Color" display="Fuellfarbe" default="255, 0, 255"/> + <field name="transparent" type="boolean" display="Transparenz" default="true"/> + </fields> + </theme> + <theme name="FixingSectorDeviationLS3"> + <inherits> + <inherit from="Areas"/> + </inherits> + <fields> + <field name="fillcolor" type="Color" display="Fuellfarbe" default="255, 0, 0"/> + <field name="transparent" type="boolean" display="Transparenz" default="true"/> + </fields> + </theme> + <theme name="FixLSDeviation"> + <inherits> + <inherit from="Areas"/> + </inherits> + <fields> + <field name="fillcolor" type="Color" display="Fuellfarbe" default="100, 100, 100"/> + <field name="transparent" type="boolean" display="Transparenz" default="true"/> + </fields> + </theme> + <theme name="FixLSAnalysis"> + <inherits> + <inherit from="HiddenColorLines"/> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 255, 0"/> + <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> + </fields> + </theme> + <theme name="FixLSReference"> + <inherits> + <inherit from="HiddenColorLines"/> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 80, 160"/> + <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> + </fields> + </theme> + </themegroup> <themegroup name="default-2"> @@ -2104,6 +2205,12 @@ </fields> </theme> + <theme name="FixingSectorDeviationLS"> + <inherits> + <inherit from="Areas"/> + </inherits> + </theme> + <theme name="FixingOutliers"> <inherits> <inherit from="ColorPoints"/> @@ -2675,5 +2782,16 @@ <mapping from="fix_sector_average_dwt_3" to="FixingDeltaWtAverage3"/> <mapping from="fix_analysis_events_dwt" to="FixingDeltaWtAnalysis"/> <mapping from="fix_reference_events_dwt" to="FixingDeltaWtReference"/> + <mapping from="fix_sector_average_ls_deviation_0" to="FixingSectorDeviationLS0"/> + <mapping from="fix_sector_average_ls_deviation_1" to="FixingSectorDeviationLS1"/> + <mapping from="fix_sector_average_ls_deviation_2" to="FixingSectorDeviationLS2"/> + <mapping from="fix_sector_average_ls_deviation_3" to="FixingSectorDeviationLS3"/> + <mapping from="fix_sector_average_ls_0" to="FixingLSAverage0"/> + <mapping from="fix_sector_average_ls_1" to="FixingLSAverage1"/> + <mapping from="fix_sector_average_ls_2" to="FixingLSAverage2"/> + <mapping from="fix_sector_average_ls_3" to="FixingLSAverage3"/> + <mapping from="fix_deviation_ls" to="FixLSDeviation"/> + <mapping from="fix_analysis_events_ls" to="FixLSAnalysis"/> + <mapping from="fix_reference_events_ls" to="FixLSReference"/> </mappings> </themes>