Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 2674:2be59d5b342c
Added and respect theme prop whether or not to display (not yet calculated) middle height.
flys-artifacts/trunk@4368 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 09 May 2012 20:05:46 +0000 |
parents | 0143b44631cc |
children | 1d7231d5b8ad |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed May 09 19:03:54 2012 +0000 +++ b/flys-artifacts/ChangeLog Wed May 09 20:05:46 2012 +0000 @@ -1,3 +1,18 @@ +2012-05-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Display mittlere hoehe (which is not yet calculated). + + * doc/conf/themes.xml: Added theme prop to display middlere hoehe or not. + + * src/main/java/de/intevation/flys/utils/ThemeUtil.java: + (parseShowMiddleHeight): New, parse the new theme prop. + + * src/main/java/de/intevation/flys/artifacts/geom/Lines.java: + (fillWater, ListWithArea): Return new type wich also contains area. + + * src/main/java/de/intevation/flys/exports/CrossSectionGenerator.java: + Respect new theme prop and adjust label if set. + 2012-05-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> Beginning of calculation of Mittlere Hoehe: area calculation.