Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/themes.xml @ 1815:a97764363ba2
Apply point theme to heightmark data imported via datacage to longitudinal section diagram.
flys-artifacts/trunk@3144 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 02 Nov 2011 13:41:39 +0000 |
parents | 5e9696c32f04 |
children | 5364b86a0880 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Wed Nov 02 12:16:32 2011 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Wed Nov 02 13:41:39 2011 +0000 @@ -492,6 +492,16 @@ </fields> </theme> + <!-- Height Marks --> + <theme name="heightmarks_points"> + <inherits> + <inherit from="Points"/> + </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"> @@ -502,6 +512,15 @@ </fields> </theme> + <theme name="Points" type="virtual"> + <fields> + <field name="showlines" type="boolean" display="Linie anzeigen" 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"/> + </fields> + </theme> + <theme name="ColorLines" type="virtual"> <inherits> <inherit from="Lines"/> @@ -613,5 +632,6 @@ <mapping from="w_differences" to="Differences"/> <mapping from="floodmap.riveraxis" to="RiverAxis"/> <mapping from="floodmap.kms" to="Kms"/> + <mapping from="heightmarks_points" to="heightmarks_points"/> </mappings> </themes>