Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 370:4a8d934e745f
Bugfix: Changed the datastructure of the ThemeList (inner class of FLYSArtifactCollection) to store the theme of a chart in an ordered list -> Q curves of longitudinal section charts are now drawn.
flys-artifacts/trunk@1779 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 29 Apr 2011 13:06:49 +0000 |
parents | 2ce7b473620e |
children | dfbb3d50b0bd |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Apr 29 10:13:24 2011 +0000 +++ b/flys-artifacts/ChangeLog Fri Apr 29 13:06:49 2011 +0000 @@ -1,3 +1,11 @@ +2011-04-29 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: + Bugfix: Now, curves for Q values are drawn into a longitudinal section + chart as well. Therefore, it was necessary to change the datastructure + of the inner class ThemeList that stores all themes included in a chart + in an ordered list (stored in a java.util.Vector now). + 2011-04-29 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: New. An