Mercurial > dive4elements > river
changeset 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 | 3f1a63da2cf4 |
children | 4f7f781e4481 |
files | flys-artifacts/doc/conf/artifacts/winfo.xml flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/artifacts/winfo.xml Tue Dec 20 06:37:41 2011 +0000 +++ b/flys-artifacts/doc/conf/artifacts/winfo.xml Tue Dec 20 06:39:20 2011 +0000 @@ -258,6 +258,7 @@ <facet name="other.wkms" description="facet.other.wkms"/> <facet name="other.wqkms" description="facet.other.wqkms"/> <facet name="heightmarks_points" description="facet.other.wkms.heightmarks_points"/> + <facet name="longitudinal.area" description="an area"/> <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations"/> </facets> </outputmode> @@ -277,6 +278,7 @@ <facet name="cross_section_water_line" description="facet.cross_section_water_line"/> <facet name="cross_section" description="facet.cross_section"/> <facet name="area" description="an area"/> + <facet name="cross_section.area" description="an area"/> </facets> </outputmode> </outputmodes>
--- 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>