On 08/04/2018 01:27 PM, [email protected] wrote: > Hi all, > > I need to print a large map with a high resolution. > > I wonder is it possible to print such a map in more than one page? and how? > > I've tested the Mapfish Printing Demo that comes with Geoserver admin > page, but it only print in one page, even if I enlarge the map extent > and resolution.
Not very familiar with complex mapfish layouts but 2 solutions come to my mind: - client side create a large page (larger than a4 or letter) and use some tool on the client to print on multiple a4 or letter pages a large pdf. - server side create a config.yaml with as many pages as needed to put a section of the map on each page. Example: you create a config.yaml file with four pages and put on each NW, NE, SE, SW of the map. My 2 cents maxx ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
