Hello again!
As an addition I also have a problem with turning off the
antialiasing. I have a polygon layer that has a label set and if I set
antialiasing to false it still gets antialiased. Other layers with
text work without antialising but this polygon label uses antialiasing
by default.
Cheers!
Antti S
On 7/20/06, antti siukola <[EMAIL PROTECTED]> wrote:
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 <[EMAIL PROTECTED]> 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 <[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
> > >
> >
>
>