<div dir="ltr">Hey Nico, <br><br>Thanks for your reply. I think I am missing a very minor thing. <br>I tried with your mapfile snippet. <br><br>I met this error: <br>&lt;snip&gt;<br>Content-type: application/vnd.ogc.se_xml<br>
<br>&lt;?xml version=&#39;1.0&#39; encoding=&quot;ISO-8859-1&quot; standalone=&quot;no&quot; ?&gt;<br>&lt;!DOCTYPE ServiceExceptionReport SYSTEM &quot;<a href="http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd">http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd</a>&quot;&gt;<br>
&lt;ServiceExceptionReport version=&quot;1.1.1&quot;&gt;<br>&lt;ServiceException code=&quot;InvalidFormat&quot;&gt;<br><b>msWMSLoadGetMapParams(): Image handling error. Unsupported output format (image/png).</b><br>&lt;/ServiceException&gt;<br>
&lt;/ServiceExceptionReport&gt;<br>Segmentation fault<br>&lt;/snip&gt;<br><br>Regards,<br>Ritesh Ambastha<br><br><div class="gmail_quote">On Wed, Aug 6, 2008 at 8:29 PM, Nico Mandery <span dir="ltr">&lt;<a href="mailto:nico.mandery@geops.de">nico.mandery@geops.de</a>&gt;</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;">Hi Ritesh,<br>
<br>
It looks as iff Agg is not working at all - did you clean your cache before<br>
testing? The significant difference from your mapfile to mine is that I<br>
specified<br>
IMAGETYPE png<br>
instead of agg. Maybe you want to try this.<br>
<br>
The rest of my (working) AGG-format definitions:<br>
<br>
IMAGETYPE png<br>
OUTPUTFORMAT<br>
 &nbsp; NAME png<br>
 &nbsp; DRIVER &quot;AGG/PNG&quot;<br>
 &nbsp; MIMETYPE &quot;image/png&quot;<br>
 &nbsp; IMAGEMODE RGBA<br>
 &nbsp; EXTENSION &quot;png&quot;<br>
 &nbsp; FORMATOPTION &quot;TRANSPARENT=ON&quot;<br>
 &nbsp; FORMATOPTION &quot;INTERLACE=OFF&quot;<br>
END<br>
<br>
regards,<br>
Nico<br>
<br>
Am Mittwoch 06 August 2008 schrieb Ritesh Ambastha:<br>
<div><div></div><div class="Wj3C7c">&gt; Thanks Christopher for replying.<br>
&gt;<br>
&gt; Here are the details:<br>
&gt;<br>
&gt; Tilecache.cfg :<br>
&gt; &lt;snip&gt;<br>
&gt; # My MapServer layer configuration.<br>
&gt; [mymap]<br>
&gt;<br>
&gt; type=MapServer<br>
&gt; layers=road_minor_6_1<br>
&gt; mapfile=/var/www/cgi-bin/mydir/test.map<br>
&gt; mimetype=image/png<br>
&gt; levels= 7<br>
&gt; resolutions = 52.9167725002117,<br>
&gt; 26.4583862501058,13.2291931250529,6.61459656252646,2.64583862501058,1.32291<br>
&gt;931250529,0.264583862501058 maxResolution = 52.9167725002117<br>
&gt; srs=EPSG:1000001<br>
&gt; bbox = -546020.125826913, &nbsp;1454642.443505, -507946.333773087,<br>
&gt; 1487779.281195 &lt;/snip&gt;<br>
&gt;<br>
&gt; Mapfile:<br>
&gt; &lt;snip&gt;<br>
&gt; IMAGETYPE AGG<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; OUTPUTFORMAT<br>
&gt;<br>
&gt; &nbsp;NAME &nbsp;&#39;AGG&#39;<br>
&gt;<br>
&gt; &nbsp;DRIVER &nbsp;AGG/PNG<br>
&gt;<br>
&gt; &nbsp;IMAGEMODE RGB<br>
&gt;<br>
&gt; END<br>
&gt; &lt;/snip&gt;<br>
&gt;<br>
&gt; Let me know if you need some more information.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Ritesh Ambastha<br>
&gt;<br>
&gt; Christopher Schmidt-4 wrote:<br>
&gt; &gt; On Wed, Aug 06, 2008 at 02:31:50AM -0700, Ritesh Ambastha wrote:<br>
&gt; &gt;&gt; <a href="http://www.nabble.com/file/p18847461/road.png" target="_blank">http://www.nabble.com/file/p18847461/road.png</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; I am using wms mapserver and tilecache support for seeding the tiles. I<br>
&gt; &gt;&gt; am<br>
&gt; &gt;&gt; specifying AGG as outputformat in mapfile definition.<br>
&gt; &gt;<br>
&gt; &gt; Can you please include both your TileCache config and your MapServer<br>
&gt; &gt; OUTPUTFORMAT?<br>
&gt; &gt;<br>
&gt; &gt; Regards,<br>
&gt; &gt; --<br>
&gt; &gt; Christopher Schmidt<br>
&gt; &gt; MetaCarta<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Tilecache mailing list<br>
&gt; &gt; <a href="mailto:Tilecache@openlayers.org">Tilecache@openlayers.org</a><br>
&gt; &gt; <a href="http://openlayers.org/mailman/listinfo/tilecache" target="_blank">http://openlayers.org/mailman/listinfo/tilecache</a><br>
<br>
<br>
</div></div></blockquote></div><br></div>