<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hola lista<br><br>Estoy trabajando en una aplicacion gis para lo cual estoy empleando msCross...y queria desarrollar un WFS Point Overlay Layer. El servidor wfs lo he verificado con lo siguiente:<br><br>http://localhost/cgi-bin/mapserv.exe?map=../htdocs/mscross/wfs_server.map&amp;version=1.0.0&amp;service=WFS&amp;request=GetFeature<br><br>Y si me arroja la informacion de las capas....<br><br>Pero el problema es al momento de utilizar la funcion myMap1.loadPointsOverlayWFS, alguien me puede orientar como solucionar el problema... lo que he configurado es lo siguiente:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; myMap1 = new msMap( document.getElementById('map_tag') );<br>&nbsp;&nbsp;&nbsp;&nbsp; myMap1.setCgi( '/cgi-bin/mapserv.exe' );<br>&nbsp;&nbsp;&nbsp;&nbsp; myMap1.setMapFile( '/ms4w/Apache/htdocs/mscross/wfs_server.map' );<br>&nbsp; &nbsp;&nbsp; myMap1.setFullExtent( 631772.192664, 780648.849136, 9920545.841595);<br>&nbsp;&nbsp;&nbsp;&nbsp; myMap1.setLayers( 'PERFIL' );<br>&nbsp;&nbsp;&nbsp;&nbsp; myMap1.setBorder(50);<br>&nbsp;&nbsp;&nbsp;&nbsp; a = 'http://www.google.com/mapfiles/markerG.png';<br>&nbsp;&nbsp;&nbsp;&nbsp; b = 'http://www.google.com/mapfiles/shadow50.png';<br>&nbsp;&nbsp;&nbsp;&nbsp; myIcon = new msIcon(a, b, 1, 2);<br>&nbsp;&nbsp;&nbsp;&nbsp; mySkin = null;<br><br><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; myMap1.loadPointsOverlayWFS</b>('http://localhost/cgi-bin/mapserv.exe?map=/ms4w/Apache/htdocs/mscross/wfs_server.map','POBLADOS', myIcon, mySkin);<br><br>myMap1.redraw()<br><br>Gracias por la atencion prestada...<br><br><br><br><br>&nbsp;&nbsp;&nbsp;&nbsp; <br>                                               <br /><hr />Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! <a href='http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us' target='_new'>Try it!</a></body>
</html>