<div dir="ltr">Thanks to some help from a fellow GIS developer, I think I've narrowed the problem down to the OUTPUTFORMAT section of my mapfile.  Changing from the AGG to GD driver seemed to take care of the problem.  Will need to do some additional futzing to see if I can get it working with AGG.<br>
--<br><br><br><br><div class="gmail_quote">On Wed, Sep 24, 2008 at 1:38 PM, Roger André <span dir="ltr"><<a href="mailto:randre@gmail.com" target="_blank">randre@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">Ok, this is driving me bonkers.  I have a raster image with nodata values set to be transparent.  When I make requests to this layer in "mode=map", it works beautifully, and the nodata values are transparent.<br>


<br>- <a href="http://localhost/cgi-bin/mapserv?map=/var/www/mapfiles/temp/temp.map&mode=map" target="_blank">http://localhost/cgi-bin/mapserv?map=/var/www/mapfiles/temp/temp.map&mode=map</a><br><br>However, when I try to view the same data via a WMS request, the nodata values are displayed in black.<br>


<br>- <a href="http://localhost/cgi-bin/mapserv?map=/var/www/mapfiles/temp/temp.map" target="_blank">http://localhost/cgi-bin/mapserv?map=/var/www/mapfiles/temp/temp.map</a><br>&SERVICE=WMS<br>&version=%221.1.122<br>

&REQUEST=GetMap<br>
&LAYERS=imagery<br>&STYLES=<br>&BBOX=-180,-90,180,90<br>&WIDTH=600<br>&HEIGHT=500<br>&FORMAT=png<br>&SRS=epsg:4326<br><br>I have tried doing a couple of things to fix this, none of which has worked:<br>


- added "wms_transparent"     "TRUE" to METADATA section of LAYER<br>- added "&TRANSPARENT=TRUE" to the end of the WMS request<br>- made sure that in OUTPUTFORMAT I have all of these:<br>


  OUTPUTFORMAT<br>   NAME png<br>   DRIVER "AGG/PNG"<br>   MIMETYPE "image/png"<br>   IMAGEMODE RGBA<br>   EXTENSION "png"<br>   FORMATOPTION "TRANSPARENT=ON"<br>   FORMATOPTION "INTERLACE=OFF"<br>


   TRANSPARENT ON<br>  END #end outputformat<br><br>Please, can anyone tell me what I'm missing?  <br><br>Thanks,<br><br>Roger<br>--<br></div>
</blockquote></div><br></div>