<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=827130503-18072006><FONT face=Arial 
color=#0000ff size=2>Thio,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=827130503-18072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=827130503-18072006><FONT face=Arial 
color=#0000ff size=2>The projection definition in your layers should not be set 
to auto, because the source data is only ever in one projection. Just because 
you shift a map to another zone, for instance, does not cause your source data 
to change. MapServer (Chameleon) mus know where to re-project the data FROM (not 
TO). Therefore, IF your source data is in zone 49s, put this in your 
layers:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=827130503-18072006></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=827130503-18072006><FONT face=Arial 
color=#0000ff size=2>&nbsp;&nbsp;&nbsp; PROJECTION<BR>&nbsp;&nbsp;&nbsp; &nbsp; 
"init=AUTO:32749"<BR>&nbsp;&nbsp;&nbsp; END</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=827130503-18072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=827130503-18072006><FONT face=Arial 
color=#0000ff size=2>Make sure to find out what projection your source data is 
in. If in doubt, send us an example coordinate.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=827130503-18072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=827130503-18072006><FONT face=Arial 
color=#0000ff size=2>I suppose you could put the automatic projection in your 
mapfile. But it may confuse users if they can see coordinates without knowing 
what they are in. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=827130503-18072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=827130503-18072006><FONT face=Arial 
color=#0000ff size=2>Best regards,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=827130503-18072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=827130503-18072006><FONT face=Arial 
color=#0000ff size=2>Jacob</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=827130503-18072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=827130503-18072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><BR>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> chameleon-bounces@lists.maptools.org 
  [mailto:chameleon-bounces@lists.maptools.org] <B>On Behalf Of 
  </B>Thio<BR><B>Sent:</B> 18 July 2006 10:58<BR><B>To:</B> Chameleon 
  Mailist<BR><B>Subject:</B> [Chameleon] Projection and ZoomAllLayer 
  fail<BR></FONT><BR></DIV>
  <DIV></DIV>Dear forumers..<BR><BR><BR>[Projection fail]<BR>I'd try to 
  configure my map file with a fixed projection. I use the UTM WGS84 49S for my 
  data, so i decide to use "auto:42001". But those configuration is fail, my 
  browser only shows : <BR><BR>Warning: [MapServer Error]: 
  msProcessProjection(): No such file or directory in 
  C:\ms4w\apps\chameleon\htdocs\common\wrapper\map_session.php on line 
  215<BR><BR>Warning: Failed to open map file 
  C:\ms4w\apps\webgis\mapscript/../map/webinfo.map in 
  C:\ms4w\apps\chameleon\htdocs\common\wrapper\map_session.php on line 
  215<BR><BR>Fatal error: Call to a member function getprojection() on a 
  non-object in C:\ms4w\apps\chameleon\htdocs\widgets\MapD<BR><BR><BR>Below is 
  my map configuration :<BR><BR>MAP<BR>&nbsp; NAME "WebInfo"<BR>&nbsp; STATUS 
  ON<BR>&nbsp; EXTENT 489495.77 9029110.98 919252.02 9298484.91<BR>&nbsp; SIZE 
  500 350 <BR>&nbsp; SHAPEPATH "../data/tab"<BR>&nbsp; SYMBOLSET 
  "../etc/symbols.sym"<BR>&nbsp; FONTSET "../etc/fonts.txt"<BR>&nbsp; IMAGETYPE 
  GIF<BR>&nbsp; IMAGECOLOR 255 255 255<BR>&nbsp; UNITS METERS<BR>&nbsp; 
  WEB<BR>&nbsp;&nbsp;&nbsp; IMAGEPATH "/ms4w/tmp/ms_tmp/"<BR>&nbsp;&nbsp;&nbsp; 
  IMAGEURL "/ms_tmp/"<BR>&nbsp; END&nbsp; <BR>&nbsp; 
  LEGEND<BR>&nbsp;&nbsp;&nbsp; STATUS ON<BR>&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 
  0<BR>&nbsp;&nbsp;&nbsp; POSITION LL<BR>&nbsp;&nbsp;&nbsp; KEYSIZE 18 12 
  <BR>&nbsp; END<BR>&nbsp; <BR>&nbsp; QUERYMAP<BR>&nbsp;&nbsp;&nbsp; STYLE 
  HILITE<BR>&nbsp;&nbsp;&nbsp; COLOR 255 0 0<BR>&nbsp; END<BR>&nbsp; 
  PROJECTION<BR>&nbsp;&nbsp;&nbsp; "init=auto:42001"<BR>&nbsp; END<BR>&nbsp; 
  <BR>&nbsp; LAYER<BR>&nbsp;&nbsp;&nbsp; NAME "APJ"<BR>&nbsp;&nbsp;&nbsp; STATUS 
  DEFAULT<BR>&nbsp;&nbsp;&nbsp; TYPE POLYGON<BR>&nbsp;&nbsp;&nbsp; 
  CONNECTIONTYPE OGR<BR>&nbsp;&nbsp;&nbsp; CONNECTION 
  "apj.tab"<BR>&nbsp;&nbsp;&nbsp; CLASSITEM "APJ"<BR>&nbsp;&nbsp;&nbsp; UNITS 
  METERS<BR>&nbsp;&nbsp;&nbsp; LABELITEM "APJ"<BR>&nbsp;&nbsp;&nbsp; 
  LABELMINSCALE 951730<BR>&nbsp;&nbsp;&nbsp; 
  CLASS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME "APJ 
  BANYUWANGI"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EXPRESSION "APJ 
  BANYUWANGI"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  LABEL<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE 
  TRUETYPE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FONT 
  "sans"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 
  8<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POSITION 
  CC<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 
  0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 251 255 
  158<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  STYLE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 70 142 
  68<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp; 
  END<BR>&nbsp;&nbsp;&nbsp; CLASS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME "APJ 
  BOJONEGORO"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EXPRESSION "APJ 
  BOJONEGORO"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  LABEL<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE 
  TRUETYPE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FONT 
  "sans"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 
  8<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POSITION 
  CC<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 
  0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 251 255 
  158<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  STYLE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 255 
  0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp; 
  END<BR>&nbsp;&nbsp;&nbsp; CLASS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME "APJ 
  GRESIK"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EXPRESSION "APJ 
  GRESIK"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  LABEL<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE 
  TRUETYPE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FONT 
  "sans"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 
  8<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POSITION 
  CC<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 
  0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 251 255 
  158<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  STYLE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 
  255<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp; 
  END&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; 
  PROJECTION<BR>&nbsp;&nbsp;&nbsp; &nbsp; 
  "init=AUTO:42001"<BR>&nbsp;&nbsp;&nbsp; END<BR>&nbsp; END<BR><BR>&nbsp; 
  LAYER<BR>&nbsp;&nbsp;&nbsp; NAME "Town"<BR>&nbsp;&nbsp;&nbsp; STATUS 
  OFF<BR>&nbsp;&nbsp;&nbsp; TYPE POINT<BR>&nbsp;&nbsp;&nbsp; CONNECTIONTYPE 
  OGR<BR>&nbsp;&nbsp;&nbsp; CONNECTION "towns.tab"<BR>&nbsp;&nbsp;&nbsp; UNITS 
  METERS<BR>&nbsp;&nbsp;&nbsp; MAXSCALE 951730<BR>&nbsp;&nbsp;&nbsp; LABELITEM 
  "NAMA_KOTA"<BR>&nbsp;&nbsp;&nbsp; CLASS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME 
  "Town"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TEMPLATE 
  "ttt_query.html"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  LABEL<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE 
  TRUETYPE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FONT 
  "sans"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 
  8<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POSITION 
  AUTO<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 161 219 
  231<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 255 255 
  255<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PARTIALS 
  FALSE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  STYLE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 
  1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 235 230 
  48<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 
  6<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp; 
  END<BR>&nbsp;&nbsp;&nbsp; PROJECTION<BR>&nbsp;&nbsp;&nbsp; &nbsp; 
  "init=AUTO:42001"<BR>&nbsp;&nbsp;&nbsp; END<BR>&nbsp; 
  END<BR>END<BR><BR><BR>[ZoomAllLayer fail]<BR>Besides, the "ZoomAllLayers" 
  widget still fail in my application. When I click on it, nothing changes on 
  the mapdhtml.<BR><BR>Please tell me what i've done wrong and should i do 
  next..<BR><BR><BR>Regards..<BR>
  <P>
  <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.</A></BLOCKQUOTE></BODY></HTML>