<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt;color:#000000;"><div>Hi list,<br><br>I want to load a wfs layer in my map.<br>var wfs = new OpenLayers.Layer.Vector("wfs",<br>&nbsp;&nbsp;&nbsp; {styleMap: styleMap, <br>&nbsp;&nbsp;&nbsp; strategies: [new OpenLayers.Strategy.Fixed()],<br>&nbsp;&nbsp;&nbsp; protocol: new OpenLayers.Protocol.WFS({<br><span>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; url: "<a target="_blank" href="http://myserver:81/geoserver/wfs">http://myserver:81/geoserver/wfs</a>?",</span><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; featureNS: "gn",<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; featureType: "mylayer",<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; geometryName: "SHAPE",<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; version:
 "1.1.0",<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; srsName: "EPSG:4326"<br>&nbsp;&nbsp;&nbsp; }),<br>&nbsp;&nbsp;&nbsp; projection: new OpenLayers.Projection("EPSG:4326") //like my map<br>&nbsp;&nbsp;&nbsp; });<br><br>But I can see a response at firebug but response.features is empty:<br>wfs.protocol.read({<br>&nbsp;&nbsp;&nbsp; callback: function(response){<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if(response.success(){<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; var features = response.features; //is empty<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; } else {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; alert("failure!)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br>});<br>My code is at geoservers www folder (geoserver is at Tomcat 6 on win).<br>FeatureInfo works fine.<br>Is this a matter of proxyhost?<br><br>Thanks.<br>best regards<br>Sarah<br></div>
</div><br>__________________________________________________<br>Do You Yahoo!?<br>Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. <br>http://mail.yahoo.com </body></html>