Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 797:cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
flys-client/trunk@2314 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 08 Jul 2011 14:56:02 +0000 |
parents | cd8603aaa730 |
children | 7061c2e66039 |
comparison
equal
deleted
inserted
replaced
796:cd8603aaa730 | 797:cc3f481e9484 |
---|---|
1 2011-07-08 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * pom.xml: Added a dependency to GwtOpenLayers 0.5 (Apache 2.0). | |
4 | |
5 * src/main/java/de/intevation/flys/client/FLYS.gwt.xml: Include the GWT | |
6 OpenLayers code. | |
7 | |
8 * src/main/webapp/FLYS.html: Include OpenLayers 2.9 (currently from remote | |
9 openlayers.org server). For production use, we have to include a local | |
10 OpenLayers. | |
11 | |
12 * src/main/java/de/intevation/flys/client/client/FLYS.java: Small | |
13 modification on the way to render the HTML page. This lets us now | |
14 combine GWT and SmartGWT components. | |
15 | |
16 * src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: | |
17 New. This components manages the map provided by GwtOpenLayers. | |
18 | |
19 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: | |
20 Initializes a FloodMap now and renders the map in the middle area. Note, | |
21 that the layout is nearly completely using GWT components. Mixing | |
22 GwtOpenLayers with SmartGWT doesn't work here. | |
23 | |
1 2011-07-08 Ingo Weinzierl <ingo@intevation.de> | 24 2011-07-08 Ingo Weinzierl <ingo@intevation.de> |
2 | 25 |
3 * src/main/java/de/intevation/flys/client/shared/model/OutputMode.java: An | 26 * src/main/java/de/intevation/flys/client/shared/model/OutputMode.java: An |
4 output mode has type member now. In addition, the interface describes a | 27 output mode has type member now. In addition, the interface describes a |
5 method that creates an OutputTab. Concrete subclasses should return | 28 method that creates an OutputTab. Concrete subclasses should return |