Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 2508:4aa70825bde1
map print: generate valid url to access service.
flys-client/trunk@4363 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 09 May 2012 11:18:24 +0000 |
parents | 7ef59d7e113d |
children | 3952429cc41b |
comparison
equal
deleted
inserted
replaced
2507:7ef59d7e113d | 2508:4aa70825bde1 |
---|---|
1 2012-05-09 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/MapPrintServiceImpl.java: | |
4 Accept the case that no bbox is given. Fall back to max extent in this case. | |
5 | |
6 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: | |
7 Generate a valid URL for the print service. | |
8 A nasty internal bug in gwtopenmaps bounds (type cast problem) prevents | |
9 fetching bbox when map in new. Cope with this case. | |
10 TODO: Add listeners to follow the current extent. | |
11 | |
12 * src/main/webapp/WEB-INF/config.yaml: Allowed another host to fetch | |
13 remote images from. | |
14 | |
1 2012-05-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 15 2012-05-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: | 17 * src/main/java/de/intevation/flys/client/client/ui/map/MapToolbar.java: |
4 Added link to print map. TODO: Figure out how create link. | 18 Added link to print map. TODO: Figure out how create link. |
5 | 19 |