Mapserver returns blank pages

antti siukola siukola.antti at GMAIL.COM
Thu Jul 20 02:32:40 EDT 2006


Hi!

I added that patch and tried another one too but I still get blank
pages, even if I set antialiasing to false. So it looks like there's
something else broken. Antialiasing sure has something to do with it
since the number of blank pages are multiplied if antialiasing is on.

Cheers

Antti S

On 7/19/06, thomas bonfort <thomas.bonfort at gmail.com> wrote:
> 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 <siukola.antti at gmail.com > 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 <perrygeo at gmail.com> wrote:
> > > On 7/18/06, antti siukola <siukola.antti at gmail.com > 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
> > > perrygeo at gmail.com
> > > http://www.perrygeo.net
> > >
> >
>
>



More information about the mapserver-users mailing list