Thanks for your helpful tip. I saw this format from a old post, so i&nbsp; thought it might be the right way to do with mapfile. Anyway, after changing the code, the worldmap file(from tutorial) works pretty well. But my file&#39;s output turned into an odd way. like in this screenshot<br>
<a href="http://img.album.pchome.net/00/06/47/89/4450279983314c88777d269a340264a6.png">http://img.album.pchome.net/00/06/47/89/4450279983314c88777d269a340264a6.png</a><br>&nbsp;Within the border, only a little dot exits.<br><br>
Projection issue, I know this from FAQ and some old posts. But still, I can&#39;t understand. My shp files were built under WGS84. And I&nbsp; want to integrate my base map and google earth&#39;s hybid image. So I chose longitude&amp;latitude as my extend. Openlayer&#39;s default projection type is epsg 4326 which matches WGS84, right?<br>
<br>Besides, the extent vaules in either my mapfile or worldmap&#39;s is in latitude&amp;longitude format. <br>this is image link of my mapfile&#39;s <br><a href="http://127.1/cgi-bin/mapserv.exe?layers=Shp_Lakes&amp;map=%2Fms4w%2Fapps%2Fmap.map&amp;mode=map&amp;map_imagetype=png&amp;mapext=112.5+22.5+123.75+33.75&amp;imgext=112.5+22.5+123.75+33.75&amp;map_size=256+256&amp;imgx=128&amp;imgy=128&amp;imgxy=256+256">http://127.1/cgi-bin/mapserv.exe?layers=Shp_Lakes&amp;map=%2Fms4w%2Fapps%2Fmap.map&amp;mode=map&amp;map_imagetype=png&amp;mapext=112.5+22.5+123.75+33.75&amp;imgext=112.5+22.5+123.75+33.75&amp;map_size=256+256&amp;imgx=128&amp;imgy=128&amp;imgxy=256+256</a><br>
and the&nbsp; mapfile<br><br>MAP<br>&nbsp; NAME hzau<br>&nbsp; # Map image size<br>&nbsp; SIZE 800 800<br>&nbsp;<br>&nbsp; EXTENT 114.327181 30.454108 114.363140 30.495525<br>&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp; &#39;proj=longlat&#39;<br>&nbsp;&nbsp;&nbsp; &#39;ellps=WGS84&#39;<br>&nbsp;&nbsp;&nbsp; &#39;datum=WGS84&#39;<br>
&nbsp;&nbsp;&nbsp; &#39;no_defs&#39;<br><br>world map&#39;s<br><a href="http://127.1/cgi-bin/mapserv.exe?layers=Shp_Lakes&amp;map=%2Fms4w%2Fapps%2F123.map&amp;mode=map&amp;map_imagetype=png&amp;mapext=-90+0+-45+45&amp;imgext=-90+0+-45+45&amp;map_size=256+256&amp;imgx=128&amp;imgy=128&amp;imgxy=256+256">http://127.1/cgi-bin/mapserv.exe?layers=Shp_Lakes&amp;map=%2Fms4w%2Fapps%2F123.map&amp;mode=map&amp;map_imagetype=png&amp;mapext=-90+0+-45+45&amp;imgext=-90+0+-45+45&amp;map_size=256+256&amp;imgx=128&amp;imgy=128&amp;imgxy=256+256</a><br>
also the mapfile<br>NAME world<br>&nbsp; # Map image size<br>&nbsp; SIZE 800 800<br><br>&nbsp; EXTENT -179.999900 -90 179.999900 90<br>&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp; &#39;proj=longlat&#39;<br>&nbsp;&nbsp;&nbsp; &#39;ellps=WGS84&#39;<br>&nbsp;&nbsp;&nbsp; &#39;datum=WGS84&#39;<br>
&nbsp;&nbsp;&nbsp; &#39;no_defs&#39;<br><br>I guess with the openlayer&#39;s default extent, the export image should be a little small, not a dot(still a dot after zooming for 5 times)<br>Or I should just set extent manually?<br><br>best wish<br>
<br><div class="gmail_quote">2008/5/6 Christian López Espínola &lt;<a href="mailto:penyaskito@gmail.com">penyaskito@gmail.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Chen,<br>
<div class="Ih2E3d"><br>
On Tue, May 6, 2008 at 8:31 AM, Chen kuja &lt;<a href="mailto:eiclkun@gmail.com">eiclkun@gmail.com</a>&gt; wrote:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; map = new OpenLayers.Map( &#39;map&#39; );<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; layer = new OpenLayers.Layer.MapServer( &quot;OpenLayers WMS&quot;,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;<a href="http://127.1/cgi-bin/mapserv.exe" target="_blank">http://127.1/cgi-bin/mapserv.exe</a>?&quot;, { layers:<br>
&gt; &#39;Shp_Lakes&#39;,<br>
&gt; &nbsp;map: &#39;map=/ms4w/apps/map.map&#39;} );<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; map.addLayer(layer);<br>
<br>
</div>Try with<br>
<div class="Ih2E3d">&gt; &nbsp;map: &#39;/ms4w/apps/map.map&#39;} );<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; map.addLayer(layer);<br>
<br>
<br>
</div>--<br>
Regards,<br>
<font color="#888888"><br>
Christian López Espínola<br>
</font></blockquote></div><br>