comparison gnv-artifacts/ChangeLog @ 644:f3882e94c7e0

Changed the way of calculating the total distance in 'Horizontalprofil'-charts (issue171). gnv-artifacts/trunk@730 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 04 Mar 2010 09:18:53 +0000
parents 24a85678bd39
children 0cf162fa4334
comparison
equal deleted inserted replaced
643:24a85678bd39 644:f3882e94c7e0
1 2010-03-04 Ingo Weinzierl <ingo.weinzierl@intevation.de>
2
3 Issue171
4
5 * src/main/java/de/intevation/gnv/chart/HorizontalProfileChart.java: Changed
6 the way to calculate the current distance from startpoint. We do not
7 calculate the distance between the current point and the last point and
8 add this value to a variable storing the total distance anymore, but
9 we take the distance between the current point and the start point. On
10 this way, we do not need a variable to store the total distance, because
11 current point - first point == total distance. And there is no
12 impreciseness in gaps of different layers (see issue171 for this).
13
1 2010-03-04 Ingo Weinzierl <ingo.weinzierl@intevation.de> 14 2010-03-04 Ingo Weinzierl <ingo.weinzierl@intevation.de>
2 15
3 * src/main/java/de/intevation/gnv/chart/VerticalProfileChart.java: Added 16 * src/main/java/de/intevation/gnv/chart/VerticalProfileChart.java: Added
4 some more debug information for gap detection on grids. 17 some more debug information for gap detection on grids.
5 18

http://dive4elements.wald.intevation.org