Hi,<br><br>I have mapserver and openlayers working so I configured tilecache. I&#39;m using WGS84, but when I configure tilecache and seed the cache, I get:<br><br>Content-Type Header: application/vnd.ogc.se_xml<br>Response: <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;InvalidSRS&quot;&gt;<br>msWMSLoadGetMapParams(): WMS server error. Unsupported SRS namespace (only EPSG and AUTO currently supported).<br>
&lt;/ServiceException&gt;<br>&lt;/ServiceExceptionReport&gt;<br><br>My config file is:<br><br>[basic]<br>type=WMS<br>layers=polygons<br>mapfile=/opt/test.map<br>url=<a href="http://localhost/cgi-bin/mapserv?map=/opt/test.map">http://localhost/cgi-bin/mapserv?map=/opt/test.map</a><br>
bbox=-5000,-5000,5000,5000<br>extension=png<br>srs=WGS84<br><br>Does tilecache this particular projection?<br><br>Thanks<br><br><br>