are you using an official release of gd or the patched version. there's a bug in gd that causes these symptoms exactly<br><div style="direction: ltr;"><br>&gt; the patch is to add this near line 3035 of gd.c at the beginning of
<br></div><div style="direction: ltr;"><span class="q">&gt; static void gdImageSetAAPixelColor(gdImagePtr im, int x, int y, int<br>&gt; color, int t)<br>&gt;<br>&gt; if(x&lt;0||y&lt;0||x&gt;=im-&gt;sx||y&gt;=im-&gt;sy)<br>
&gt; {<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp;return;<br>&gt; }<br><br>cheers<br></span></div><br><br><div><span class="gmail_quote">On 7/19/06, <b class="gmail_sendername">antti siukola</b> &lt;<a href="mailto:siukola.antti@gmail.com">siukola.antti@gmail.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">HI!<br><br>I just found out that using antialiasing produces more or less all of
<br>the blank page returns that I have. Is the antialias style parameter<br>limited only to TrueType fonts and Cartoline symbols? I have used it<br>on vector layers but after setting it to false on these layers all<br>blank pages seem to disappear.
<br><br>Antti S<br><br>On 7/18/06, Matthew Perry &lt;<a href="mailto:perrygeo@gmail.com">perrygeo@gmail.com</a>&gt; wrote:<br>&gt; On 7/18/06, antti siukola &lt;<a href="mailto:siukola.antti@gmail.com">siukola.antti@gmail.com
</a>&gt; wrote:<br>&gt; &gt; Hi!<br>&gt; &gt;<br>&gt; &gt; How do I set my projection? I mean I know that the projection of my maps is<br>&gt; &gt; VVJ , 24, 1016, 7, 24, 0, 1,-1.6, -6599998.7 but how do I set it so<br>&gt; &gt; that mapserver understands it? Or how do even I understand it? ;)
<br>&gt; &gt;<br>&gt;<br>&gt; Check out <a href="http://mapserver.gis.umn.edu/docs/reference/mapfile/projection/">http://mapserver.gis.umn.edu/docs/reference/mapfile/projection/</a><br>&gt;<br>&gt; --<br>&gt; Matt Perry<br>
&gt; <a href="mailto:perrygeo@gmail.com">perrygeo@gmail.com</a><br>&gt; <a href="http://www.perrygeo.net">http://www.perrygeo.net</a><br>&gt;<br></blockquote></div><br>