<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=285152520-17072006><FONT face=Arial color=#0000ff 
size=2>Albert, </FONT></SPAN></DIV>
<DIV><SPAN class=285152520-17072006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=285152520-17072006><FONT face=Arial color=#0000ff 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 face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=285152520-17072006><FONT face=Arial color=#0000ff 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 face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=285152520-17072006><FONT face=Arial color=#0000ff 
size=2>David.</FONT></SPAN></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><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>
  <P>
  <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></BODY></HTML>