Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
4142:0ac1158605bd | 4143:58864f4f6e3b |
---|---|
829 <inherit from="MinMaxPoints" /> | 829 <inherit from="MinMaxPoints" /> |
830 </inherits> | 830 </inherits> |
831 <fields> | 831 <fields> |
832 <field name="linecolor" type="Color" display="Linienfarbe" | 832 <field name="linecolor" type="Color" display="Linienfarbe" |
833 default="204, 204, 204" /> | 833 default="204, 204, 204" /> |
834 </fields> | |
835 </theme> | |
836 | |
837 <theme name="WKmsAnnotation"> | |
838 <fields> | |
839 <field name="linecolor" type="Color" display="Linienfarbe" | |
840 default="204, 204, 204" /> | |
841 <field name="font" type="Font" display="Schriftart" | |
842 default="arial" /> | |
843 <field name="textcolor" type="Color" display="Schriftfarbe" | |
844 default="0, 0, 0" /> | |
845 <field name="textsize" type="int" display="Schriftgröße" | |
846 default="10" /> | |
847 <field name="textstyle" type="Style" display="Schriftstil" | |
848 default="standard" /> | |
849 <field name="pointsize" type="int" display="Punktdicke" | |
850 default="3" hints="h" /> | |
851 <field name="backgroundcolor" type="Color" display="Texthintergrund" | |
852 default="255, 255, 255" /> | |
853 <field name="textorientation" type="boolean" display="Textausrichtung" | |
854 default="true" /> | |
855 <field name="showbackground" type="boolean" | |
856 display="Hintergrund anzeigen" default="false" /> | |
834 </fields> | 857 </fields> |
835 </theme> | 858 </theme> |
836 | 859 |
837 <theme name="WQKms"> | 860 <theme name="WQKms"> |
838 <inherits> | 861 <inherits> |