HI again,<br><br>Indeed it seems that the request is for a region that
doesn't exist in the server (due to the wrong SRS). Assuming that there's nothign wrong with the layer in the server you could try to add the EPSG
to the layer constructor:<br><br>var wfs2 = new OpenLayers.Layer.WFS(
<br> "myLayer",
<br> "<span><a rel="nofollow" href="http://myserver:81/geoserver/wfs" target="_blank">http://myserver:81/geoserver/wfs</a></span>",
<br> {
<br> typename: 'myLayersNameInTheServer',
<br> srsName: "EPSG:4326"<br> }
<br> );<br><br>If it still doesn't show up then there must be some problem re-projecting the layer to the map's SRS.<br><br>Good luck,<br><br>Luís<br><br><br><br> <br><br><div class="gmail_quote"><span dir="ltr"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="gmail_quote">2010/3/8 Sarah Schuessler <span dir="ltr"><<a href="mailto:sarah_flip@yahoo.de" target="_blank">sarah_flip@yahoo.de</a>></span><div class="im"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>Hi,<br><br>thanks for your suggestion!<br>Name of the layer is correct. I use featureType: "mylayer" (without prefix) and/or <span>typename: "gn:mylayer" but neither worked.</span><br>
Firebug gave me:<br> gml:boundedby ><gml:null>unknown</gml:null><br>I think because of different EPSG/coordinates. But don´t know how to manage best way.<br><br>best regards<br>Sarah<br></div></div></div></blockquote>
</div></div>
</blockquote></div><br>