Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 2503:e3bd1f412421
Added GET parameters to map printer
flys-client/trunk@4348 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 04 May 2012 17:03:04 +0000 |
parents | 328aa273ef3b |
children | 425bc486a40f |
comparison
equal
deleted
inserted
replaced
2502:328aa273ef3b | 2503:e3bd1f412421 |
---|---|
1 2012-05-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/MapHelper.java: | |
4 Added logger.isDebugEnable() as a condition for serializing | |
5 XML to the log. | |
6 | |
7 * src/main/java/de/intevation/flys/client/server/MapPrintServiceImpl.java: | |
8 Evaluate 'uuid', 'minx', 'maxx', 'miny', 'maxy' and 'maptype' | |
9 from GET parameters. | |
10 | |
1 2012-05-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 11 2012-05-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/client/server/MapPrintServiceImpl.java: | 13 * src/main/java/de/intevation/flys/client/server/MapPrintServiceImpl.java: |
4 New. Call the MapPrint of MapFish Print directly. This removes the | 14 New. Call the MapPrint of MapFish Print directly. This removes the |
5 need of stupid passing around a complex JSON document to another servlet. | 15 need of stupid passing around a complex JSON document to another servlet. |