msProcessProjection(): unknown projection id
joerg pfeiffer
superbla3000 at GMX.NET
Thu Nov 25 13:48:45 PST 2004
I think it's a php mapscript problem of the lingis rpms.
Even the maplab, which comes with the lingis installation, doesn't work.
I get the same error.
So I tried some really simple things:
This is my .phtml
<?php
dl('php_mapscript.so');
$map = ms_newMapObj('simpleTest.map');
echo "map= ".$map;
?>
My simpleTest.map file:
MAP
IMAGETYPE png
EXTENT -180 -90 180 90
UNITS DD
SIZE 400 300
IMAGECOLOR 112 135 148
DEBUG ON
END
I also tried some different projections, it's all the time the same:
msProcessProjection(): unknown projection id
So I think I have to deinstall lingis....
regards
Joerg
More information about the MapServer-users
mailing list