Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 833:dcecdd9693a8
Added a UIProvider that displays a combobox on the left and a map widget in the helper container.
flys-client/trunk@2544 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 24 Aug 2011 08:36:51 +0000 |
parents | 303a923d232b |
children | 77469d7f3c93 |
comparison
equal
deleted
inserted
replaced
832:303a923d232b | 833:dcecdd9693a8 |
---|---|
1 2011-08-24 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/DigitizePanel.java: | |
4 New. A subclass of the SelectProvider which displays combo boxes on the | |
5 left and a map panel in the helper container. | |
6 | |
7 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: | |
8 Added a property that allows initializing the toolbar with no digitize | |
9 controls. | |
10 | |
11 * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: | |
12 Added a method that returns the vector features as GeoJSON string. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: | |
15 Creates a DigitizePanel if the uiprovider string "map_digitize" is set. | |
16 | |
1 2011-08-24 Ingo Weinzierl <ingo@intevation.de> | 17 2011-08-24 Ingo Weinzierl <ingo@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/flys/client/client/ui/map/MapPanel.java: | 19 * src/main/java/de/intevation/flys/client/client/ui/map/MapPanel.java: |
4 New. A widget that displays a map with a toolbar. It wraps all the stuff | 20 New. A widget that displays a map with a toolbar. It wraps all the stuff |
5 to combine SmartGWT with GWT-OpenLayers. | 21 to combine SmartGWT with GWT-OpenLayers. |