Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1064:13784581ab0c
Moved the input of user defined barriers for the floodmap to an earlier state.
flys-artifacts/trunk@2542 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 24 Aug 2011 08:22:09 +0000 |
parents | e7c1ebfc2701 |
children | 193c49b7f6a3 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed Aug 24 07:51:12 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Aug 24 08:22:09 2011 +0000 @@ -1,3 +1,16 @@ +2011-08-24 Ingo Weinzierl <ingo@intevation.de> + + * doc/conf/artifacts/winfo.xml: Moved the input of barriers one state + earlier where the scenario is selected as well. + + * src/main/java/de/intevation/flys/artifacts/states/ScenarioSelect.java: + This state now desires the "map_digitize" UI provider and returns both + items "scenario" and "uesk.barriers" in the dynamic describe part. + + * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: + Removed the UI provider and the computeFeed() which is no longer needed, + because there is no more user input in this state. + 2011-08-24 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/states/WMSBackgroundState.java,