Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1418:750a53950e9f
The WMSLayerTree displays WMS layers that support a given SRS only.
flys-client/trunk@3326 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 28 Nov 2011 16:27:36 +0000 |
parents | 42d6cf6e10b7 |
children | 3f15d9c22d53 |
comparison
equal
deleted
inserted
replaced
1417:42d6cf6e10b7 | 1418:750a53950e9f |
---|---|
1 2011-11-28 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/model/WMSLayer.java: Added | |
4 a method supportsSrs(String srs) that determines, if the WMS layer | |
5 supports a given SRS. The 'srs' parameter needs to start with "EPSG:", | |
6 otherwise this prefix is appended automatically. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: | |
9 Create the ExternalWMSWindow with the SRS definition of FloodMap. | |
10 | |
11 * src/main/java/de/intevation/flys/client/client/ui/map/ExternalWMSWindow.java: | |
12 Added a new constructor that takes a SRS. This srs is used to instantiate | |
13 the WMSLayersTree. | |
14 | |
15 * src/main/java/de/intevation/flys/client/client/ui/map/WMSLayersTree.java: | |
16 Added a new constructor that takes a SRS. If a SRS is specified, this tree | |
17 only displays layers that support the specified SRS. | |
18 | |
1 2011-11-28 Ingo Weinzierl <ingo@intevation.de> | 19 2011-11-28 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/flys/client/server/CapabilitiesParser.java: | 21 * src/main/java/de/intevation/flys/client/server/CapabilitiesParser.java: |
4 New. An explicit parser for WMS capabilities documents. Its code has been | 22 New. An explicit parser for WMS capabilities documents. Its code has been |
5 moved from GCServiceImpl. In addition to the implementation of | 23 moved from GCServiceImpl. In addition to the implementation of |