Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Dec 20 15:14:54 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Dec 21 09:17:23 2011 +0000 @@ -1,3 +1,20 @@ +2011-12-21 Ingo Weinzierl <ingo@intevation.de> + + flys/issue252 (W-INFO: Wasserspiegellagenberechnung / Mitführung der Jährlichkeiten in der Diagramm-/Ergbnisausgabe) + + * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added a function + stripNamedMainValue(). The result of this function is a named main value's + base name without declaration of a year. + + * src/main/java/de/intevation/flys/exports/AbstractExporter.java: Added a + method pepareData() that is called in doOut() before the data supported by + the current Facet is added using addData(). + + * src/main/java/de/intevation/flys/exports/WaterlevelExporter.java: Override + the prepareData() method to reset the name of WQKms objects. The Qs in a + waterlevel export should be the Q value or the named main value if the + value fits to a named main value. + 2011-12-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: