Hi,<br>&nbsp;I am still having problem with not seeing anything.&nbsp; Here is my code again for the map file.&nbsp; <br>#This is Richland County Map Server<br>NAME "Richland"<br>SIZE 800 600<br>IMAGECOLOR 255 255 255<br>IMAGETYPE JPEG<br>SHAPEPATH "/home/mapdata/"<br>EXTENT -97.134375 46.044375 -96.534375 46.494375<br>WEB<br>&nbsp; TEMPLATE '/var/www/htdocs/richland.html'<br>&nbsp; IMAGEPATH '/var/www/htdocs/tmp'<br>&nbsp; IMAGEURL '/tmp/'<br>END<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 0 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp; END<br>END<br>END<br><br>Is my code right?&nbsp; Can you help
 me?<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=windows-1256"> <meta content="MSHTML 6.00.2900.2912" name="GENERATOR"> <div><font color="#0000ff" face="Arial" size="2"><span class="665111518-05072006">Albert, </span></font></div> <div><font color="#0000ff" face="Arial" size="2"><span class="665111518-05072006"></span></font>&nbsp;</div> <div><font color="#0000ff" face="Arial" size="2"><span class="665111518-05072006">Projection in MapServer isn't handled with an external  file, like in ArcMap.&nbsp;&nbsp; It is done in the map file.&nbsp; Take a look  at the Mapfile documentation to see how to do  projection.&nbsp;</span></font></div> <div><font color="#0000ff" face="Arial" size="2"><span
 class="665111518-05072006"></span></font>&nbsp;</div> <div><font color="#0000ff" face="Arial" size="2"><span class="665111518-05072006"><a href="http://mapserver.gis.umn.edu/docs/reference/mapfile/projection/view">http://mapserver.gis.umn.edu/docs/reference/mapfile/projection/view</a></span></font></div> <div><font color="#0000ff" face="Arial" size="2"><span class="665111518-05072006"></span></font>&nbsp;</div> <div><font color="#0000ff" face="Arial" size="2"><span class="665111518-05072006">You  need to define a projection block in the MAP block of the map file, this is set  to the projection that you want your data output in.&nbsp; </span></font></div> <div><font color="#0000ff" face="Arial" size="2"><span class="665111518-05072006"></span></font>&nbsp;</div> <div><font color="#0000ff" face="Arial" size="2"><span class="665111518-05072006">You  would then define a projection block in each layer, this is set to the  projection that the original data for that layer is
 in.&nbsp; It is easiest to  use epsg codes, look at example 2 in the link above.&nbsp; </span></font></div> <div><font color="#0000ff" face="Arial" size="2"><span class="665111518-05072006"></span></font>&nbsp;</div> <div><font color="#0000ff" face="Arial" size="2"><span class="665111518-05072006">The  epsg code for UTM zone 14N nad83 is 26914&nbsp; and 4326 can be used for you  lat/long data.</span></font></div> <div><font color="#0000ff" face="Arial" size="2"><span class="665111518-05072006"></span></font>&nbsp;</div> <div><font color="#0000ff" face="Arial" size="2"><span class="665111518-05072006">David.</span></font></div> <blockquote dir="ltr" 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> Albert Anderson    [mailto:bart_doggers@yahoo.com] <br><b>Sent:</b> Wednesday, July 05, 2006    11:58 AM<br><b>To:</b> Fawcett, David;   
 MAPSERVER-USERS@lists.umn.edu<br><b>Subject:</b> RE: [UMN_MAPSERVER-USERS]    nothing shows up! no image or error?<br><br></font></div>Hi,<br><br>&nbsp;I    was using a projection file UTM Zone 14n Nad_83. Then I switch to an    unprojective file and I saw my data show up.&nbsp; What would be the first    best step for setting a projection    file?<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); padding-left: 5px; margin-left: 5px;">     <meta content="MSHTML 6.00.2900.2912" name="GENERATOR">     <div><span class="808362115-05072006"><font color="#0000ff" face="Arial" size="2">You may want to take a look at your extent.&nbsp;  </font></span></div>     <div><span class="808362115-05072006"><font color="#0000ff" face="Arial" size="2"></font></span>&nbsp;</div>     <div><span class="808362115-05072006"><font color="#0000ff" face="Arial"
 size="2">Do      you really intend to show a primarily empty stretch of the northern Atlantic      Ocean (apologies to Canary Islanders...)?&nbsp; </font></span></div>     <div><span class="808362115-05072006"><font color="#0000ff" face="Arial" size="2"></font></span>&nbsp;</div>     <div><span class="808362115-05072006"><font color="#0000ff" face="Arial" size="2">You are telling MapServer that your map area is contained within a      box from 50 deg. west longitude to 10 deg. west longitude and 20 to 90      degrees north latitude.&nbsp; If the name of your mapfile relates to the      data, I am guessing that Richland County isn't in this box.&nbsp;      </font></span></div>     <div><span class="808362115-05072006"><font color="#0000ff" face="Arial" size="2"></font></span>&nbsp;</div>     <div><span class="808362115-05072006"><font color="#0000ff" face="Arial" size="2">Use ogrinfo or a desktop GIS app to look at the extent of your      data.&nbsp; Also, the extent needs
 to be in the units of the spatial      reference system that your data is in.&nbsp; </font></span></div>     <div><span class="808362115-05072006"><font color="#0000ff" face="Arial" size="2"></font></span>&nbsp;</div>     <div><span class="808362115-05072006"><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> Wednesday, July 05, 2006 10:10        AM<br><b>To:</b> MAPSERVER-USERS@LISTS.UMN.EDU<br><b>Subject:</b>        [UMN_MAPSERVER-USERS] nothing shows up! no image or        error?<br><br></font></div>Hi,<br><br>&nbsp;I am making my own map        file.&nbsp; It looks all right but when I click the button it doesnt
 show        an image or any kind of errors.&nbsp; <br><br>Here is my map        code.<br>#This is Richland County Map Server<br>NAME "Richland"<br>SIZE        100 100<br>IMAGECOLOR 255 255 255<br>IMAGETYPE JPEG<br>SHAPEPATH        "/home/mapdata/"<br>EXTENT -50.00 20.00 -10.00 90.00<br>WEB<br>&nbsp;        TEMPLATE '/var/www/htdocs/richland.html'<br>&nbsp; IMAGEPATH        '/var/www/htdocs/tmp'<br>&nbsp; IMAGEURL        '/tmp/'<br>END<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;        CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        COLOR 0 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        END<br>&nbsp;&nbsp;&nbsp; END<br>END<br>END<br><br>here is my html        code<br>&lt;html&gt;<br>&lt;head&gt;&lt;title&gt;Richland
 County        MapServer&lt;/title&gt;&lt;/head&gt;<br>&lt;body&gt;<br>&nbsp; &lt;form        method=post action="/cgi-bin/mapserv"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;input        type="submit" value="Click Me"<br>&nbsp;&nbsp;&nbsp; &lt;input        type="hidden"        name="map"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        value="/home/mapdata/richland.map"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;input        type="hidden"        name="map_web_imagepath"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        value="/var/www/htdocs/tmp/"&gt;<br><br>&nbsp; &lt;/form&gt;<br>&nbsp;        &lt;table border="1" width="400" height="400"&gt;<br>&nbsp;        &lt;tr&gt;<br>&nbsp; &lt;td align="center" valign="top"&gt;<br>&nbsp;        &lt;IMG SRC="[img]" width="400" height="400" border="1"&gt;<br>&nbsp;        &lt;/td&gt;<br>&nbsp; &lt;/tr&gt;<br>&nbsp;       
 &lt;/table&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br><br>&nbsp;I really        dont know whats could be wrong.&nbsp; Maybe the extent of it?&nbsp; Can        anyone help me?<br><br>Thanks,<br>Albert<br>       <div></div>       <hr size="1">       How low will we go? Check out Yahoo! Messenger’s low <a href="http://us.rd.yahoo.com/mail_us/taglines/postman8/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com">PC-to-Phone        call rates.</a></blockquote></blockquote><br>   <div>__________________________________________________<br>Do You    Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around    <br>http://mail.yahoo.com </div></blockquote></blockquote><br><p>&#32;
                <hr size=1>Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. <a href="http://us.rd.yahoo.com/mail_us/taglines/postman7/*http://us.rd.yahoo.com/evt=39666/*http://messenger.yahoo.com"> Great rates starting at 1¢/min.