Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 418:e0fec407a280
ISSUE-53 Formatted number values of CSV exports.
flys-artifacts/trunk@1885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 10 May 2011 16:10:01 +0000 |
parents | e54053bc0e70 |
children | 4de7d9eac10f |
comparison
equal
deleted
inserted
replaced
417:e54053bc0e70 | 418:e0fec407a280 |
---|---|
1 2011-05-10 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 ISSUE-53 | |
4 | |
5 * src/main/java/de/intevation/flys/artifacts/resources/Resources.java: | |
6 Added a method that returns the preferred locale based on the available | |
7 locales of the server and the desired locales of the request (CallMeta). | |
8 | |
9 * src/main/java/de/intevation/flys/exports/AbstractExporter.java: Added a | |
10 method that creates a number formatter with minimum and maximum digits. | |
11 | |
12 * src/main/java/de/intevation/flys/exports/DischargeLongitudinalSectionExporter.java, | |
13 src/main/java/de/intevation/flys/exports/WaterlevelExporter.java, | |
14 src/main/java/de/intevation/flys/exports/DurationCurveExporter.java, | |
15 src/main/java/de/intevation/flys/exports/ComputedDischargeCurveExporter.java: | |
16 Formatted the number values of the CSV exports. | |
17 | |
1 2011-05-10 Ingo Weinzierl <ingo@intevation.de> | 18 2011-05-10 Ingo Weinzierl <ingo@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/flys/artifacts/model/RangeWithValues.java: | 20 * src/main/java/de/intevation/flys/artifacts/model/RangeWithValues.java: |
4 New. A data structure that enables us to save a data triple: a range | 21 New. A data structure that enables us to save a data triple: a range |
5 that consist of lower and upper double value and a set of values that | 22 that consist of lower and upper double value and a set of values that |