Mercurial > dive4elements > river
changeset 4547:5bda0e119f7c
New themes for sediment load chart.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 15 Nov 2012 17:44:43 +0100 |
parents | af1938d4e957 |
children | 105dd4cc33a6 |
files | flys-artifacts/doc/conf/default-themes.xml flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 91 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/default-themes.xml Thu Nov 15 17:44:07 2012 +0100 +++ b/flys-artifacts/doc/conf/default-themes.xml Thu Nov 15 17:44:43 2012 +0100 @@ -1793,4 +1793,87 @@ </fields> </theme> + <theme name="SedimentLoadCoarse"> + <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="SedimentLoadFineMid"> + <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="SedimentLoadSand"> + <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="SedimentLoadSuspSand"> + <inherits> + <inherit from="HiddenColorLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="255, 255, 0" /> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="false" hints="h" /> + </fields> + </theme> + <theme name="SedimentLoadSediment"> + <inherits> + <inherit from="HiddenColorLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 255, 255" /> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="false" hints="h" /> + </fields> + </theme> + <theme name="SedimentLoadSuspSandBed"> + <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="SedimentLoadFineTotalLoad"> + <inherits> + <inherit from="HiddenColorLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="255, 100, 100" /> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="false" hints="h" /> + </fields> + </theme> + <theme name="SedimentLoadTotal"> + <inherits> + <inherit from="HiddenColorLines" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 100, 200" /> + <field name="showlinelabel" type="boolean" + display="Beschriftung anzeigen" default="false" hints="h" /> + </fields> + </theme> + + </themegroup>
--- a/flys-artifacts/doc/conf/themes.xml Thu Nov 15 17:44:07 2012 +0100 +++ b/flys-artifacts/doc/conf/themes.xml Thu Nov 15 17:44:43 2012 +0100 @@ -276,5 +276,13 @@ <mapping from="gauge_discharge_curve" to="GaugeDischargeCurve" /> <mapping from="extreme_wq_curve" to="ExtremeWQCurve" /> <mapping from="extreme_wq_curve_base" to="ExtremeWQBaseCurve" /> + <mapping from="sedimentload.coarse" to="SedimentLoadCoarse" /> + <mapping from="sedimentload.finemiddle" to="SedimentLoadFineMid" /> + <mapping from="sedimentload.sand" to="SedimentLoadSand" /> + <mapping from="sedimentload.susp_sand" to="SedimentLoadSuspSand" /> + <mapping from="sedimentload.susp_sand_bed" to="SedimentLoadSuspSandBed" /> + <mapping from="sedimentload.sudp_sediment" to="SedimentLoadSediment" /> + <mapping from="sedimentload.total_load" to="SedimentLoadTotalLoad" /> + <mapping from="sedimentload.total" to="SedimentLoadTotal" /> </mappings> </themes>