Hi,<br><br>I have mapserver and openlayers working so I configured tilecache. I'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>
<?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="InvalidSRS"><br>msWMSLoadGetMapParams(): WMS server error. Unsupported SRS namespace (only EPSG and AUTO currently supported).<br>
</ServiceException><br></ServiceExceptionReport><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>