[mapserver-users] How ro get transparent image on 6.0.1

2011-11-03 Thread Janeks Kamerovskis
Hi, I recently moved to 6.0.1, but stumped to getting transparent image. I used following syntaxis in my map file: IMAGECOLOR 255 255 255 OUTPUTFORMAT NAME "png" DRIVER AGG/PNG MIMETYPE "image/png" IMAGEMODE RGBA EXTENSION "png" FORMATOPT

Re: [mapserver-users] How ro get transparent image on 6.0.1

2011-11-03 Thread thomas bonfort
Either your asp page is selecting the wrong (i.e. a non-transparent) imagetype, or you have a layer that is drawn ontop of the transparent background, thus making the final image non transparent. The outputformat you have shown is correct and produces trasnparent images. -- thomas On Thu, Nov 3,

Re: [mapserver-users] How ro get transparent image on 6.0.1

2011-11-04 Thread Janeks Kamerovskis
I had to add: FORMATOPTION "TRANSPARENT=ON" into OUTPUTFORMAT definition. brgds Janeks On 2011.11.03. 16:00, thomas bonfort wrote: Either your asp page is selecting the wrong (i.e. a non-transparent) imagetype, or you have a layer that is drawn ontop of the transparent background, thus making t