Mercurial > dive4elements > river
changeset 2069:b18f056c244e
Adjust Area styles.
flys-artifacts/trunk@3570 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 03 Jan 2012 09:57:55 +0000 |
parents | 0cf60d64895c |
children | 48fd8b06bce5 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Mon Jan 02 13:30:44 2012 +0000 +++ b/flys-artifacts/ChangeLog Tue Jan 03 09:57:55 2012 +0000 @@ -1,3 +1,8 @@ +2011-01-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * doc/conf/themes.xml: Reflect name chnage of longitudinal sections + area artifacts and include ColorLine style for area styles. + 2012-01-02 Ingo Weinzierl <ingo@intevation.de> flys/issue370 (WINFO: Berechnungsausgabe W/Pegel [cm] fehlt bei Wasserspiegellage und W am Pegel)
--- a/flys-artifacts/doc/conf/themes.xml Mon Jan 02 13:30:44 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Tue Jan 03 09:57:55 2012 +0000 @@ -727,6 +727,7 @@ <theme name="Area"> <inherits> <inherit from="Text"/> + <inherit from="ColorLines"/> </inherits> <fields> <field name="fillcolor" type="Color" display="Fuellfarbe" default="0, 100, 0"/> @@ -902,6 +903,6 @@ <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"/> + <mapping from="longitudinal_section.area" to="Area"/> </mappings> </themes>