Mercurial > dive4elements > river
changeset 2665:bcf4011fa3f1
More concrete Area theme. Experimentally disabled duplicate Lines theme.
flys-artifacts/trunk@4343 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 03 May 2012 20:23:02 +0000 |
parents | 3c4ec3b50af7 |
children | 6da7e064ae90 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 12 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu May 03 09:41:08 2012 +0000 +++ b/flys-artifacts/ChangeLog Thu May 03 20:23:02 2012 +0000 @@ -1,3 +1,8 @@ +2012-05-03 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * doc/conf/themes: Let Area style not inherit from colorlines (as labels + work slightly different. Enable showarea property. Comment dupe Lines. + 2012-05-03 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java
--- a/flys-artifacts/doc/conf/themes.xml Thu May 03 09:41:08 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Thu May 03 20:23:02 2012 +0000 @@ -838,11 +838,14 @@ <theme name="Area"> <inherits> <inherit from="Text"/> - <inherit from="ColorLines"/> </inherits> <fields> + <field name="linecolor" type="Color" display="Linienfarbe" default="Color.BLACK"/> + <field name="showlines" type="boolean" display="Linie anzeigen" default="true"/> + <field name="linesize" type="int" display="Liniendicke" default="1"/> + <field name="linetype" type="Dash" display="Linienart" default="10"/> <field name="fillcolor" type="Color" display="Fuellfarbe" default="0, 100, 0"/> - <!--field name="showarea" type="boolean" display="Flaeche beschriften" default="false"/--> + <field name="showarea" type="boolean" display="Flaeche beschriften" default="false"/> <field name="showborder" type="boolean" display="Flaechebegrenzungslinie anzeigen" default="false"/> <field name="transparent" type="boolean" display="Transparenz" default="false"/> </fields> @@ -923,12 +926,12 @@ </fields> </theme> - <theme name="Lines"> + <!--theme name="Lines"> <fields> <field name="linecolor" type="Color" display="Linienfarbe" default="140, 200, 130"/> <field name="linesize" type="int" display="Liniendicke" default="3" hints="h"/> </fields> - </theme> + </theme--> <theme name="Buildings"> <fields>