Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1417:42d6cf6e10b7
Moved code to parse WMS Capabilities to an own class 'CapabilitiesParser' and added code to parse SRS definitions.
flys-client/trunk@3325 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 28 Nov 2011 15:55:26 +0000 |
parents | 16f19f12a962 |
children | 750a53950e9f |
comparison
equal
deleted
inserted
replaced
1416:16f19f12a962 | 1417:42d6cf6e10b7 |
---|---|
1 2011-11-28 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/CapabilitiesParser.java: | |
4 New. An explicit parser for WMS capabilities documents. Its code has been | |
5 moved from GCServiceImpl. In addition to the implementation of | |
6 GCServiceImpl, this parser also reads the SRS definition of a layer. | |
7 | |
8 * src/main/java/de/intevation/flys/client/server/LoggingConfigurator.java: | |
9 New. This class is used to initialize logging via Apache Log4j. Its code | |
10 has been moved from BaseServlet. | |
11 | |
12 * src/main/java/de/intevation/flys/client/server/GCServiceImpl.java: | |
13 Removed code to fetch and parse WMS Capabilities documents. This work is | |
14 done using CapabilitiesParser. | |
15 | |
16 * src/main/java/de/intevation/flys/client/server/BaseServlet.java: Removed | |
17 code to initialize Log4j logging. This work is done using | |
18 LoggingConfigurator. | |
19 | |
20 * src/main/java/de/intevation/flys/client/shared/model/WMSLayer.java: Added | |
21 a list of SRS definitions (List<String>). | |
22 | |
1 2011-11-23 Ingo Weinzierl <ingo@intevation.de> | 23 2011-11-23 Ingo Weinzierl <ingo@intevation.de> |
2 | 24 |
3 * src/main/java/de/intevation/flys/client/server/GCServiceImpl.java: | 25 * src/main/java/de/intevation/flys/client/server/GCServiceImpl.java: |
4 Improved parsing Capabilities document - the root node of the document | 26 Improved parsing Capabilities document - the root node of the document |
5 can be "/WMS_Capabilities" oder "WMT_MS_Capabilities" now. | 27 can be "/WMS_Capabilities" oder "WMT_MS_Capabilities" now. |