Re: [pmapper-users] Smooth Roads Problem

2008-05-27 Thread Thomas Raffin
Kusum <mailto:[EMAIL PROTECTED]> > *Cc:* pmapper-users@lists.sourceforge.net > <mailto:pmapper-users@lists.sourceforge.net> > *Subject:* Re: [pmapper-users] Smooth Roads Problem > > Hi, > > Maybe it is due to the "QUANTIZE_COLORS=256" parameter. It means

Re: [pmapper-users] Smooth Roads Problem

2008-05-27 Thread Kusum
sum From: Thomas Raffin Sent: Tuesday, May 27, 2008 2:12 PM To: Kusum Cc: pmapper-users@lists.sourceforge.net Subject: Re: [pmapper-users] Smooth Roads Problem Hi, Maybe it is due to the "QUANTIZE_COLORS=256" parameter. It means your image contains 256 colors max. Try without it, b

Re: [pmapper-users] Smooth Roads Problem

2008-05-27 Thread Thomas Raffin
Hi, Maybe it is due to the "QUANTIZE_COLORS=256" parameter. It means your image contains 256 colors max. Try without it, but your images will be bigger (more colors = bigger size !). If you are using MapServer 5, you could try 'DRIVER "AGG/PNG"' instead of "GD/PNG". To find more help, I think

[pmapper-users] Smooth Roads Problem

2008-05-26 Thread Kusum
Hii All This problem may not be intended for this list but I am new to mapserver , so pls help. I was getting broken kind of roads as in 1st picture below To give it a smoother look I added antialias true to the style of roads using imagetype png24 OUTPUTFORMAT NAME png24 DRIVER "GD/PNG"