<html>
<body>
Ed,<br><br>
With one minor change (lon_0=110) this worked perfectly.&nbsp; I'm a
newbie at projections, have always just used the shapefiles I had without
any problems.&nbsp; Is there a good tutorial out there for understanding
how to work through projections and determine things like, say the datum
if not specified explicitly?<br><br>
While looking for a good reference for projection definitions and
abbreviations (e.g. Clarke-1866 = clrk66) I came across these
pages:<br><br>
<a href="http://www.safe.com/support/online_help/coordinate-system/coordinate_system_help.htm#predefined_ellipsoids.htm" eudora="autourl">http://www.safe.com/support/online_help/coordinate-system/coordinate_system_help.htm#predefined_ellipsoids.htm</a><br><br>
Is there some better/other resource out there that could be
useful?<br><br>
Thanks again!<br><br>
Dan<br><br>
<br>
At 12:13 PM 2/2/2005, Ed McNierney wrote:<br>
<blockquote type=cite class=cite cite><font face="arial" size=2 color="#0000FF">Dan
-<br>
</font>&nbsp;<br>
PROJECTION<br>
&nbsp;&nbsp;&nbsp; proj=lcc <br>
&nbsp;&nbsp;&nbsp; lat_1=70.0 <br>
&nbsp;&nbsp;&nbsp; lat_2=50.0<br>
&nbsp;&nbsp;&nbsp; lat_0=0.0 <br>
&nbsp;&nbsp;&nbsp; lon_0=-110.0 <br>
&nbsp;&nbsp;&nbsp; x_0=0.0 <br>
&nbsp;&nbsp;&nbsp; y_0=0.0 <br>
&nbsp;&nbsp;&nbsp; ellps=clrk66 <br>
&nbsp;&nbsp;&nbsp; datum=NAD27 <br>
END<br>
&nbsp;<br>
<font face="arial" size=2 color="#0000FF">looks about right.&nbsp;
Remember that you will need PROJECTION blocks for the OTHER layers and
for the top-level map file to accurately describe the other inputs (if
any) and the map image output projections as being lat/lon.<br>
</font>&nbsp;<br>
<font face="arial" size=2 color="#0000FF">&nbsp;&nbsp;&nbsp;&nbsp; -
Ed<br>
</font><br>
<font size=2>Ed McNierney<br>
President and Chief Mapmaker<br>
TopoZone.com / Maps a la carte, Inc.<br>
73 Princeton Street, Suite 305<br>
North Chelmsford, MA&nbsp; 01863<br>
ed@topozone.com<br>
(978) 251-4242 <br>
</font>&nbsp;<br>
<hr>
<font face="tahoma" size=2><b>From:</b> UMN MapServer Users List
[<a href="mailto:MAPSERVER-USERS@LISTS.UMN.EDU" eudora="autourl">mailto:MAPSERVER-USERS@LISTS.UMN.EDU</a>]
<b>On Behalf Of </b>Dan Barron<br>
<b>Sent:</b> Wednesday, February 02, 2005 2:37 PM<br>
<b>To:</b> MAPSERVER-USERS@LISTS.UMN.EDU<br>
<b>Subject:</b> [UMN_MAPSERVER-USERS] Help to Re-Project Map Layers on
the Fly<br>
</font><br>
<tt>Hello,<br><br>
I am looking for a little help to re-project a map layer to LAT/LON for a
single layer.&nbsp; Below is the &lt;shapefile&gt;.prj file - how do I
define this projection in the layer object of the map file?<br><br>
<br>
</tt>PROJCS[&quot;unnamed&quot;,<br>
GEOGCS[&quot;unnamed&quot;,DATUM[&quot;D_unnamed&quot;,SPHEROID[&quot;Clarke-1866&quot;,6378206.4,294.978698213901]],<br>
PRIMEM[&quot;Greenwich&quot;,0],<br>
UNIT[&quot;degree&quot;,0.0174532925199433]],<br>
PROJECTION[&quot;Lambert_Conformal_Conic&quot;],<br>
PARAMETER[&quot;standard_parallel_1&quot;,70],<br>
PARAMETER[&quot;standard_parallel_2&quot;,50],<br>
PARAMETER[&quot;latitude_of_origin&quot;,0],<br>
PARAMETER[&quot;central_meridian&quot;,110],<br>
PARAMETER[&quot;false_easting&quot;,0],<br>
PARAMETER[&quot;false_northing&quot;,0],<br>
UNIT[&quot;METER&quot;,1]]<br><br>
<br>
Thanks,<br><br>
Dan Barron </blockquote></body>
</html>