Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 306:e7f1c79bf9cd
Bugfix for issue91, wrong depth will be drawn in TimeseriesCharts in Meshes
gnv-artifacts/trunk@364 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 24 Nov 2009 13:29:36 +0000 |
parents | 91c37bf28c0e |
children | f0f106c7b906 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Mon Nov 23 17:20:14 2009 +0000 +++ b/gnv-artifacts/ChangeLog Tue Nov 24 13:29:36 2009 +0000 @@ -1,3 +1,19 @@ +2009-11-24 Tim Englich <tim.englich@intevation.de> + + * src/test/java/de/intevation/gnv/artifacts/TestCallContext.java (TestCallContext): + Removed Compilationerrors that were triggert by API-Changes in + Module Artifact-Database. + + * doc/conf/queries.properties, + doc/conf/products/timeseries/conf_mesh.xml: + Removed Meshpoint from SQL-Query because the same value will be + insert by using the depthid. + depthid on layer 1 = featureid + In the old configuration only Charts on Layer 1 were drawn. + issue91 + + + 2009-11-23 Ingo Weinzierl <ingo.weinzierl@intevation.de> * src/main/java/de/intevation/gnv/transition/OutputTransitionBase.java: