<div dir="ltr">Did you have a look at filters</div><div class="gmail_extra"><br clear="all"><div><br>--<br><br>Med venlig hilsen / Kind regards<br><br>Tue Topholm<br>Sugee<br>Tlf: +45 32 13 32 32<br>W: <a href="http://www.sugee.dk" target="_blank">http://www.sugee.dk</a></div>

<br><br><div class="gmail_quote">2013/10/4 Alextave <span dir="ltr"><<a href="mailto:andrea.alri90@gmail.com" target="_blank">andrea.alri90@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I realize that I expressed myself so bad, I apologize.<br>
My problem is this: I have to select one feature of a WFS and show this<br>
feature on a map, I don't want to show the other features that belong to the<br>
WFS.<br>
<br>
I have this layer that contains a WFS:<br>
   var Parametri_WFSStradeB=new Object();<br>
   Parametri_WFSStradeB.url="<a href="http://localhost:8080/services/WFSbabDB" target="_blank">http://localhost:8080/services/WFSbabDB</a>";<br>
   Parametri_WFSStradeB.featureType="StradaB";<br>
   Parametri_WFSStradeB.featureNS="<a href="http://www.deegree.org/app" target="_blank">http://www.deegree.org/app</a>";<br>
   Parametri_WFSStradeB.featurePrefix="app";<br>
   Parametri_WFSStradeB.geometryName="Road";<br>
   Parametri_WFSStradeB.outputFormat="GML2";<br>
   Parametri_WFSStradeB.visibility=false;<br>
   var WFSStradeB=new OpenLayers.Protocol.WFS.v1_1_0(Parametri_WFSStradeB);<br>
<br>
   var LayerWFSStradeB=new OpenLayers.Layer.Vector("WFSSB", {<br>
     strategies: [new OpenLayers.Strategy.BBOX()],<br>
     protocol: WFSStradeB<br>
   });<br>
<br>
I think I have to do this selection before the<br>
     map.addLayer(LayerWFSStradeB);<br>
<br>
because the addLayer() function show all the data on the map. I use<br>
OpenLayers.Control.GetFeature in another  moment but now I think it is not<br>
useful.<br>
I know the exixtence of ProxyHost that can make me go on the server side but<br>
I can't managed to configure it correctly.<br>
In addition to the proxy, there are other similar solutions?<br>
<br>
Thanks for the helo<br>
Andrea<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/Show-only-one-feature-of-the-WFS-tp5081567p5081877.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/Show-only-one-feature-of-the-WFS-tp5081567p5081877.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
</div></div></blockquote></div><br></div>