<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3492" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2>Hi,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2>This MapServer version is 5.2.1 from MS4W, and it 
tells me for examle:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2>MapServer version 5.2.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG 
OUTPUT=WBMP OUTPUT=PDF OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=AGG 
....</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN><SPAN class=917145711-25032009><FONT 
face=Arial color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2>So it should support AGG rendering.  Now I have 
created agg OUTPUTFORMAT about as adviced in </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2><A 
href="http://www.mapserver.org/output/agg.html">http://www.mapserver.org/output/agg.html</A></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2>  OUTPUTFORMAT<BR>      NAME 
"AGG"<BR>      MIMETYPE 
"image/pngagg"<BR>      DRIVER 
"AGG/PNG"<BR>      EXTENSION 
"png"<BR>      IMAGEMODE 
RGB<BR>  END</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2>However, this mimetype is not included in the WMS 1.1.1 
GetCapabilities document</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2><GetMap><BR>      
<Format>image/gif</Format><BR>      
<Format>image/png</Format><BR>      
<Format>image/png; mode=24bit</Format></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2>If I edit OUTPUTFORMAT to have DRIVER "GD/PNG" then my own 
outputformat is included in GetCapabilies.  </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2><GetMap><BR>      
<Format>image/pngagg</Format><BR>      
<Format>image/gif</Format><BR>      
<Format>image/png</Format><BR>      
<Format>image/png; mode=24bit</Format></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2>The problem is that AGG outputformat does not appear on the 
GetCapabilities and thus WMS clients can not show it on menu.  If I edit 
WMS getMap request manually to use &FORMAT=image/pngagg it works.  For 
me this looks like a small bug.  Is it perhaps reported already, or even 
corrected?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=917145711-25032009><FONT face=Arial 
color=#0000ff size=2>-Jukka Rahkonen-</FONT></SPAN></DIV></BODY></HTML>