Mercurial > dive4elements > river
diff artifacts/doc/conf/themes/default.xml @ 8117:ca072278ad02
Complete mapping and themes for sediment load.
author | "Tom Gottfried <tom@intevation.de>" |
---|---|
date | Thu, 21 Aug 2014 18:09:37 +0200 |
parents | fdb29e8b7ec0 |
children | f2fa88f5f751 |
line wrap: on
line diff
--- a/artifacts/doc/conf/themes/default.xml Thu Aug 21 15:48:01 2014 +0200 +++ b/artifacts/doc/conf/themes/default.xml Thu Aug 21 18:09:37 2014 +0200 @@ -1100,7 +1100,7 @@ </fields> </theme> - <!-- Sediment load, M^3/A --> + <!-- Sediment load longitudinal sections, M^3/A --> <theme name="SedimentLoadM3A"> <inherits> <inherit from="LongitudinalSection" /> @@ -1204,7 +1204,7 @@ <inherit from="SedimentLoadM3A" /> </inherits> <fields> - <field name="linecolor" type="Color" default="45, 255, 241" /> + <field name="linecolor" type="Color" default="200, 200, 200" /> </fields> </theme> @@ -1217,7 +1217,7 @@ </fields> </theme> - <!-- Sediment load, T/A --> + <!-- Sediment load longitudinal sections, T/A --> <theme name="SedimentLoadTACoarse"> <inherits> <inherit from="LongitudinalSection" /> @@ -1312,7 +1312,7 @@ <inherit from="LongitudinalSection" /> </inherits> <fields> - <field name="linecolor" type="Color" default="45, 255, 241" /> + <field name="linecolor" type="Color" default="200, 200, 200" /> </fields> </theme> @@ -1325,6 +1325,108 @@ </fields> </theme> + <!-- Sediment load at measurement stations --> + <theme name="SedimentLoad"> + <inherits> + <inherit from="LongitudinalSection" /> + </inherits> + <fields> + <field name="showpoints" type="boolean" default="true" /> + <field name="pointsize" type="int" default="3" /> + </fields> + </theme> + + <theme name="SedimentLoadCoarse"> + <inherits> + <inherit from="SedimentLoad" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="255, 0, 255" /> + <field name="pointcolor" type="Color" default="255, 0, 255" /> + </fields> + </theme> + + <theme name="SedimentLoadFineMid"> + <inherits> + <inherit from="SedimentLoad" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="255, 0, 0" /> + <field name="pointcolor" type="Color" default="255, 0, 0" /> + </fields> + </theme> + + <theme name="SedimentLoadSand"> + <inherits> + <inherit from="SedimentLoad" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 0, 255" /> + <field name="pointcolor" type="Color" default="0, 0, 255" /> + </fields> + </theme> + + <theme name="SedimentLoadSuspSand"> + <inherits> + <inherit from="SedimentLoad" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="255, 255, 0" /> + <field name="pointcolor" type="Color" default="255, 255, 0" /> + </fields> + </theme> + + <theme name="SedimentLoadSediment"> + <inherits> + <inherit from="SedimentLoad" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 255, 255" /> + <field name="pointcolor" type="Color" default="0, 255, 255" /> + </fields> + </theme> + + <theme name="SedimentLoadSuspSandBed"> + <inherits> + <inherit from="SedimentLoad" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 255, 0" /> + <field name="pointcolor" type="Color" default="0, 255, 0" /> + </fields> + </theme> + + <theme name="SedimentLoadTotal"> + <inherits> + <inherit from="SedimentLoad" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="0, 100, 200" /> + <field name="pointcolor" type="Color" default="0, 100, 200" /> + </fields> + </theme> + + <theme name="SedimentLoadBed"> + <inherits> + <inherit from="SedimentLoad" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="200, 200, 200" /> + <field name="pointcolor" type="Color" default="200, 200, 200" /> + </fields> + </theme> + + <theme name="SedimentLoadSusp"> + <inherits> + <inherit from="SedimentLoad" /> + </inherits> + <fields> + <field name="linecolor" type="Color" default="85, 255, 0" /> + <field name="pointcolor" type="Color" default="85, 255, 0" /> + </fields> + </theme> + + <theme name="LongitudinalSectionArea"> <inherits> <inherit from="Areas" />