Hello All.<br><br>@Andreas : yes for the moment this is exactly what i use (same WFS server, enumerated feature list), but this breaks the functionnality i want to have &quot;if i deactivate a layer on my map, the grid should be updated accordingly.&quot; I don&#39;t want to add extra layer switching menu, the user should use the standard OpenLayers/French Geoportail layer switcher.<br>
<br>@Matt : thank you for the plumbing tip. From my point of view, the design would me more at the Vector level : could not it be possible to write a Vector implementation  that is a Composite (like the design pattern) of several Vector instances ?<br>

<br><div class="gmail_quote">2010/5/18 Andreas Hocevar <span dir="ltr">&lt;<a href="mailto:ahocevar@opengeo.org" target="_blank">ahocevar@opengeo.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi,<br>
<br>
if your WFS supports multiple feature types per request, you should also be able to configure your OpenLayers vector layer with a comma separated list of feature types. The requirement, of course, is that all WFS layers are on the same server and have the same namespace.<br>


<br>
Regards,<br>
Andreas.<br>
<div><div></div><div><br>
On May 18, 2010, at 14:36 , Matt Priour wrote:<br>
<br>
&gt; You need to use a feature store for your grid that contains all of the features you want to use.<br>
&gt; To do this you will need to add a &#39;featuresadded&#39; &amp; &#39;featuresremoved&#39; event listeners to your WFS layers that append or remove the features from the feature store.<br>
&gt; A feature store typically syncrhonizes with a single layer, which is what is happening in your current Grid, however to synchronize with multiple layers, you will have to provide a bit of the plumbing yourself.<br>
&gt; Matt Priour<br>
&gt; Kestrel Computer Consulting<br>
&gt;<br>
&gt; From: Florent Coste<br>
&gt; Sent: Tuesday, May 18, 2010 4:43 AM<br>
&gt; To: <a href="mailto:users@geoext.org" target="_blank">users@geoext.org</a><br>
&gt; Subject: [Users] How to feed a Grid from several WFS Layers<br>
&gt;<br>
&gt; Hello<br>
&gt;<br>
&gt; I&#39;m able to synchronize a Grid with a WFS layer linked to a Map, but how to do with several WFS layers ?<br>
&gt; I want to have the possibility to deactiviate/activate each layer one by one<br>
&gt;<br>
&gt; All the WFS layers have the same properties so they can all be displayed correctly in the grid.<br>
&gt; I have searched in the API without success<br>
&gt;<br>
&gt; Regards,<br>
&gt; Florent<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@geoext.org" target="_blank">Users@geoext.org</a><br>
&gt; <a href="http://www.geoext.org/cgi-bin/mailman/listinfo/users" target="_blank">http://www.geoext.org/cgi-bin/mailman/listinfo/users</a><br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@geoext.org" target="_blank">Users@geoext.org</a><br>
&gt; <a href="http://www.geoext.org/cgi-bin/mailman/listinfo/users" target="_blank">http://www.geoext.org/cgi-bin/mailman/listinfo/users</a><br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Andreas Hocevar<br>
OpenGeo - <a href="http://opengeo.org/" target="_blank">http://opengeo.org/</a><br>
Expert service straight from the developers.<br>
<br>
</font></blockquote></div><br>