Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1402:15ef3d3081b7
Parse GetFeatureInfo response on our own and display resulting FeatureInfo objects in the GetFeatureInfoWindow.
flys-client/trunk@3287 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 18 Nov 2011 11:39:10 +0000 |
parents | 047a44270348 |
children | 6a7cfe9d87fe |
comparison
equal
deleted
inserted
replaced
1401:047a44270348 | 1402:15ef3d3081b7 |
---|---|
1 2011-11-18 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/model/FeatureInfo.java: | |
4 New. This object is used to store information retrieved by a | |
5 GetFeatureInfo response. A FeatureInfo object consists of a layername | |
6 and an attribute map. | |
7 | |
8 * src/main/java/de/intevation/flys/client/server/GFIServiceImpl.java, | |
9 src/main/java/de/intevation/flys/client/client/services/GFIServiceAsync.java, | |
10 src/main/java/de/intevation/flys/client/client/services/GFIService.java: | |
11 Modified the return value of this service. It will now return a list of | |
12 FeatureInfo objects. This list is parsed from GetFeatureInfo response on | |
13 our own. Relevant attributes of a feature are extracted. | |
14 | |
15 * src/main/java/de/intevation/flys/client/client/ui/map/GetFeatureInfo.java: | |
16 Adjusted the return value of GFIService. | |
17 | |
18 * src/main/java/de/intevation/flys/client/client/ui/map/GetFeatureInfoWindow.java: | |
19 Takes a list of FeatureInfo. Each FeatureInfo object is displayed in a | |
20 row which contains all the attributes of the object. | |
21 | |
22 * src/main/webapp/FLYS.css: Added a style class for the GetFeatureInfo | |
23 response row displayed in GetFeatureInfoWindow. | |
24 | |
1 2011-11-17 Ingo Weinzierl <ingo@intevation.de> | 25 2011-11-17 Ingo Weinzierl <ingo@intevation.de> |
2 | 26 |
3 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, | 27 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, |
4 src/main/java/de/intevation/flys/client/client/ui/wq/QDTable.java, | 28 src/main/java/de/intevation/flys/client/client/ui/wq/QDTable.java, |
5 src/main/java/de/intevation/flys/client/client/ui/range/LocationsTable.java, | 29 src/main/java/de/intevation/flys/client/client/ui/range/LocationsTable.java, |