Benutzerspezifische Werkzeuge
Sie sind hier: Startseite Documentation Errors msProcessProjection(): Projection library error.major axis or radius = 0 not given

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

Artikelaktionen
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

Diese Fehlerhinweis trifft zu auf: MapServer 4.0, MapServer 4.2, MapServer 4.4, MapServer 4.6, MapServer 4.8

von Jeff McKennaZuletzt verändert: 12.12.2005 15:42

Powered by Plone