Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2038:f73036b991e2
Bugfix: repaired broken named values in exports - the last solution had bad side effects.
flys-artifacts/trunk@3515 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 21 Dec 2011 15:44:41 +0000 |
parents | 986820795c3b |
children | f7e2a84a6d88 |
comparison
equal
deleted
inserted
replaced
2037:986820795c3b | 2038:f73036b991e2 |
---|---|
1 2011-12-21 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Added a | |
4 convinience method to retrieve the value of an data object stored at | |
5 FLYSArtifact as Boolean value. | |
6 | |
7 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added a method that | |
8 returns the named value of a given double value. This method returns only | |
9 the named value, if the WQ mode is "Q at gauge" and if the value fits to a | |
10 named value. In addition to this method, there is a new method to retrieve | |
11 the selected WQ mode as 'WQ_MODE' enum. | |
12 | |
13 * src/main/java/de/intevation/flys/exports/AbstractExporter.java: | |
14 Removed prepareData() and its call. The data preparation had a bad side | |
15 effect: the modifications are "persisted" into cache, which has again bad | |
16 side effects. | |
17 | |
18 * src/main/java/de/intevation/flys/exports/WaterlevelExporter.java: Removed | |
19 prepareData(). The label creation for columns in the WST export will now | |
20 take place in addWSTColumn(). With help of the master Artifact (I forgot | |
21 this Artifact in my last commit) we are able to replace Q values with | |
22 their named main value. | |
23 | |
1 2011-12-21 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 24 2011-12-21 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 25 |
3 * src/main/java/de/intevation/flys/artifacts/CrossSectionArtifact.java: | 26 * src/main/java/de/intevation/flys/artifacts/CrossSectionArtifact.java: |
4 Cover 'locations' case for initial km of cross section artifacts. | 27 Cover 'locations' case for initial km of cross section artifacts. |
5 | 28 |