mapfish / mapfish-print

A component of MapFish for printing templated cartographic maps. This module is the Java serverside module.
http://mapfish.github.io/mapfish-print-doc/
BSD 2-Clause "Simplified" License
185 stars 416 forks source link

Support printing WMTS in different projection than the map #450

Open Jenselme opened 8 years ago

Jenselme commented 8 years ago

It would be nice if for a spec using one projection (eg EPSG:2056) MFP could print WMTS tiles from a server using another projection (eg EPSG:21781).

Currently, MFP discards the request because the tiles are out of bounds. What could be nice is to use the projection of the map and of the matrix set to make the correct projections and allow the user to print these tiles nonetheless.

tsauerwein commented 8 years ago

Are you talking about using raster reprojection for the tiles?

Jenselme commented 8 years ago

I guess yes. Something equivalent to what OpenLayers is doing.

tsauerwein commented 8 years ago

Yes, OpenLayers 3 is doing a raster reprojection.