Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 542:7c57149e8715
Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
flys-client/trunk@2045 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 03 Jun 2011 06:34:32 +0000 |
parents | ed29599e06e5 |
children | 9c2cf4811a7d |
comparison
equal
deleted
inserted
replaced
541:ed29599e06e5 | 542:7c57149e8715 |
---|---|
1 2011-06-03 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java: | |
4 Append the selected min and max ranges for x and y axes to the attribute | |
5 document. This enables the server to zoom the chart to the specified | |
6 view. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
9 The x and y ranges specified after zooming are stored as instance | |
10 variables and used while creating the chart imgage url. The | |
11 ChartOutputService will put those ranges into the attribute document for | |
12 the chart creation. | |
13 | |
1 2011-06-01 Ingo Weinzierl <ingo@intevation.de> | 14 2011-06-01 Ingo Weinzierl <ingo@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | 16 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
4 Implements the ZoomHandler interface now. Currently, the values are just | 17 Implements the ZoomHandler interface now. Currently, the values are just |
5 received from ZoomboxControl. We still need to refresh the chart with | 18 received from ZoomboxControl. We still need to refresh the chart with |