[maplab-users] Projection problem in Maplab with MSW4

Daniel Morissette dmorissette at dmsolutions.ca
Tue Jun 29 16:08:07 EDT 2004


charley cheng wrote:
>  
> Warning: [MapServer Error]: msProcessProjection(): major axis or radius 
> = 0 or not given in 
> C:\ms4w\apps\maplab-2.1\htdocs\common\wrapper\map_session.php on line 215

...

>  
>   PROJECTION
>       "proj=latlong"
>     END
> 


I believe you need to specify the ellipsoid parameter as well when you 
specify a latlong projection. Try:

PROJECTION
   "proj=latlong"
   "ellps=WGS84
END

Daniel
-- 
------------------------------------------------------------
  Daniel Morissette               dmorissette at dmsolutions.ca
  DM Solutions Group              http://www.dmsolutions.ca/
------------------------------------------------------------



More information about the Maplab-users mailing list