diff flys-artifacts/doc/conf/virtual-themes.xml @ 3464:0b9b2a0c4e64

Point labels can have a background color now. flys-artifacts/trunk@5132 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Christian Lins <christian.lins@intevation.de>
date Thu, 26 Jul 2012 10:02:07 +0000
parents f062b5a90e26
children f48396deca91
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/virtual-themes.xml	Thu Jul 26 09:56:50 2012 +0000
+++ b/flys-artifacts/doc/conf/virtual-themes.xml	Thu Jul 26 10:02:07 2012 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <themegroup name="virtual">
-    <!-- Virtual themes are following now! DO NOT USE VIRTUAL THEMES FOR 
+    <!-- Virtual themes are following now! DO NOT USE VIRTUAL THEMES FOR
         FACETS! Please implement concrete themes! -->
     <theme name="Lines" type="virtual">
         <fields>
@@ -12,17 +12,17 @@
                 default="10" />
             <field name="showlinelabel" type="boolean"
                 display="Beschriftung anzeigen" default="false" hints="h" />
-            <field name="linelabelfont" type="Font"
+            <field name="labelfontface" type="Font"
                 display="Beschriftung: Schriftart" default="arial" />
-            <field name="linelabelcolor" type="Color"
+            <field name="labelfontcolor" type="Color"
                 display="Beschriftung: Schriftfarbe" default="0, 0, 0" />
-            <field name="linelabelsize" type="int"
+            <field name="labelfontsize" type="int"
                 display="Beschriftung: Schriftgröße" default="10" />
-            <field name="linelabelstyle" type="Style"
+            <field name="labelfontstyle" type="Style"
                 display="Beschriftung: Schriftstil" default="standard" />
-            <field name="linelabelbgcolor" type="Color"
+            <field name="labelbgcolor" type="Color"
                 display="Beschriftung: Hintergrundfarbe" default="0, 0, 0" />
-            <field name="linelabelshowbg" type="boolean"
+            <field name="labelshowbg" type="boolean"
                 display="Beschriftung: Hintergrund füllen" default="false" />
             <!--orientation? -->
         </fields>
@@ -31,7 +31,9 @@
     <theme name="Points" type="virtual">
         <fields>
             <field name="showlinelabel" type="boolean"
-                display="Linienbeschriftung anzeigen" default="false" hints="h" />
+                display="Linienbeschriftung anzeigen" default="false" />
+            <field name="showpointlabel" type="boolean"
+                display="Punktbeschriftung anzeigen" default="false"/>
             <field name="showlines" type="boolean" default="false" />
             <field name="linesize" type="int" display="Liniendicke"
                 default="1" />
@@ -41,8 +43,16 @@
                 default="true" />
             <field name="textorientation" type="boolean" display="Text horizontal"
                 default="true"/>
-            <field name="showpointlabel" type="boolean"
-                display="Punktbeschriftung anzeigen" default="false"/>
+            <field name="labelfontface" type="Font" default="Arial"
+                display="Beschriftung: Schriftart" />
+            <field name="labelfontcolor" type="Color" default="Color.BLACK"
+                display="Beschriftung: Schriftfarbe" />
+            <field name="labelfontsize" type="int"
+                display="Beschriftung: Schriftgröße" default="10" />
+            <field name="labelshowbg" type="boolean" default="false"
+                display="Beschriftung: Hintergrund anzeigen" />
+            <field name="labelbgcolor" type="Color" default="Color.WHITE"
+                display="Beschriftung: Hintergrundfarbe" />
         </fields>
     </theme>
 

http://dive4elements.wald.intevation.org