Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1178:1b432c260e97
Enabled the FloodMapState to fetch waterlevel data from external Artifact.
flys-artifacts/trunk@2764 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 15 Sep 2011 15:36:05 +0000 |
parents | 70b8ac64404b |
children | ebb48bef3529 |
comparison
equal
deleted
inserted
replaced
1177:70b8ac64404b | 1178:1b432c260e97 |
---|---|
1 2011-09-15 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelSelectState.java: | |
4 Validate incoming data string and strip brackets. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: | |
7 Fetch waterlevel data from external Artifact if existing. If no external | |
8 Artifact is specified that provides waterlevel data, we gonna try to | |
9 fetch it from the current Artifact. | |
10 | |
1 2011-09-15 Ingo Weinzierl <ingo@intevation.de> | 11 2011-09-15 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelPairSelectState.java: | 13 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelPairSelectState.java: |
4 Removed needless import which caused compile errors. | 14 Removed needless import which caused compile errors. |
5 | 15 |