Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 2045:d13be39cfd1d
#242 Added header with meta information into CSV exports.
flys-artifacts/trunk@3531 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 22 Dec 2011 13:22:55 +0000 |
parents | 5d6e82abe859 |
children | 2ae0627f956e |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Dec 22 12:56:46 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Dec 22 13:22:55 2011 +0000 @@ -1,3 +1,24 @@ +2011-12-22 Ingo Weinzierl <ingo@intevation.de> + + flys/issue242 (W-INFO: Fehlende Header in Datenexporten) + + * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added functions + getQs(), getWs(), getGauge(), getGaugename() and getRivername() that all + take a parameter FLYSArtifact. + + * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Moved the + implementation of getGauge() to FLYSUtils. The getGauge() in this class + just calls and returns FLYSUtils.getGauge(). + + * src/main/java/de/intevation/flys/exports/WaterlevelExporter.java: Write a + header into a CSV export containing meta information about this export. + + * src/main/resources/messages.properties, + src/main/resources/messages_de_DE.properties, + src/main/resources/messages_en.properties, + src/main/resources/messages_de.properties: Added strings used in the CSV + export as header. + 2011-12-22 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/exports/CrossSectionGenerator.java: