[mapserver-users] Projection library error. no options found in 'init' file
Stephen Woodbridge
woodbri at swoodbridge.com
Mon Aug 13 14:09:53 PDT 2012
On 8/13/2012 5:03 PM, Puneet Kishor wrote:
> I am, out of the blue, getting the following error
>
> [Mon Aug 13 15:55:37 2012].825787 msProcessProjection(): Projection
> library error. no options found in 'init' file
>
>
> What is it trying to tell me? This was working fine as of a few days ago, and I don't recall messing with it.
Did you update your proj lib?
If you did it probably replaced your /usr/share/proj/epsg file and you
have lost and changes you made to it.
If you have "init=epsg:900913"
then this is looking for the file:
/usr/share/proj/epsg
or maybe:
/usr/local/share/proj/epsg
the epsg in the init string is case sensitive file name. And the 900913
or whatever code must exist in that file.
The error message is saying it could not find the file or the SRS you
specified.
-Steve W
More information about the MapServer-users
mailing list