Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1677:dd9dfe1e48fa
Bugfixes for various issues: Improved rendering process of annotations.
flys-artifacts/trunk@2894 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 05 Oct 2011 11:23:18 +0000 |
parents | 6e840e213fdf |
children | 03fbf1b30e72 |
comparison
equal
deleted
inserted
replaced
1676:6e840e213fdf | 1677:dd9dfe1e48fa |
---|---|
1 2011-10-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 1 2011-10-05 Ingo Weinzierl <ingo@intevation.de> |
2 | |
3 flys/issue347 (W-INFO / Wasserspiegellagenberechnung, Längsschnittdiagramm) | |
4 flys/issue303 (Keine Streckenfavoriten, wenn nur Q im Längsschnittdiagram ausgewählt) | |
5 flys/issue353 (W-INFO / Wasserspiegellagenberechnung, Diagramm) | |
6 | |
7 * src/main/java/de/intevation/flys/jfree/FLYSAnnotation.java: New. A | |
8 wrapper for Annotations which allows us to provide a description for a | |
9 set of annotations. | |
10 | |
11 * src/main/java/de/intevation/flys/artifacts/model/AnnotationFacet.java: | |
12 The getData() will now return an instance of FLYSAnnotation that wraps | |
13 the Annotations returned by the AnnotationArtifact. The lebel of | |
14 FLYSAnnotation is the description of this Facet. | |
15 | |
16 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: | |
17 Modified the way to add Annotations. We will no longer create an empty | |
18 series to support a LegendItem for a set of Annotations, but we will add | |
19 a LegendItem manually to the LegendItemCollection of the plot. In | |
20 addition, we are now able to display annotations if one of the two | |
21 y-axes are missing. If there are no y-axes existing, we are not able to | |
22 display annotations yet. | |
23 | |
24 2011-10-05 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | 25 |
3 * src/main/java/de/intevation/flys/artifacts/math/BackJumpCorrector.java: | 26 * src/main/java/de/intevation/flys/artifacts/math/BackJumpCorrector.java: |
4 Lifted the wrong point. Now all backjump corrections look fine. :-) | 27 Lifted the wrong point. Now all backjump corrections look fine. :-) |
5 | 28 |
6 2011-10-05 Ingo Weinzierl <ingo@intevation.de> | 29 2011-10-05 Ingo Weinzierl <ingo@intevation.de> |