Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
305:91c37bf28c0e | 306:e7f1c79bf9cd |
---|---|
1 2009-11-24 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/test/java/de/intevation/gnv/artifacts/TestCallContext.java (TestCallContext): | |
4 Removed Compilationerrors that were triggert by API-Changes in | |
5 Module Artifact-Database. | |
6 | |
7 * doc/conf/queries.properties, | |
8 doc/conf/products/timeseries/conf_mesh.xml: | |
9 Removed Meshpoint from SQL-Query because the same value will be | |
10 insert by using the depthid. | |
11 depthid on layer 1 = featureid | |
12 In the old configuration only Charts on Layer 1 were drawn. | |
13 issue91 | |
14 | |
15 | |
16 | |
1 2009-11-23 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 17 2009-11-23 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/gnv/transition/OutputTransitionBase.java: | 19 * src/main/java/de/intevation/gnv/transition/OutputTransitionBase.java: |
4 Remove chart from cache when data which is displayed has changed. | 20 Remove chart from cache when data which is displayed has changed. |
5 | 21 |