Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/default-themes.xml @ 4143:58864f4f6e3b
Fix issue946 (own style for wkms annotation facets in wq diagrams).
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 16 Oct 2012 11:15:12 +0200 |
parents | 017e3d8526e0 |
children | ff74ff82f2d4 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/default-themes.xml Tue Oct 16 09:44:06 2012 +0200 +++ b/flys-artifacts/doc/conf/default-themes.xml Tue Oct 16 11:15:12 2012 +0200 @@ -834,6 +834,29 @@ </fields> </theme> + <theme name="WKmsAnnotation"> + <fields> + <field name="linecolor" type="Color" display="Linienfarbe" + default="204, 204, 204" /> + <field name="font" type="Font" display="Schriftart" + default="arial" /> + <field name="textcolor" type="Color" display="Schriftfarbe" + default="0, 0, 0" /> + <field name="textsize" type="int" display="Schriftgröße" + default="10" /> + <field name="textstyle" type="Style" display="Schriftstil" + default="standard" /> + <field name="pointsize" type="int" display="Punktdicke" + default="3" hints="h" /> + <field name="backgroundcolor" type="Color" display="Texthintergrund" + default="255, 255, 255" /> + <field name="textorientation" type="boolean" display="Textausrichtung" + default="true" /> + <field name="showbackground" type="boolean" + display="Hintergrund anzeigen" default="false" /> + </fields> + </theme> + <theme name="WQKms"> <inherits> <inherit from="HiddenColorLines" />