Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 739:08a3c3651e36
Fix for flys/issue173
flys-artifacts/trunk@2236 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 26 Jun 2011 16:19:02 +0000 |
parents | 5abdb2fa8eb1 |
children | a1efe7d11423 |
comparison
equal
deleted
inserted
replaced
738:5abdb2fa8eb1 | 739:08a3c3651e36 |
---|---|
1 2011-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/Calculation4.java: | |
4 Fixed the way the gauge was found for a given interval. | |
5 The old way does not work because it was just tested if | |
6 the station point was inside the segments which is not | |
7 necessarily true. The obvious solution to simply check | |
8 the overlapping intervals does not work either because | |
9 the gauge ranges touches each other and so more than | |
10 one gauge are returned in these cases. The River.maxOverlap() | |
11 is now used to find the gauge with the max overlapping | |
12 range. | |
13 | |
1 2011-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 14 2011-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 15 |
3 Fix for flys/issue147 | 16 Fix for flys/issue147 |
4 | 17 |
5 * src/main/java/de/intevation/flys/artifacts/model/Calculation1.java: | 18 * src/main/java/de/intevation/flys/artifacts/model/Calculation1.java: |