Personal tools
You are here: Home Documentation Errors msProcessProjection(): Projection library error.major axis or radius = 0 not given

msProcessProjection(): Projection library error.major axis or radius = 0 not given

Document Actions
Error displayed when attempting to specify projection parameters.

Since MapServer 4.0, you are required to specify the ellipsoid for the projection. Omitting this ellipsoid parameter in later MapServer versions will cause this error.

Valid Examples

4.0 and newer:

PROJECTION
  "proj=latlong"
  "ellps=WGS84"
END

before ms 4.0:

PROJECTION
  "proj=latlong"
END

This Error Reference applies to: MapServer 4.0, MapServer 4.2, MapServer 4.4, MapServer 4.6, MapServer 4.8

by Jeff McKenna last modified 2005-12-12 15:42

Powered by Plone