<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Eric Lemoine ha scritto:
<blockquote
 cite="mid:5ec103de0808120148r6811e00cj5d1c8541cad3701d@mail.gmail.com"
 type="cite"><br>
  <pre wrap=""><!---->
When adding a WFS layer to the map a WFS/GetFeature request is sent to
the WFS server; when the response comes back the layer's features
array is populated.

Does that answer your question?
  </pre>
</blockquote>
ok yes I understand...<br>
I tried to view the features array before WFS layer is add to the map<br>
after WFS declaration...<br>
<br>
So if I understand well<br>
after a new declaration<br>
<br>
var layer = new OpenLayers.Layer.WFS(...<br>
<br>
the features array is empty<br>
<br>
but after adding to the map<br>
<br>
map.addlayer(layer)<br>
<br>
<pre wrap="">features
array is populated.

It's right?

Walter

</pre>
<br>
<br>
<blockquote
 cite="mid:5ec103de0808120148r6811e00cj5d1c8541cad3701d@mail.gmail.com"
 type="cite">
  <pre wrap="">
--
Eric
  </pre>
</blockquote>
<br>
</body>
</html>