[Tilecache] Unsupported SRS namespace (only EPSG and AUTO currently supported).

Mike Stoddart stodge at gmail.com
Thu Jan 20 20:03:31 EST 2011


Thanks that helped getting it working on Fedora 64bit. Though 32bit
Fedora is giving me:

msProcessProjection(): Projection library error. no system list, errno: 2

But that's a different issue and probably a misconfiguration on my
part somewhere.

Cheers

On Thu, Jan 20, 2011 at 2:25 AM, geographika <geographika at gmail.com> wrote:
> Hi Mike,
>
> Try the EPSG code for WGS84:
>
> srs=EPSG:4326
>
> Although I think it defaults to this anyway.
>
> Regards,
>
> Seth
>
> On 20/01/2011 03:04, Mike Stoddart wrote:
>
> Hi,
>
> 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:
>
> Content-Type Header: application/vnd.ogc.se_xml
> Response:
> <?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?>
> <!DOCTYPE ServiceExceptionReport SYSTEM
> "http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd">
> <ServiceExceptionReport version="1.1.1">
> <ServiceException code="InvalidSRS">
> msWMSLoadGetMapParams(): WMS server error. Unsupported SRS namespace (only
> EPSG and AUTO currently supported).
> </ServiceException>
> </ServiceExceptionReport>
>
> My config file is:
>
> [basic]
> type=WMS
> layers=polygons
> mapfile=/opt/test.map
> url=http://localhost/cgi-bin/mapserv?map=/opt/test.map
> bbox=-5000,-5000,5000,5000
> extension=png
> srs=WGS84
>
> Does tilecache this particular projection?
>
> Thanks
>
>
>
> _______________________________________________
> Tilecache mailing list
> Tilecache at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/tilecache
>
>
> _______________________________________________
> Tilecache mailing list
> Tilecache at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/tilecache
>
>


More information about the Tilecache mailing list