Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1689:e9475d2ef343
Bugfix: #189 Changed the order of a duration curve CSV export.
flys-artifacts/trunk@2911 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 10 Oct 2011 07:07:17 +0000 |
parents | 7eb9015489b0 |
children | 0053a4529f2f |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Oct 07 15:55:38 2011 +0000 +++ b/flys-artifacts/ChangeLog Mon Oct 10 07:07:17 2011 +0000 @@ -1,3 +1,15 @@ +2011-10-10 Ingo Weinzierl <ingo@intevation.de> + + flys/issue189 (WINFO/Dauerlinie: Sortierung der Berechnungsausgabe nach Dauerzahlen aufsteigend) + + * src/main/java/de/intevation/flys/artifacts/model/WQDay.java: Added a + method that determines if the items (days) in this object are increasing + or not. + + * src/main/java/de/intevation/flys/exports/DurationCurveExporter.java: + Changed the order of the CSV export - the highest day is at the top of + the export; the lowest day is at the bottom. + 2011-10-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> Worked on flys/issue150 (Diagramm: Anzeige von W bergauf).