Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 280:b493d606fdef
Enabled the client to request charts in different sizes.
flys-client/trunk@1909 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 12 May 2011 09:14:46 +0000 |
parents | e763d8efd42f |
children | c271012a97a3 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu May 12 07:08:27 2011 +0000 +++ b/flys-client/ChangeLog Thu May 12 09:14:46 2011 +0000 @@ -1,3 +1,12 @@ +2011-05-12 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: + Defined the chart size (600x500). + + * src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java: + Query the chart in the requested size defined in the GET-parameters of + the request. + 2011-05-12 Ingo Weinzierl <ingo@intevation.de> ISSUE-34