Hi,<br>&nbsp;I got it working after I sent the email.<br><br>Thanks,<br>Albert<br><br><b><i>"Fawcett, David" &lt;David.Fawcett@state.mn.us&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><title>Message</title>   <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> <meta content="MSHTML 6.00.2900.2912" name="GENERATOR"> <div><span class="285152520-17072006"><font color="#0000ff" face="Arial" size="2">Albert, </font></span></div> <div><span class="285152520-17072006"><font color="#0000ff" face="Arial" size="2"></font></span>&nbsp;</div> <div><span class="285152520-17072006"><font color="#0000ff" face="Arial" size="2">I am  pretty sure that this has been pointed out before.&nbsp; MapServer does not use  the ESRI .prj files.&nbsp; </font></span></div> <div><span class="285152520-17072006"><font color="#0000ff" face="Arial" size="2"></font></span>&nbsp;</div> <div><span
 class="285152520-17072006"><font color="#0000ff" face="Arial" size="2">You  simply need to define projection blocks in your mapfile for both your output  projection and for the input projection of each data layer.&nbsp; To do this of  course, you will need to know what projection your data is in.&nbsp;  </font></span></div> <div><span class="285152520-17072006"><font color="#0000ff" face="Arial" size="2"></font></span>&nbsp;</div> <div><span class="285152520-17072006"><font color="#0000ff" face="Arial" size="2">David.</font></span></div> <blockquote style="margin-right: 0px;">   <div></div>   <div class="OutlookMessageHeader" dir="ltr" align="left" lang="en-us"><font face="Tahoma" size="2">-----Original Message-----<br><b>From:</b> UMN MapServer    Users List [mailto:MAPSERVER-USERS@LISTS.UMN.EDU] <b>On Behalf Of </b>Albert    Anderson<br><b>Sent:</b> Monday, July 17, 2006 3:18 PM<br><b>To:</b>    MAPSERVER-USERS@LISTS.UMN.EDU<br><b>Subject:</b> [UMN_MAPSERVER-USERS]   
 projection questions<br><br></font></div>Hi,<br><br>&nbsp;Can you put a    projection file in a map. Then put regular shp files the layers?&nbsp; How can    you do that?&nbsp; I am using mapserver 4 on a lunix machine.&nbsp; I put a    projection file in my map file but I only have one of them.&nbsp; The rest are    regular shp files. I cant seem to get the layers show up with my projection    file.<br>Thanks,<br>Albert<br><br>#This is Richland County Map Server<br>NAME    "Richland"<br>SIZE 309 417<br>UNITS meters<br>IMAGECOLOR 255 255    255<br>IMAGETYPE JPEG<br>PROJECTION <br>"init=epsg:26914"<br>END<br>SHAPEPATH    "/home/mapdata/"<br>EXTENT 626173.309834 5085113.091715 694065.960556    5176735.212592<br>#EXTENT -97.228391 45.907505 -96.628389    46.717217<br>#################################### <br># Symbol for drawing fat    lines<br>#<br>SYMBOL<br>&nbsp;&nbsp;&nbsp;&nbsp; NAME    "BigLine"<br>&nbsp;&nbsp;&nbsp;&nbsp; TYPE ELLIPSE<br>&nbsp;&nbsp;&nbsp;&nbsp;   
 POINTS 1 1 END<br>END<br><br>##################################### <br>#    Symbol for drawing dashed lines<br>#<br>SYMBOL<br>&nbsp;&nbsp;&nbsp;&nbsp;    NAME "DashedLine"<br>&nbsp;&nbsp;&nbsp;&nbsp; TYPE    ELLIPSE<br>&nbsp;&nbsp;&nbsp;&nbsp; POINTS 1 1 END<br>&nbsp;&nbsp;&nbsp;&nbsp;    STYLE 10 10 END&nbsp;&nbsp;    <br>END<br><br>##################################### <br># Symbol for drawing    spots<br>#<br>SYMBOL<br>&nbsp;&nbsp;&nbsp;&nbsp; NAME    "Circle"<br>&nbsp;&nbsp;&nbsp;&nbsp; FILLED true<br>&nbsp;&nbsp;&nbsp;&nbsp;    TYPE ellipse<br>&nbsp;&nbsp;&nbsp;&nbsp; POINTS 1 1    END<br>END<br><br>##################################### <br># Web    object<br>#<br>WEB<br>&nbsp; TEMPLATE    '/var/www/htdocs/gismapserver_test_project_mod.html'<br>&nbsp; IMAGEPATH    '/var/www/htdocs/tmp/'<br>&nbsp; IMAGEURL    '/tmp/'<br>END<br><br>##################################### <br># Reference    map<br>#<br>REFERENCE<br>&nbsp;&nbsp;&nbsp;&nbsp; IMAGE   
 "/home/mapdata/richland.gif"<br>&nbsp;&nbsp;&nbsp;&nbsp; SIZE 136    152<br>&nbsp;&nbsp;&nbsp;&nbsp; EXTENT -97.228391 45.907505 -96.628389    46.717217<br>&nbsp;&nbsp;&nbsp;&nbsp; STATUS ON<br>&nbsp;&nbsp;&nbsp;&nbsp;    COLOR -1 -1 -1<br>&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0    0<br>END<br><br>#####################################&nbsp; <br>#    Scalebar<br>#<br>SCALEBAR<br>&nbsp;&nbsp;&nbsp;&nbsp;    LABEL<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 0    <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ANTIALIAS    true<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE    small<br>&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp;&nbsp; POSITION    lr<br>&nbsp;&nbsp;&nbsp;&nbsp; INTERVALS 5<br>&nbsp;&nbsp;&nbsp;&nbsp; STATUS    off<br>&nbsp;&nbsp;&nbsp;&nbsp; SIZE 144 5<br>&nbsp;&nbsp;&nbsp;&nbsp; STYLE    0<br>&nbsp;&nbsp;&nbsp;&nbsp; UNITS miles<br>&nbsp;&nbsp;&nbsp;&nbsp;    BACKGROUNDCOLOR 0 255
 0<br>&nbsp;&nbsp;&nbsp;&nbsp; IMAGECOLOR 255 255    255<br>&nbsp;&nbsp;&nbsp;&nbsp; COLOR 128 128 128&nbsp;&nbsp;&nbsp;&nbsp;    <br>&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 255<br>&nbsp;&nbsp;&nbsp;&nbsp;    TRANSPARENT off<br>END<br>#####################################    <br>LAYER<br>&nbsp;&nbsp;&nbsp; NAME "richland"<br>&nbsp;&nbsp;&nbsp; STATUS    default<br>&nbsp;&nbsp;&nbsp; TYPE polygon<br>&nbsp;&nbsp;&nbsp; DATA    "RICH_bndy"<br>&nbsp;&nbsp;&nbsp; PROJECTION    "init=epsg:26914"<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp;    CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    COLOR 238 220 130<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;    END<br>END<br>#####################################    <br>LAYER<br>&nbsp;&nbsp;&nbsp; NAME "boundary"<br>&nbsp;&nbsp;&nbsp; STATUS    default<br>&nbsp;&nbsp;&nbsp; TYPE line<br>&nbsp;&nbsp;&nbsp; DATA    "RC_boundary_05"<br>&nbsp;&nbsp;&nbsp;
 CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    COLOR 0 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;    END<br>END<br>#####################################    <br>LAYER<br>&nbsp;&nbsp;&nbsp; NAME "roads"<br>&nbsp;&nbsp;&nbsp; STATUS    default<br>&nbsp;&nbsp;&nbsp; TYPE line<br>&nbsp;&nbsp;&nbsp; DATA    "roads_shp"<br>&nbsp;&nbsp;&nbsp; PROJECTION    "init=epsg:4326"<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp;    CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    COLOR 255 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;    END<br>END<br>#####################################    <br>LAYER<br>&nbsp;&nbsp;&nbsp; NAME "sections"<br>&nbsp;&nbsp;&nbsp; STATUS    default<br>&nbsp;&nbsp;&nbsp; TYPE line<br>&nbsp;&nbsp;&nbsp; DATA    "RC_sections_05"<br>&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  
  STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    COLOR 255 130 171<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;    END<br>END<br>#####################################    <br>LAYER<br>&nbsp;&nbsp;&nbsp; NAME "parecles"<br>&nbsp;&nbsp;&nbsp; STATUS    default<br>&nbsp;&nbsp;&nbsp; TYPE line<br>&nbsp;&nbsp;&nbsp; DATA    "RC_parcels_05"<br>&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    COLOR 0 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;    END<br>END<br>END<br><br>   <div>   </div><hr size="1">   See the all-new, redesigned Yahoo.com. <a href="http://us.rd.yahoo.com/evt=40762/*http://www.yahoo.com/preview">Check it    out.</a> </blockquote></blockquote><br><p>&#32;
        
                <hr size=1>See the all-new, redesigned Yahoo.com. <a href="http://us.rd.yahoo.com/evt=40762/*http://www.yahoo.com/preview"> Check it out.</a>