Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu May 03 08:57:35 2012 +0000 +++ b/flys-client/ChangeLog Fri May 04 15:19:30 2012 +0000 @@ -1,3 +1,16 @@ +2012-05-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/flys/client/server/MapPrintServiceImpl.java: + New. Call the MapPrint of MapFish Print directly. This removes the + need of stupid passing around a complex JSON document to another servlet. + The generation of the PDF is done nearly the same way the ShellMapPrinter + works without the shell overhead. + + * src/main/webapp/WEB-INF/web.xml: Register new servlet and remove old + MapFish Print one. + + * src/main/webapp/WEB-INF/config.yaml: Fix some image refs. + 2012-05-03 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/client/client/FLYSConstants.java, @@ -28,7 +41,6 @@ attribute 'newTab' that could be used to open the link in a new tab (HTML target='_blank'). ->>>>>>> .r4339 2012-05-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: