<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><snip><br>Content-type: application/vnd.ogc.se_xml<br>
<br><?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?><br><!DOCTYPE ServiceExceptionReport SYSTEM "<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>"><br>
<ServiceExceptionReport version="1.1.1"><br><ServiceException code="InvalidFormat"><br><b>msWMSLoadGetMapParams(): Image handling error. Unsupported output format (image/png).</b><br></ServiceException><br>
</ServiceExceptionReport><br>Segmentation fault<br></snip><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"><<a href="mailto:nico.mandery@geops.de">nico.mandery@geops.de</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;">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>
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>
END<br>
<br>
regards,<br>
Nico<br>
<br>
Am Mittwoch 06 August 2008 schrieb Ritesh Ambastha:<br>
<div><div></div><div class="Wj3C7c">> Thanks Christopher for replying.<br>
><br>
> Here are the details:<br>
><br>
> Tilecache.cfg :<br>
> <snip><br>
> # My MapServer layer configuration.<br>
> [mymap]<br>
><br>
> type=MapServer<br>
> layers=road_minor_6_1<br>
> mapfile=/var/www/cgi-bin/mydir/test.map<br>
> mimetype=image/png<br>
> levels= 7<br>
> resolutions = 52.9167725002117,<br>
> 26.4583862501058,13.2291931250529,6.61459656252646,2.64583862501058,1.32291<br>
>931250529,0.264583862501058 maxResolution = 52.9167725002117<br>
> srs=EPSG:1000001<br>
> bbox = -546020.125826913, 1454642.443505, -507946.333773087,<br>
> 1487779.281195 </snip><br>
><br>
> Mapfile:<br>
> <snip><br>
> IMAGETYPE AGG<br>
><br>
><br>
><br>
> OUTPUTFORMAT<br>
><br>
> NAME 'AGG'<br>
><br>
> DRIVER AGG/PNG<br>
><br>
> IMAGEMODE RGB<br>
><br>
> END<br>
> </snip><br>
><br>
> Let me know if you need some more information.<br>
><br>
> Thanks,<br>
> Ritesh Ambastha<br>
><br>
> Christopher Schmidt-4 wrote:<br>
> > On Wed, Aug 06, 2008 at 02:31:50AM -0700, Ritesh Ambastha wrote:<br>
> >> <a href="http://www.nabble.com/file/p18847461/road.png" target="_blank">http://www.nabble.com/file/p18847461/road.png</a><br>
> >><br>
> >> I am using wms mapserver and tilecache support for seeding the tiles. I<br>
> >> am<br>
> >> specifying AGG as outputformat in mapfile definition.<br>
> ><br>
> > Can you please include both your TileCache config and your MapServer<br>
> > OUTPUTFORMAT?<br>
> ><br>
> > Regards,<br>
> > --<br>
> > Christopher Schmidt<br>
> > MetaCarta<br>
> > _______________________________________________<br>
> > Tilecache mailing list<br>
> > <a href="mailto:Tilecache@openlayers.org">Tilecache@openlayers.org</a><br>
> > <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>