Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
823:407de0f4b66a | 824:3fe265b47675 |
---|---|
1 2011-08-22 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/NoInputPanel.java: | |
4 This panel is used to suppress the creation of an input panel. | |
5 Currently, this panel is used in the floodmap state. This state is able | |
6 to save geometries, but we currently don't want to insert GeoJSON | |
7 strings manually. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: | |
10 Instantiate the NoInputPanel if the ui provider string "noinput" is | |
11 specified. | |
12 | |
1 2011-08-19 Ingo Weinzierl <ingo@intevation.de> | 13 2011-08-19 Ingo Weinzierl <ingo@intevation.de> |
2 | 14 |
3 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: | 15 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: |
4 Determine the max extent of all layers contained in the collection. | 16 Determine the max extent of all layers contained in the collection. |
5 | 17 |