Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/themes.xml @ 1719:62983d0ced51
Fix missing annotations ('Streckenfavoriten') style.
flys-artifacts/trunk@3000 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 18 Oct 2011 10:26:27 +0000 |
parents | 004b1b0838d6 |
children | 4a245ad0ac17 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Mon Oct 17 16:04:14 2011 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Tue Oct 18 10:26:27 2011 +0000 @@ -144,6 +144,17 @@ </theme> + <!-- Annotations --> + <theme name="Annotations"> + <inherits> + <inherit from="HiddenColorLines"/> + </inherits> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> + </fields> + </theme> + + <!-- Virtual themes are following now! --> <theme name="Lines" type="virtual"> <fields> @@ -174,7 +185,6 @@ </theme> - <!-- Mappings are following now. A mapping maps between a name of a facet and a theme. --> <mappings> @@ -191,5 +201,6 @@ <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> <mapping from="computed_discharge_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> + <mapping from="longitudinal_section.annotations" to="Annotations"/> </mappings> </themes>