Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 549:e74bf6bfeeb6
Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService.
flys-client/trunk@2060 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 07 Jun 2011 10:03:19 +0000 |
parents | aff225e07720 |
children | 13c7f90917fc |
comparison
equal
deleted
inserted
replaced
548:aff225e07720 | 549:e74bf6bfeeb6 |
---|---|
1 2011-06-07 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/ChartServiceHelper.java: | |
4 New. This class helps generating the attribute document that is used for | |
5 generating charts. | |
6 | |
7 * src/main/java/de/intevation/flys/client/client/services/ChartInfoServiceAsync.java, | |
8 src/main/java/de/intevation/flys/client/client/services/ChartInfoService.java, | |
9 src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java, | |
10 * src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java: | |
11 Removed the code to create the chart attribute document. This work is | |
12 done in the ChartServiceHelper. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
15 Added a method that returns all attribute that should be used for the | |
16 chart creation. Currently, there are width, height, x and y ranges. | |
17 | |
1 2011-06-06 Ingo Weinzierl <ingo@intevation.de> | 18 2011-06-06 Ingo Weinzierl <ingo@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | 20 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
4 Repaired broken zoom-out control. We will now zoom out for 10% of the | 21 Repaired broken zoom-out control. We will now zoom out for 10% of the |
5 axis range. E.g. range before = 2 - 10 , range after = 1.2 - 10.8 | 22 axis range. E.g. range before = 2 - 10 , range after = 1.2 - 10.8 |