Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 154:03362976fa0f
DischargeTables: Cache the scale, too. Otherwise two calls to getValues() with different arguments will result in the same output.
flys-artifacts/trunk@1591 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 28 Mar 2011 15:21:27 +0000 |
parents | c97f9bc9b642 |
children | fbbb22e1e206 |
comparison
equal
deleted
inserted
replaced
153:c97f9bc9b642 | 154:03362976fa0f |
---|---|
1 2011-03-28 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: | |
4 Cache the scale, too. Otherwise two calls to getValues() with | |
5 different arguments will result in the same output. | |
6 | |
1 2011-03-28 Ingo Weinzierl <ingo@intevation.de> | 7 2011-03-28 Ingo Weinzierl <ingo@intevation.de> |
2 | 8 |
3 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: | 9 * src/main/java/de/intevation/flys/artifacts/model/DischargeTables.java: |
4 Introduced a 'scale' parameter in the getValues() method. | 10 Introduced a 'scale' parameter in the getValues() method. |
5 | 11 |
11 | 17 |
12 * src/main/java/de/intevation/flys/exports/ChartExportHelper.java: | 18 * src/main/java/de/intevation/flys/exports/ChartExportHelper.java: |
13 New. A helper class to exports charts. | 19 New. A helper class to exports charts. |
14 | 20 |
15 * pom.xml: Added dependencies to iText, Batik and JFreeChart. | 21 * pom.xml: Added dependencies to iText, Batik and JFreeChart. |
22 | |
23 2011-03-28 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
24 | |
25 * src/main/java/de/intevation/flys/importer/PegelGltParser.java: | |
26 Fixed swap of operands. | |
16 | 27 |
17 2011-03-28 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 28 2011-03-28 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
18 | 29 |
19 * src/main/java/de/intevation/flys/artifacts/model/GaugesFactory.java: | 30 * src/main/java/de/intevation/flys/artifacts/model/GaugesFactory.java: |
20 New. Load gauges for a river and filter them for given | 31 New. Load gauges for a river and filter them for given |