Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 2502:328aa273ef3b
Call MapPrinter directly and not via the MapFish Print servlet.
flys-client/trunk@4347 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 04 May 2012 15:19:30 +0000 |
parents | 87634a9a8478 |
children | e3bd1f412421 |
comparison
equal
deleted
inserted
replaced
2501:87634a9a8478 | 2502:328aa273ef3b |
---|---|
1 2012-05-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/MapPrintServiceImpl.java: | |
4 New. Call the MapPrint of MapFish Print directly. This removes the | |
5 need of stupid passing around a complex JSON document to another servlet. | |
6 The generation of the PDF is done nearly the same way the ShellMapPrinter | |
7 works without the shell overhead. | |
8 | |
9 * src/main/webapp/WEB-INF/web.xml: Register new servlet and remove old | |
10 MapFish Print one. | |
11 | |
12 * src/main/webapp/WEB-INF/config.yaml: Fix some image refs. | |
13 | |
1 2012-05-03 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 14 2012-05-03 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/flys/client/client/FLYSConstants.java, | 16 * src/main/java/de/intevation/flys/client/client/FLYSConstants.java, |
4 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | 17 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, |
5 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | 18 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |
26 | 39 |
27 * src/main/java/de/intevation/flys/client/client/ui/ImgLink.java: Added an | 40 * src/main/java/de/intevation/flys/client/client/ui/ImgLink.java: Added an |
28 attribute 'newTab' that could be used to open the link in a new tab | 41 attribute 'newTab' that could be used to open the link in a new tab |
29 (HTML target='_blank'). | 42 (HTML target='_blank'). |
30 | 43 |
31 >>>>>>> .r4339 | |
32 2012-05-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 44 2012-05-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
33 | 45 |
34 * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: | 46 * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: |
35 Define order for linelabel theme properties. | 47 Define order for linelabel theme properties. |
36 | 48 |