Adrian Popa schrieb: [...] > The output returned is: > <?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> > msProcessProjection(): Projection library error. no system list, errno: 13 >
It looks like you are working with an linux distribution. On debian you can find the epsg-database at /usr/share/proj/epsg Try to add the following line to this file: <900913> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgri...@null +no_defs <> Then you can reference it with epsg:900913 Lars _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
