Hi listers,<br><br>I want&nbsp; to set the following projection (which works perfectly in the mapfile)<br>dynamically in Mapscript. <br><br>PROJECTION<br>&nbsp;&quot;proj=stere&quot;<br>&nbsp;&quot;ellps=WGS84&quot;<br>&nbsp;&quot;datum=WGS84&quot;
<br>&nbsp;&quot;lon_0=0&quot;<br>&nbsp;&quot;lat_0=-90&quot;<br>&nbsp;&quot;lat_ts=-71&quot;<br>&nbsp;&quot;units=m&quot;<br>END<br><br>------&nbsp; MapScript ----------------<br><br>$map-&gt;setProjection(&quot;proj=stere, ellps=WGS84, datum=WGS84, lon_0=0, lat_0=-90, lat_ts=-71, units=m&quot;);
<br>- or - <br>$layer-&gt;setProjection(&quot;proj=stere, ellps=WGS84, datum=WGS84, lon_0=0, lat_0=-90, lat_ts=-71, units=m&quot;);<br><br>------- Error -----------------------<br><br>Fatal error: [MapServer Error]: msProcessProjection(): major axis or radius = 0 or not given in .....php
<br><br>-----------------------------------------<br><br>The parameters are identical: What's the problem? Doc help on this subject is scarce...<br>I've tried to add several more parameters specified on the Proj4 site, for this projection
<br>(x_0 = 0,&nbsp; y_0=0, k_0=1.0) to no avail.<br><br>Any suggestions extremely welcome,<br><br>Dan<br>