Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2420:65ff8ff20be4
Fix flys/issue150 ('water increasing').
flys-artifacts/trunk@4056 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 16 Feb 2012 11:54:10 +0000 |
parents | 98a350bb91a9 |
children | 59047dfed8be 75146a1261c4 |
comparison
equal
deleted
inserted
replaced
2419:98a350bb91a9 | 2420:65ff8ff20be4 |
---|---|
1 2012-02-16 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Fix flys/issue150 (exposure of gravitational anomalies) | |
4 | |
5 * src/main/java/de/intevation/flys/artifacts/model/WKmsImpl.java, | |
6 src/main/java/de/intevation/flys/artifacts/model/WKms.java: | |
7 (guessWaterIncreasing): In analogy to W->WQ->WQKms defined and | |
8 implemented. | |
9 | |
10 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: | |
11 (needInvertAxis): Changed Parameter type to WKms (was WQKms). | |
12 (doW): Use in this case weaker wkms cast to find out whether axis | |
13 has to be inverted. | |
14 | |
1 2012-02-15 Ingo Weinzierl <ingo@intevation.de> | 15 2012-02-15 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/artifacts/model/HYKFactory.java: Fixed | 17 * src/main/java/de/intevation/flys/artifacts/model/HYKFactory.java: Fixed |
4 SQL statement to fetch hyk formations for rivers with 'km_up' = 0. | 18 SQL statement to fetch hyk formations for rivers with 'km_up' = 0. |
5 | 19 |