Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 632:62ea2a7b1067
'Profilschnitte' are working without cache as well, now.
gnv-artifacts/trunk@711 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 25 Feb 2010 09:06:36 +0000 |
parents | a72ecacccc91 |
children | 7a136b99ad71 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Thu Feb 25 08:23:46 2010 +0000 +++ b/gnv-artifacts/ChangeLog Thu Feb 25 09:06:36 2010 +0000 @@ -1,3 +1,15 @@ +2010-02-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: + Changed the way of using cache to store verticalcrosssection chart data. + Now, this type of chart is working without cache, as well. + +2010-02-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + * src/main/java/de/intevation/gnv/state/OutputStateBase.java: Changed the + way of using the cache to store chart / histogram data. Now, output modes + 'chart' and 'histogram' are working without cache. + 2010-02-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java: