Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 2059:522826b41ffa
Compute better step width for W/Q input.
flys-artifacts/trunk@3551 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 28 Dec 2011 08:28:13 +0000 |
parents | f97cf2e350c9 |
children | 3ffb7195173f |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Dec 27 11:37:23 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Dec 28 08:28:13 2011 +0000 @@ -1,3 +1,12 @@ +2011-12-28 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/states/WQSelect.java: + Compute better step width based on a maximal number of steps = 30. + Results with digits are rounded up. E.g.: + Q range = 9.6 - 1750 + Step width = 58.01 + Rounded result = 60 + 2011-12-27 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/exports/AxisSection.java,