Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1365:4c65c5b60a86
First step of refactoring the map creation - implemented a MapOutputService.
flys-client/trunk@3066 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 25 Oct 2011 10:29:37 +0000 |
parents | 9981ba2ee13a |
children | d0eb2202ffbe |
comparison
equal
deleted
inserted
replaced
1364:9981ba2ee13a | 1365:4c65c5b60a86 |
---|---|
1 2011-10-25 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/services/MapOutputServiceAsync.java, | |
4 src/main/java/de/intevation/flys/client/client/services/MapOutputService.java, | |
5 src/main/java/de/intevation/flys/client/server/MapOutputServiceImpl.java: | |
6 New (but not finished yet). This service calls the out() REST resource | |
7 of an ArtifactCollection and should (work in progress) return a map | |
8 configuration which will be used to initialize an OpenLayers map. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: | |
11 Call the MapOutputService while instantiating a new MapOutputTab but | |
12 there is no code that handles the response yet (because the service | |
13 currently doesn't return a value). | |
14 | |
15 * src/main/webapp/WEB-INF/web.xml: Registered the new MapOutputService. | |
16 | |
1 2011-10-24 Ingo Weinzierl <ingo@intevation.de> | 17 2011-10-24 Ingo Weinzierl <ingo@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/flys/client/client/ui/Toolbar.java: New. An | 19 * src/main/java/de/intevation/flys/client/client/ui/Toolbar.java: New. An |
4 abstract toolbar that acts as parent for ChartToolbar and MapToolbar. | 20 abstract toolbar that acts as parent for ChartToolbar and MapToolbar. |
5 | 21 |