Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 423:bab867fb37e8
Charts are generated using the size defined in the incoming request document.
flys-artifacts/trunk@1908 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 12 May 2011 09:11:16 +0000 |
parents | 3b83341e0cf4 |
children | 82bd39f27569 |
comparison
equal
deleted
inserted
replaced
422:3b83341e0cf4 | 423:bab867fb37e8 |
---|---|
1 2011-05-11 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: Added new | |
4 methods that return the requested chart size as integer array [width, | |
5 height]. The requested size is read from the incomding request document. | |
6 | |
7 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: The size | |
8 of a chart is no longer static. The requested size is fetched using | |
9 ChartGenerator.getSize(). | |
10 | |
1 2011-05-11 Ingo Weinzierl <ingo@intevation.de> | 11 2011-05-11 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 ISSUE-52 | 13 ISSUE-52 |
4 | 14 |
5 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: | 15 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: |