Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1413:0d3bbe4240b1
Refactored the LoadArtifactService a bit.
flys-client/trunk@3303 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 22 Nov 2011 20:08:41 +0000 |
parents | 659a488243da |
children | 3484cbfaf369 |
comparison
equal
deleted
inserted
replaced
1412:659a488243da | 1413:0d3bbe4240b1 |
---|---|
1 2011-11-22 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/LoadArtifactServiceImpl.java, | |
4 src/main/java/de/intevation/flys/client/client/services/LoadArtifactServiceAsync.java, | |
5 src/main/java/de/intevation/flys/client/client/services/LoadArtifactService.java: | |
6 Removed the "url" from loadMany()'s parameterlist. We are able to fetch | |
7 the required Artifact-Server URL from ServletContext since I have | |
8 introduced a BaseServlet. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java: | |
11 Removed the "url" from method call of LoadArtifactService.loadMany(). | |
12 | |
1 2011-11-22 Ingo Weinzierl <ingo@intevation.de> | 13 2011-11-22 Ingo Weinzierl <ingo@intevation.de> |
2 | 14 |
3 * src/main/java/de/intevation/flys/client/client/ui/map/ExternalWMSWindow.java: | 15 * src/main/java/de/intevation/flys/client/client/ui/map/ExternalWMSWindow.java: |
4 Defined an internal interface LayerLoader to load selected WMSLayers of | 16 Defined an internal interface LayerLoader to load selected WMSLayers of |
5 the tree. The constructor of ExternalWMSWindow now requires an instance | 17 the tree. The constructor of ExternalWMSWindow now requires an instance |