Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1142:01d42a2454f6
Display real km of shown data in crosssection-diagram.
flys-artifacts/trunk@2664 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 07 Sep 2011 10:51:54 +0000 |
parents | bcba246d9c03 |
children | eed81499b0d2 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Sep 07 10:37:14 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Sep 07 10:51:54 2011 +0000 @@ -1,3 +1,14 @@ +2011-09-07 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + In CrossSection Diagram fix subtitle to display the km of which the data is + actually displayed (maybe contrasting users wish). + + * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: + (getCrossSectionSnapKm): New method to fetch the actual km of crosssection. + + * src/main/java/de/intevation/flys/exports/CrossSectionGenerator.java: + Add correct km to charts subtitle. + 2011-09-07 Felix Wolfsteller <felix.wolfsteller@intevation.de> Fix various display-issues like i18n in cross-section diagram.