Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/themes.xml @ 2019:aa3e7ed1fa46
Added theme defaults for areas, added facets to compatibility matrices.
flys-artifacts/trunk@3474 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 20 Dec 2011 06:39:20 +0000 |
parents | 19c53705a2eb |
children | 5746c74c69cf |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Tue Dec 20 06:37:41 2011 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Tue Dec 20 06:39:20 2011 +0000 @@ -723,6 +723,18 @@ </fields> </theme> + <!-- Area relevant theme(s) --> + <theme name="Area"> + <inherits> + <inherit from="Text"/> + </inherits> + <fields> + <field name="fillcolor" type="Color" display="Fuellfarbe" default="0, 100, 0"/> + <field name="showarea" type="boolean" display="Flaeche beschriften" default="false"/> + <field name="showborder" type="boolean" display="Flaechebegrenzungslinie anzeigen" default="false"/> + </fields> + </theme> + <!-- MAP relevant themes --> <theme name="RiverAxis"> @@ -887,5 +899,8 @@ <mapping from="other.wkms" to="WKms"/> <mapping from="other.wqkms" to="WQKms"/> <mapping from="heightmarks_points" to="heightmarks_points"/> + <mapping from="area" to="Area"/> + <mapping from="cross_section.area" to="Area"/> + <mapping from="longitudinal.area" to="Area"/> </mappings> </themes>