Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1654:33ade8153d74
Little modifications for making recommendations - will now work for states with background calculation.
flys-artifacts/trunk@2846 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 27 Sep 2011 15:19:59 +0000 |
parents | 73794985a899 |
children | d251e5929860 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Sep 27 14:37:18 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Sep 27 15:19:59 2011 +0000 @@ -1,3 +1,17 @@ +2011-09-27 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java, + src/main/java/de/intevation/flys/artifacts/MainValuesArtifact.java: + Changed access of getCurrentState() from protected to public. + + * src/main/java/de/intevation/flys/artifacts/CollectionMonitor.java: We + use the configured Outputs instead of the actuel Outputs of an Artifact + to make recommendations, now. This has the bad side effect of giving + recommendations for Outputs that we might _NOT_ be able to produce. But + otherwise, we would not be able to give recommendations for states with + long calculation times that start background threads for calculation (as + WSPLGEN caluclations does). + 2011-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> Enable "auto-scaling" axis for waterlevels in WDifference-plots. @@ -29,6 +43,7 @@ * src/main/java/de/intevation/flys/artifacts/geom/Lines.java: Moved some logic from the demo app to this model. + 2011-09-27 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/wsplgen/FacetCreator.java: New. Code