Re: [Geotools-gt2-users] Output to image file format

2014-11-12 Thread Andy Turner
ork.com] Sent: 11 November 2014 13:43 To: geotools-gt2-users@lists.sourceforge.net Subject: Re: [Geotools-gt2-users] Output to image file format Hi Andy, Don't know if it helps or not, but if you look at the class https://bitbucket.org/mapsum/maprocket-tileserver/src/ee045bb240e24091d7ecfeef1a151e

Re: [Geotools-gt2-users] Output to image file format

2014-11-11 Thread Alex Davies-Moore
Hi Andy, Don't know if it helps or not, but if you look at the class https://bitbucket.org/mapsum/maprocket-tileserver/src/ee045bb240e24091d7ecfeef1a151eca16c3ed4e/src/main/java/com/mapsum/maprocket/gis/wms/WMSHttpHandler.java?at=master I use it to output an image file as part of a WMS request.

[Geotools-gt2-users] Output to image file format

2014-11-11 Thread Andy Turner
Hi geotools-gt2-users, Recently I started using GeoTools again for a project where I want to automate the production of a set of maps. I've managed to get some maps displayed on screen using a JMapFrame. Does anyone know a good way to write the display out to an image file? Thanks for your hel