<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18999"></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=294570610-19012011>Hi,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=294570610-19012011></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=294570610-19012011>Have defined also the input projection inside 
LAYER?&nbsp; It is necessary to know both the input and output or otherwise it 
is not possible to reproject.&nbsp; If layer projection is not given Mapserver 
is using the output projection as default.&nbsp; That's why your first layer 
shows because it is originally in the output projection or at least close to 
it.&nbsp; The other dataset is clearly using another projection.&nbsp; It is odd 
to me, but perhaps it is this one I found from the Mapserver epsg 
file</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=294570610-19012011># NAD83 / Georgia West (ftUS)<BR>&lt;2240&gt; 
+proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=699999.9998983998 
+y_0=0 +ellps=GRS80 +datum=NAD83 +to_meter=0.3048006096012192 +no_defs&nbsp; 
&lt;&gt;</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=294570610-19012011></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=294570610-19012011>If that's the case you can use "init=epsg:2240" as 
input projection.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=294570610-19012011></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=294570610-19012011>-Jukka Rahkonen-</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=294570610-19012011></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=294570610-19012011></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 
face=Arial></FONT>&nbsp;</DIV><BR>
<BLOCKQUOTE 
style="BORDER-LEFT: #0000ff 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px" 
dir=ltr>
  <DIV dir=ltr lang=fi class=OutlookMessageHeader align=left>
  <HR tabIndex=-1>
  <FONT size=2 face=Tahoma><B>Lähettäjä:</B> 
  mapserver-users-bounces@lists.osgeo.org 
  [mailto:mapserver-users-bounces@lists.osgeo.org] <B>Puolesta </B>qazi 
  iqbal<BR><B>Lähetetty:</B> 19. tammikuuta 2011 2:15<BR><B>Vastaanottaja:</B> 
  mapserver-users<BR><B>Aihe:</B> [mapserver-users] Projection 
  issue<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV>I have a mapfile in which I have specified the main output projection 
  as</DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT size=2>
  <P>PROJECTION<BR>"proj=latlong"<BR>"ellps=WGS84"<BR>"datum=WGS84"<BR>END</P></FONT></DIV>
  <DIV>Below is details of one of the layers that shows perfectly</DIV>
  <DIV>&nbsp;</DIV>
  <DIV><STRONG>Layer name: subdiv<BR>Geometry: Polygon<BR>Feature Count: 
  7<BR>Extent: (-84.276822, 33.752808) - (-83.799104, 34.167873)<BR>Layer SRS 
  WKT:<BR>GEOGCS["GCS_North_American_1983",<BR>&nbsp;&nbsp;&nbsp; 
  DATUM["North_American_Datum_1983",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  SPHEROID["GRS_1980",6378137,298.257222101]],<BR>&nbsp;&nbsp;&nbsp; 
  PRIMEM["Greenwich",0],<BR>&nbsp;&nbsp;&nbsp; 
  UNIT["Degree",0.017453292519943295]]<BR></STRONG></DIV>
  <DIV>Here is one more layer which is projected and I was expecting it to 
  change projection on fly. But it does not show. Below is the details.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV><STRONG>Geometry: Polygon<BR>Feature Count: 703<BR>Extent: 
  (1905254.375111, 1140017.900055) - (2497321.299899, 1670166.374861)<BR>Layer 
  SRS 
  WKT:<BR>PROJCS["NAD_1983_StatePlane_Georgia_West_FIPS_1002_Feet",<BR>&nbsp;&nbsp;&nbsp; 
  GEOGCS["GCS_North_American_1983",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  DATUM["North_American_Datum_1983",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  SPHEROID["GRS_1980",6378137.0,298.257222101]],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  PRIMEM["Greenwich",0.0],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  UNIT["Degree",0.0174532925199433]],<BR>&nbsp;&nbsp;&nbsp; 
  PROJECTION["Transverse_Mercator"],<BR>&nbsp;&nbsp;&nbsp; 
  PARAMETER["False_Easting",2296583.333333333],<BR>&nbsp;&nbsp;&nbsp; 
  PARAMETER["False_Northing",0.0],<BR>&nbsp;&nbsp;&nbsp; 
  PARAMETER["Central_Meridian",-84.16666666666667],<BR>&nbsp;&nbsp;&nbsp; 
  PARAMETER["Scale_Factor",0.9999],<BR>&nbsp;&nbsp;&nbsp; 
  PARAMETER["Latitude_Of_Origin",30.0],<BR>&nbsp;&nbsp;&nbsp; 
  UNIT["Foot_US",0.3048006096012192]]</STRONG></DIV>
  <DIV><STRONG></STRONG>&nbsp;</DIV>
  <DIV><STRONG></STRONG>&nbsp;</DIV>
  <DIV>
  <DIV>I must be doing some mistake, can anyone help please.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Thanks and appreciate.</DIV></DIV></BLOCKQUOTE></BODY></HTML>