Dennis,<br>
<br>
<br>

<div><span class="gmail_quote">On 2/21/06, <b class="gmail_sendername">Dennis Megarry</b> &lt;<a href="mailto:dennis@megarry.com">dennis@megarry.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have a GeoTIFF raster image and I'm not sure how to setup the projection<br>in my map file.&nbsp;&nbsp;Can someone take a look at the below info from gdalinfo<br>and tell me what I need to do?&nbsp;&nbsp;If at all possible, some details so I can
<br>learn a bit?</blockquote></div>
<br>
<br>
&nbsp; A good resource for this is the projection list at <a href="http://remotesensing.org">remotesensing.org</a> :<br>
<br>
<a href="http://www.remotesensing.org/geotiff/proj_list/">http://www.remotesensing.org/geotiff/proj_list/</a><br>
<br>The lambert conformal conic 2sp should have enough info for you to
translate the gdalinfo output below into the proj4 parameters. They can
be inserted into the layer's projection block like:<br>
<br>
PROJECTION<br>
&nbsp;&quot;proj=lcc&quot;<br>
&nbsp;.....<br>
END<br>
<br>
Hope this helps,<br>-- <br>Matt Perry<br><a href="mailto:perrygeo@gmail.com">perrygeo@gmail.com</a><br><a href="http://www.perrygeo.net">http://www.perrygeo.net</a>