Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1180:1aba1a75beb2
Write the name of the selected waterlevels (used for the floodmap) into the static DESCRIBE.
flys-artifacts/trunk@2770 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 16 Sep 2011 08:47:09 +0000 |
parents | ebb48bef3529 |
children | dd59431d648f |
comparison
equal
deleted
inserted
replaced
1179:ebb48bef3529 | 1180:1aba1a75beb2 |
---|---|
1 2011-09-16 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/states/DefaultState.java: | |
4 Defined createItem() here and adapted some method signatures, because I | |
5 need the CallContext deeper in code than expected. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelSelectState.java: | |
8 Write the name of the selected waterlevel into the static DESCRIBE. | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/states/ScenarioSelect.java: | |
11 Adapted method signatures that have been changed in DefaultState. | |
12 | |
13 * src/main/java/de/intevation/flys/artifacts/states/CalculationSelect.java: | |
14 Removed method createItem() which is now defined in the upper class | |
15 DefaultState. | |
16 | |
17 * src/main/resources/messages.properties, | |
18 src/main/resources/messages_de_DE.properties, | |
19 src/main/resources/messages_en.properties, | |
20 src/main/resources/messages_de.properties: Added string for selected | |
21 waterlevel that is displayed in static UI. | |
22 | |
1 2011-09-16 Ingo Weinzierl <ingo@intevation.de> | 23 2011-09-16 Ingo Weinzierl <ingo@intevation.de> |
2 | 24 |
3 * src/main/resources/messages.properties, | 25 * src/main/resources/messages.properties, |
4 src/main/resources/messages_de_DE.properties, | 26 src/main/resources/messages_de_DE.properties, |
5 src/main/resources/messages_en.properties, | 27 src/main/resources/messages_en.properties, |