Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 2431:90c339e26a0a
#459 Take the current zoom into account for chart exports.
flys-client/trunk@4073 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 17 Feb 2012 09:41:38 +0000 |
parents | ea6065c2dabe |
children | 61c8e517671e |
comparison
equal
deleted
inserted
replaced
2430:ea6065c2dabe | 2431:90c339e26a0a |
---|---|
1 2012-02-17 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue459 (Diagramm-Export hat nicht die gleiche Axenskalierung wie | |
4 Diagramm-Ansicht) | |
5 | |
6 * src/main/java/de/intevation/flys/client/client/ui/ImgLink.java: Added a | |
7 method setSource() that allows to reset the url of the export. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: | |
10 Implements ZoomHandler to update the export url of PNG, PDF and SVG | |
11 download links. This is necessary to take the current zoom information | |
12 into account. | |
13 | |
1 2012-02-17 Ingo Weinzierl <ingo@intevation.de> | 14 2012-02-17 Ingo Weinzierl <ingo@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | 16 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
4 Removed the server URL provided by Config. The URL is no longer | 17 Removed the server URL provided by Config. The URL is no longer |
5 required since it is configured in web.xml. | 18 required since it is configured in web.xml. |