Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/themes.xml @ 2715:250a370c377d
Added chart generator for middle bed height charts.
flys-artifacts/trunk@4441 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 18 May 2012 11:58:38 +0000 |
parents | d8444fcb4e44 |
children | 83b22ccf48da |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Fri May 18 10:51:04 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Fri May 18 11:58:38 2012 +0000 @@ -1001,6 +1001,29 @@ <!-- + MIDDLE BED HEIGHT + --> + <theme name="MiddleBedHeightSingle"> + <inherits> + <inherit from="HiddenColorLines"/> + <inherit from="MinMaxPoints"/> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> + </fields> + </theme> + + <theme name="MiddleBedHeightEpoch"> + <inherits> + <inherit from="FlowVelocityVMainChannel"/> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> + </fields> + </theme> + + + <!-- Mappings are following now. A mapping maps between a name of a facet and a theme. Always the first matching mapping is taken, so consider putting most @@ -1124,5 +1147,8 @@ <mapping from="flow_velocity.totalchannel" to="FlowVelocityVTotalChannel"/> <mapping from="flow_velocity.mainchannel" to="FlowVelocityVMainChannel"/> <mapping from="flow_velocity.tau" to="FlowVelocityTau"/> + <mapping from="bedheight_middle.single" to="MiddleBedHeightSingle"/> + <mapping from="bedheight_middle.epoch" to="MiddleBedHeightEpoch"/> + </mappings> </themes>