Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 628:51b69bca4560
ISSUE-85 (part III/III) Use the given kilometer values for the waterlevel computation.
flys-artifacts/trunk@1993 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 24 May 2011 12:37:45 +0000 |
parents | 833290f16f09 |
children | 65e4e42b4b03 |
comparison
equal
deleted
inserted
replaced
627:833290f16f09 | 628:51b69bca4560 |
---|---|
1 2011-05-23 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 ISSUE-85 (part III/III) | |
4 | |
5 * src/main/java/de/intevation/flys/artifacts/states/LocationDistanceSelect.java: | |
6 Added a static function that returns the kilometer values (double[]) | |
7 from locations input (whitespace separated double values). | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Adapted | |
10 the getKms() method. It will now return a computed array of kilometers | |
11 if we had inserted a range, or it will return the inserted kilometers if | |
12 we had inserted locations. | |
13 | |
1 2011-05-24 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 14 2011-05-24 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/flys/artifacts/model/WstValueTableFactory.java: | 16 * src/main/java/de/intevation/flys/artifacts/model/WstValueTableFactory.java: |
4 Moved cache key to separate class. | 17 Moved cache key to separate class. |
5 | 18 |