Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1052:b30361464775
The pdf format depends on the chart's aspect ratio (issue290).
gnv-artifacts/trunk@1126 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 26 May 2010 06:45:03 +0000 |
parents | 8f836fb6f592 |
children | 6169ddc827ac |
comparison
equal
deleted
inserted
replaced
1051:8f836fb6f592 | 1052:b30361464775 |
---|---|
1 2010-05-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue290 - PDF format belongs to the chart's aspect ratio. | |
4 | |
5 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | |
6 Removed reading the system property "export.pdf.landscape" to adjust the | |
7 page format of a pdf. | |
8 | |
9 * src/main/java/de/intevation/gnv/exports/ChartExportHelper.java: The page | |
10 format of a pdf now depends on the chart's aspect ratio. If width > height | |
11 the format will be landscape, otherwise the format will be portrait. | |
12 | |
1 2010-05-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 13 2010-05-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 14 |
3 Issue286 | 15 Issue286 |
4 | 16 |
5 * src/main/java/de/intevation/gnv/utils/InputValidator.java: Introduced an | 17 * src/main/java/de/intevation/gnv/utils/InputValidator.java: Introduced an |