Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1487:ea2aae01e7c4
Improved CapabilitiesParser to test WMS using its main() method.
flys-client/trunk@3565 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 02 Jan 2012 14:42:59 +0000 |
parents | efdb4fe5a69e |
children | 23ffee639f7c |
comparison
equal
deleted
inserted
replaced
1486:efdb4fe5a69e | 1487:ea2aae01e7c4 |
---|---|
1 2012-01-02 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/CapabilitiesParser.java: | |
4 The URL to a Capabilities document is determined by a string property | |
5 "test.wms" in main(). | |
6 | |
7 * src/main/java/de/intevation/flys/client/shared/model/WMSLayer.java, | |
8 src/main/java/de/intevation/flys/client/shared/model/Capabilities.java: | |
9 Override toString(). | |
10 | |
1 2012-01-02 Ingo Weinzierl <ingo@intevation.de> | 11 2012-01-02 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java: | 13 * src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java: |
4 Improved the TableDataPanel, so that it is able to support CSV exports | 14 Improved the TableDataPanel, so that it is able to support CSV exports |
5 with more that 5 columns. In addition, a small performance optimization | 15 with more that 5 columns. In addition, a small performance optimization |