msProcessProjection(): Projection library error.major axis or radius = 0 not given
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