diff flys-artifacts/doc/conf/virtual-themes.xml @ 3286:f062b5a90e26

Add showpointlabel style attribute flys-artifacts/trunk@4948 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Christian Lins <christian.lins@intevation.de>
date Thu, 12 Jul 2012 11:51:32 +0000
parents fe3221cf47c4
children 0b9b2a0c4e64
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/virtual-themes.xml	Thu Jul 12 07:47:45 2012 +0000
+++ b/flys-artifacts/doc/conf/virtual-themes.xml	Thu Jul 12 11:51:32 2012 +0000
@@ -30,14 +30,19 @@
 
     <theme name="Points" type="virtual">
         <fields>
-            <field name="showlines" type="boolean" display="Linie anzeigen"
-                default="false" />
+            <field name="showlinelabel" type="boolean"
+                display="Linienbeschriftung anzeigen" default="false" hints="h" />
+            <field name="showlines" type="boolean" default="false" />
             <field name="linesize" type="int" display="Liniendicke"
                 default="1" />
             <field name="linetype" type="Dash" display="Linienart"
                 default="10" />
             <field name="showpoints" type="boolean" display="Punkte anzeigen"
                 default="true" />
+            <field name="textorientation" type="boolean" display="Text horizontal"
+                default="true"/>
+            <field name="showpointlabel" type="boolean"
+                display="Punktbeschriftung anzeigen" default="false"/>
         </fields>
     </theme>
 
@@ -70,6 +75,9 @@
     </theme>
 
     <theme name="ColorPoints" type="virtual">
+        <inherits>
+            <inherit from="Points" />
+        </inherits>
         <fields>
             <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
                 default="true" />
@@ -77,8 +85,6 @@
                 default="5" />
             <field name="pointcolor" type="Color" display="Punktfarbe"
                 default="Color.BLACK" />
-            <field name="textorientation" type="boolean" display="Text horizontal"
-                default="true"/>
         </fields>
     </theme>
 

http://dive4elements.wald.intevation.org