Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
2673:0143b44631cc | 2674:2be59d5b342c |
---|---|
1 2012-05-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Display mittlere hoehe (which is not yet calculated). | |
4 | |
5 * doc/conf/themes.xml: Added theme prop to display middlere hoehe or not. | |
6 | |
7 * src/main/java/de/intevation/flys/utils/ThemeUtil.java: | |
8 (parseShowMiddleHeight): New, parse the new theme prop. | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/geom/Lines.java: | |
11 (fillWater, ListWithArea): Return new type wich also contains area. | |
12 | |
13 * src/main/java/de/intevation/flys/exports/CrossSectionGenerator.java: | |
14 Respect new theme prop and adjust label if set. | |
15 | |
1 2012-05-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 16 2012-05-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 17 |
3 Beginning of calculation of Mittlere Hoehe: area calculation. | 18 Beginning of calculation of Mittlere Hoehe: area calculation. |
4 | 19 |
5 * src/main/java/de/intevation/flys/artifacts/StaticWKmsArtifact.java, | 20 * src/main/java/de/intevation/flys/artifacts/StaticWKmsArtifact.java, |