Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2035:3ebbe497d7f7
#252 Set titles in waterlevel exports to named main values if those are existing for given Q values.
flys-artifacts/trunk@3504 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 21 Dec 2011 09:17:23 +0000 |
parents | 7bc9293de4e6 |
children | c03aeb0cf46b |
comparison
equal
deleted
inserted
replaced
2034:7bc9293de4e6 | 2035:3ebbe497d7f7 |
---|---|
1 2011-12-21 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue252 (W-INFO: Wasserspiegellagenberechnung / Mitführung der Jährlichkeiten in der Diagramm-/Ergbnisausgabe) | |
4 | |
5 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added a function | |
6 stripNamedMainValue(). The result of this function is a named main value's | |
7 base name without declaration of a year. | |
8 | |
9 * src/main/java/de/intevation/flys/exports/AbstractExporter.java: Added a | |
10 method pepareData() that is called in doOut() before the data supported by | |
11 the current Facet is added using addData(). | |
12 | |
13 * src/main/java/de/intevation/flys/exports/WaterlevelExporter.java: Override | |
14 the prepareData() method to reset the name of WQKms objects. The Qs in a | |
15 waterlevel export should be the Q value or the named main value if the | |
16 value fits to a named main value. | |
17 | |
1 2011-12-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 18 2011-12-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | 20 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: |
4 Survive cases where the first dataset has an area-renderer assigned. | 21 Survive cases where the first dataset has an area-renderer assigned. |
5 | 22 |