<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content=text/html;charset=gb2312>
<STYLE></STYLE>

<META content="MSHTML 6.00.2900.3132" name=GENERATOR></HEAD>
<BODY id=MailContainerBody 
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 10pt; COLOR: #000000; PADDING-TOP: 15px; FONT-FAMILY: Arial" 
bgColor=#d4d0c8 leftMargin=0 topMargin=0 CanvasTabStop="true" acc_role="text" 
name="Compose message area">
<DIV>Greetings!</DIV>
<DIV>&nbsp;</DIV>
<DIV>I've got&nbsp;a map, one base layer (WMS) with 3 overlays (WFS). All 
overlays are for displaying POI only.</DIV>
<DIV>&nbsp;</DIV>
<DIV>The options of the map object is:</DIV>
<DIV>&nbsp;var options4326 = {<BR>&nbsp;&nbsp;numZoomLevels: 
12,<BR>&nbsp;&nbsp;maxResolution: .00068359375,<BR>&nbsp;&nbsp;maxExtent: new 
OpenLayers.Bounds(-180,-90,180,90),<BR>&nbsp;&nbsp;projection:"EPSG:4326",<BR>&nbsp;&nbsp;controls: 
[]<BR>&nbsp;};<BR></DIV>
<DIV>While the overlays are:</DIV>
<DIV>&nbsp;g_markLayer = new 
OpenLayers.Layer.WFS(g_layerPOI,"strWFS.php?"+"ID=1",<BR>&nbsp;&nbsp;{TYPENAME: 
"POI",LCID:3076,TYPES:"1603,1900"},<BR>&nbsp;&nbsp;{ featureClass: 
OpenLayers.Feature.WFSPOI,ratio:1.0});<BR>&nbsp;g_map.addLayer(g_markLayer);<BR>&nbsp;<BR>&nbsp;var 
customPOILayer = new 
OpenLayers.Layer.WFS(g_layerCustomPOI,"WFSBox.php?"+"ID=1",<BR>&nbsp;&nbsp;{typename: 
"ud",geometrytype:"POINT", maxfeatures: 10},<BR>&nbsp;&nbsp;{ featureClass: 
OpenLayers.Feature.CustomPOI,ratio:1.0});<BR>&nbsp;g_map.addLayer(customPOILayer);<BR>&nbsp;<BR>&nbsp;g_searchLayer 
= new 
OpenLayers.Layer.Markers("Markers");<BR>&nbsp;g_map.addLayer(g_searchLayer);</DIV>
<DIV>&nbsp;</DIV>
<DIV>The outcome don't align correctly:</DIV>
<DIV><A title=http://www3.mapasia.com/jackout/1.png 
href="http://www3.mapasia.com/jackout/1.png">http://www3.mapasia.com/jackout/1.png</A></DIV>
<DIV><A title=http://www3.mapasia.com/jackout/2.png 
href="http://www3.mapasia.com/jackout/2.png">http://www3.mapasia.com/jackout/2.png</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>I've check the mouse position, it show the correct lon,lat as I expected. 
What is wrong?</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>