Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1401:047a44270348
Removed needless imports.
flys-client/trunk@3286 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 17 Nov 2011 16:24:09 +0000 |
parents | 748e7c828d03 |
children | 15ef3d3081b7 |
comparison
equal
deleted
inserted
replaced
1400:96708d81eaf6 | 1401:047a44270348 |
---|---|
1 2011-11-17 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java, | |
4 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, | |
6 src/main/java/de/intevation/flys/client/client/ui/range/RangeTable.java, | |
7 src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java, | |
8 src/main/java/de/intevation/flys/client/client/ui/MapSelection.java, | |
9 src/main/java/de/intevation/flys/client/client/ui/FLYSHeader.java, | |
10 src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java, | |
11 src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java, | |
12 src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: | |
13 Removed needless imports. | |
14 | |
15 2011-11-17 Ingo Weinzierl <ingo@intevation.de> | |
16 | |
17 * src/main/java/de/intevation/flys/client/server/GFIServiceImpl.java, | |
18 src/main/java/de/intevation/flys/client/client/services/GFIServiceAsync.java, | |
19 src/main/java/de/intevation/flys/client/client/services/GFIService.java: | |
20 New. A service that calls the WMS GetFeatureInfo operation. The result of | |
21 this service is currently the response text, which is slightly modified to | |
22 fulfill the requirements of the OpenLayers GML parser. | |
23 | |
24 * src/main/java/de/intevation/flys/client/client/ui/map/GetFeatureInfo.java: | |
25 New. This control starts a WMS GetFeatureInfo by using the GFIService and | |
26 displays the resulting features in a GetFeatureInfoWindow. | |
27 | |
28 * src/main/java/de/intevation/flys/client/client/ui/map/GetFeatureInfoWindow.java: | |
29 New. This window is used to display all attributes of a set of OpenLayers | |
30 VectorFeatures. | |
31 | |
32 * src/main/java/de/intevation/flys/client/client/ui/OutputTab.java: Added a | |
33 public method to retrieve the current Collection. | |
34 | |
35 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: | |
36 Added the GetFeatureInfo control. | |
37 | |
38 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: | |
39 Modified the call of OpenLayers WMS(). The names of the layers are the | |
40 'layers' attribute provided in the facet. | |
41 | |
42 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
43 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, | |
44 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
45 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added | |
46 tooltips for GetFeatureInfo control, error message for the GFIService and | |
47 links to an icon used for the GetFeatureInfo control. | |
48 | |
49 * src/main/webapp/images/getFeatureInfo_Selected.png, | |
50 src/main/webapp/images/getFeatureInfo.png: New. Icons for the | |
51 GetFeatureInfo control. | |
52 | |
53 * src/main/webapp/WEB-INF/web.xml: Registered the GFIService. | |
54 | |
1 2011-11-17 Raimund Renkert <raimund.renkert@intevation.de> | 55 2011-11-17 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 56 |
3 Issue312: Moved images to completly support IE7. | 57 Issue312: Moved images to completly support IE7. |
4 | 58 |
5 * src/main/java/de/intevation/flys/client/client/FLYSConstants.java, | 59 * src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |