Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1408:5b5a20e4c4e5
Added a service that loads the Capabilities of a specified WMS - display those information in the ExternalWMSWindow.
flys-client/trunk@3295 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 21 Nov 2011 12:00:48 +0000 |
parents | ee2875510c12 |
children | ec6e4dad1279 |
comparison
equal
deleted
inserted
replaced
1407:ee2875510c12 | 1408:5b5a20e4c4e5 |
---|---|
1 2011-11-21 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/model/Capabilities.java: | |
4 New. This class is used to store information of a document returned by a | |
5 WMS GetCapabilities request. | |
6 | |
7 * src/main/java/de/intevation/flys/client/server/GCServiceImpl.java, | |
8 src/main/java/de/intevation/flys/client/client/services/GCServiceAsync.java, | |
9 src/main/java/de/intevation/flys/client/client/services/GCService.java: | |
10 A new service that fetches a GetCapabilities document of a given server. | |
11 It returns a Capabilities object that stores the information of the | |
12 response. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/ui/map/CapabilitiesPanel.java: | |
15 New. This VLayout is used to display FLYS relevant information of a | |
16 Capabilities object. TODO: I18N. | |
17 | |
18 * src/main/java/de/intevation/flys/client/client/ui/map/ExternalWMSWindow.java: | |
19 Make use of GCService to query the Capabilities of the user specified | |
20 WMS. | |
21 | |
22 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
23 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
24 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, | |
25 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added | |
26 error strings used in the GCServiceImpl. | |
27 | |
28 * src/main/webapp/WEB-INF/web.xml: Registered the GCService. | |
29 | |
1 2011-11-21 Ingo Weinzierl <ingo@intevation.de> | 30 2011-11-21 Ingo Weinzierl <ingo@intevation.de> |
2 | 31 |
3 * src/main/webapp/images/addWMS.png: Replaced by the same icon but with | 32 * src/main/webapp/images/addWMS.png: Replaced by the same icon but with |
4 transparent background. | 33 transparent background. |
5 | 34 |