Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 824:3fe265b47675
Added a NoInputPanel to suppress the creation of an input panel.
flys-client/trunk@2520 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 22 Aug 2011 10:46:49 +0000 |
parents | 407de0f4b66a |
children | 1b9b7e9ab219 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Fri Aug 19 15:57:23 2011 +0000 +++ b/flys-client/ChangeLog Mon Aug 22 10:46:49 2011 +0000 @@ -1,3 +1,15 @@ +2011-08-22 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/NoInputPanel.java: + This panel is used to suppress the creation of an input panel. + Currently, this panel is used in the floodmap state. This state is able + to save geometries, but we currently don't want to insert GeoJSON + strings manually. + + * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: + Instantiate the NoInputPanel if the ui provider string "noinput" is + specified. + 2011-08-19 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: