Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 927:53a2be494765
Enhanced the transition model to continue the parameterization in the waterlevel state to compute flood maps.
flys-artifacts/trunk@2281 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 05 Jul 2011 15:34:54 +0000 |
parents | 659608128823 |
children | e7664917dbdf |
comparison
equal
deleted
inserted
replaced
926:659608128823 | 927:53a2be494765 |
---|---|
1 2011-07-05 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/artifacts/winfo.xml: Added the option to continue the | |
4 waterlevel parameterization with the intent to create flood maps. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelState.java: | |
7 This state is no longer a final state. The user has the option to | |
8 continue with the parameterization for flood maps based on the current | |
9 waterlevel. Therefore, this states desires the "continue" UI provider. | |
10 Clients should recognice this to just step to the next state or display | |
11 a button that lets the user step to the next state manually. | |
12 | |
13 * src/main/java/de/intevation/flys/artifacts/states/FloodplainChoice.java, | |
14 src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java, | |
15 src/main/java/de/intevation/flys/artifacts/states/ScenarioSelect.java, | |
16 src/main/java/de/intevation/flys/artifacts/states/DGMSelect.java, | |
17 src/main/java/de/intevation/flys/artifacts/states/ProfileDistanceSelect.java, | |
18 src/main/java/de/intevation/flys/artifacts/states/WaterlevelGroundDifferences.java: | |
19 New. These states are used to parameterize a further calculation type: | |
20 flood map. | |
21 | |
22 * src/main/resources/messages.properties, | |
23 src/main/resources/messages_de_DE.properties, | |
24 src/main/resources/messages_en.properties, | |
25 src/main/resources/messages_de.properties: Required strings for the | |
26 flood maps states. | |
27 | |
1 2011-07-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 28 2011-07-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 29 |
3 Fix(?) for flys/issue114 | 30 Fix(?) for flys/issue114 |
4 | 31 |
5 * src/main/java/de/intevation/flys/artifacts/model/WQ.java: | 32 * src/main/java/de/intevation/flys/artifacts/model/WQ.java: |