Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 852:b5f4b6073cde
Calculate the depth in an odv export of a 'Profilschnitt' properly (issue217).
gnv-artifacts/trunk@968 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 22 Apr 2010 08:54:36 +0000 |
parents | 4bcf7bf4bfb7 |
children | bb2175726c8a |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Wed Apr 21 13:38:26 2010 +0000 +++ b/gnv-artifacts/ChangeLog Thu Apr 22 08:54:36 2010 +0000 @@ -1,3 +1,14 @@ +2010-04-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue217 + + * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: + Added the cell width of the interpolation to the constructor call of the + odv export. + + * src/main/java/de/intevation/gnv/exports/VerticalCrossODVExport.java: + Corrected the depth calculation. + 2010-04-21 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue228