<HTML>
<HEAD>
<TITLE>Re: [mapserver-users] Using mapserver to print a large &quot;plotter&quot; sized image</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Robert,<BR>
<BR>
To increase the maximum size that MapServer will generate, add the MAXSIZE keyword to you mapfile (in the MAP section)<BR>
<BR>
eg<BR>
<BR>
MAXSIZE 8000<BR>
<BR>
<BR>
See more here ( <a href="http://mapserver.org/mapfile/map.html">http://mapserver.org/mapfile/map.html</a> )<BR>
<BR>
Mike<BR>
<BR>
<BR>
<BR>
On 6/1/09 &nbsp;12:47 PM, &quot;Robert Hicks&quot; &lt;<a href="robhyx@gmail.com">robhyx@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hello all, I am trying to figure out a way I can use Mapserver to print out a large image, one that will look good coming off a plotter (probably around 300 dpi).<BR>
<BR>
There is an open ticket (<a href="http://mapserver.org/development/rfc/ms-rfc-55.html">http://mapserver.org/development/rfc/ms-rfc-55.html</a>) for something somewhat related but it offers some good advice on what I am trying to do, however the maximum size that Mapserver allows you to request is 2048 x 2048, and my current viewport is 757 which scales like: 757 (old size) * 300 (new resolution that is good for 300 dpi according to ticket) / 72 (old resolution) = 3154.1666666666666666666666666667 which is way to big to request from Mapserver.<BR>
<BR>
Does anyone have experience with this? <BR>
<BR>
Thanks!<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_______________________________________________<BR>
mapserver-users mailing list<BR>
<a href="mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><BR>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE>
</BODY>
</HTML>