are you using an official release of gd or the patched version. there's a bug in gd that causes these symptoms exactly

> the patch is to add this near line 3035 of gd.c at the beginning of
> static void gdImageSetAAPixelColor(gdImagePtr im, int x, int y, int
> color, int t)
>
> if(x<0||y<0||x>=im->sx||y>=im->sy)
> {
>        return;
> }

cheers


On 7/19/06, antti siukola <[EMAIL PROTECTED] > wrote:
HI!

I just found out that using antialiasing produces more or less all of
the blank page returns that I have. Is the antialias style parameter
limited only to TrueType fonts and Cartoline symbols? I have used it
on vector layers but after setting it to false on these layers all
blank pages seem to disappear.

Antti S

On 7/18/06, Matthew Perry <[EMAIL PROTECTED]> wrote:
> On 7/18/06, antti siukola <[EMAIL PROTECTED] > wrote:
> > Hi!
> >
> > How do I set my projection? I mean I know that the projection of my maps is
> > VVJ , 24, 1016, 7, 24, 0, 1,-1.6, -6599998.7 but how do I set it so
> > that mapserver understands it? Or how do even I understand it? ;)
> >
>
> Check out http://mapserver.gis.umn.edu/docs/reference/mapfile/projection/
>
> --
> Matt Perry
> [EMAIL PROTECTED]
> http://www.perrygeo.net
>

Reply via email to