Mercurial > dive4elements > gnv-client
diff 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 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue May 25 17:46:28 2010 +0000 +++ b/gnv-artifacts/ChangeLog Wed May 26 06:45:03 2010 +0000 @@ -1,3 +1,15 @@ +2010-05-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue290 - PDF format belongs to the chart's aspect ratio. + + * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: + Removed reading the system property "export.pdf.landscape" to adjust the + page format of a pdf. + + * src/main/java/de/intevation/gnv/exports/ChartExportHelper.java: The page + format of a pdf now depends on the chart's aspect ratio. If width > height + the format will be landscape, otherwise the format will be portrait. + 2010-05-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue286