I think you need to add some parameters to the LAYER METADATA section of your mapfile.&nbsp; Like this:<br><br>&nbsp;&nbsp;&nbsp; METADATA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_srs&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;EPSG:4326 EPSG:102004 EPSG:900913&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_name&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;states&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_server_version&quot;&nbsp; &quot;1.1.1&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_format&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;image/png&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_onlineresource&quot;&nbsp; &quot;<a href="http://localhost/cgi-bin/mapserv?map=/var/www/mapfiles/states/states.map&amp;">http://localhost/cgi-bin/mapserv?map=/var/www/mapfiles/states/states.map&amp;</a>&quot;<br>
&nbsp;&nbsp;&nbsp; END<br>--<br><br><div class="gmail_quote">On Sat, Oct 25, 2008 at 5:36 AM, Christopher Schmidt <span dir="ltr">&lt;<a href="mailto:crschmidt@metacarta.com">crschmidt@metacarta.com</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;">
<div><div></div><div class="Wj3C7c">On Sat, Oct 25, 2008 at 02:21:38PM +0200, Damiano Morosi wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; this is the first time I use Tilecache. I&#39;m trying to generate tiles for a<br>
&gt; Map (that I can visualize successfully in OpenLayers with Mapserver). The<br>
&gt; .map file is as following:<br>
&gt;<br>
&gt; ----<br>
&gt;<br>
&gt; #<br>
&gt; # Start of map file<br>
&gt; #<br>
&gt; #<br>
&gt; NAME NAVSTREETS<br>
&gt; STATUS ON<br>
&gt; SIZE 600 600<br>
&gt; SYMBOLSET &quot;/var/www/maps/symbols.sym&quot;<br>
&gt; EXTENT 12 41 13 42<br>
&gt;<br>
&gt; SHAPEPATH &quot;/var/www/shapes/&quot;<br>
&gt; IMAGETYPE png<br>
&gt; IMAGECOLOR 150 150 150<br>
&gt;<br>
&gt; #<br>
&gt; # Start of web interface definition<br>
&gt; #<br>
&gt; WEB<br>
&gt; &nbsp; #MINSCALE 2000000<br>
&gt; &nbsp; #MAXSCALE 50000000<br>
&gt; &nbsp; IMAGEPATH &quot;/tmp/ms_tmp/&quot;<br>
&gt; &nbsp; IMAGEURL &quot;/ms_tmp/&quot;<br>
&gt; &nbsp; METADATA<br>
&gt; &nbsp; &nbsp; &quot;wms_title&quot; &quot;navstreet map&quot;<br>
&gt; &nbsp; &nbsp; &quot;wms_onlineresource&quot; &quot;<a href="http://213.199.15.252/cgi-bin/mapserv?map=ms.map&amp;" target="_blank">http://213.199.15.252/cgi-bin/mapserv?map=ms.map&amp;</a>&quot;<br>
&gt;<br>
&gt; &nbsp; END<br>
&gt; &nbsp; TEMPLATE &quot;test.html&quot;<br>
&gt; END<br>
&gt;<br>
&gt; # Layers<br>
&gt;<br>
&gt; LAYER<br>
&gt; &nbsp; METADATA<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &quot;queryable&quot; &quot;true&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &quot;wms_title&quot; &quot;GreenA&quot;<br>
&gt; &nbsp; END<br>
&gt;<br>
&gt; &nbsp; TEMPLATE &quot;test.html&quot;<br>
&gt;<br>
&gt; &nbsp; NAME GreenA<br>
&gt; &nbsp; TYPE POLYGON<br>
&gt; &nbsp; STATUS ON<br>
&gt;<br>
&gt; &nbsp; DATA LandUseA<br>
&gt; &nbsp;CLASS<br>
&gt; &nbsp; &nbsp; NAME &quot;Streets&quot;<br>
&gt; &nbsp; &nbsp; OUTLINECOLOR 0 255 0<br>
&gt; &nbsp; &nbsp; COLOR 0 255 0<br>
&gt; &nbsp; END<br>
&gt; END # layer<br>
&gt;<br>
&gt; END # MAP<br>
&gt;<br>
&gt; ----<br>
&gt;<br>
&gt; The following is my tilecache.cfg file:<br>
&gt;<br>
&gt; ----<br>
&gt;<br>
&gt; [cache]<br>
&gt; base = /tmp/tilecache<br>
&gt; type = Disk<br>
&gt;<br>
&gt; [basic]<br>
&gt; layers = GreenA<br>
&gt; spherical_mercator = no<br>
&gt; data_extent = 12,41,13,42<br>
&gt; extension = png<br>
&gt; url = <a href="http://213.199.15.252/cgi-bin/mapserv?map=ms.map" target="_blank">http://213.199.15.252/cgi-bin/mapserv?map=ms.map</a><br>
&gt; metatile = no<br>
&gt; bbox = 12,41,13,42<br>
&gt; type = WMS<br>
&gt;<br>
&gt; ----<br>
&gt;<br>
&gt; The layer is deriving from a shapefile. Then I try the command:<br>
&gt;<br>
&gt; python tilecache_seed.py &quot;<a href="http://213.199.15.252/cgi-bin/tilecache.cgi" target="_blank">http://213.199.15.252/cgi-bin/tilecache.cgi</a>?&quot;<br>
&gt; basic 0 5<br>
&gt;<br>
&gt; and I get the error<br>
&gt;<br>
&gt; msWMSLoadGetMapParams(): WMS server error. Invalid SRS given : SRS must be<br>
&gt; valid for all requested layers.<br>
&gt;<br>
&gt; The point is that I don&#39;t want to project my map, so as far as I know, I<br>
&gt; haven&#39;t to set a projection object in mapfile. Is it mandatory to fullfill<br>
&gt; the tilecache requisites? How can I produce tiles from map that are usable<br>
&gt; by OpenLayers?<br>
<br>
</div></div>You need to set up your mapfile for WMS.<br>
<br>
<a href="http://mapserver.gis.umn.edu/docs/howto/wms_server" target="_blank">http://mapserver.gis.umn.edu/docs/howto/wms_server</a><br>
<a href="http://mapserver.gis.umn.edu/docs/howto/wms_server/#setup-a-mapfile-for-your-wms" target="_blank">http://mapserver.gis.umn.edu/docs/howto/wms_server/#setup-a-mapfile-for-your-wms</a><br>
<div class="Ih2E3d"><br>
&gt; Thank you all,<br>
&gt;<br>
&gt; Damiano Morosi<br>
<br>
</div>&gt; _______________________________________________<br>
&gt; Tilecache mailing list<br>
&gt; <a href="mailto:Tilecache@openlayers.org">Tilecache@openlayers.org</a><br>
&gt; <a href="http://openlayers.org/mailman/listinfo/tilecache" target="_blank">http://openlayers.org/mailman/listinfo/tilecache</a><br>
<font color="#888888"><br>
<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>
</font></blockquote></div><br>