<font size=2 face="sans-serif">Answer:</font>
<br><font size=2 face="Monospace">wpsinput.reference.body.wfs.maxFeatures</font><font size=2 color=#212100 face="Monospace">
</font><font size=2 face="Monospace">=</font><font size=2 color=#212100 face="Monospace">
</font><font size=2 face="Monospace">100;</font>
<p>
<br>
<br>
<br>
<table width=100% style="border-collapse:collapse;">
<tr valign=top height=8>
<td width=40% style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=1 face="sans-serif"><b>Steve.Toutant@inspq.qc.ca@lists.osgeo.org</b>
</font>
<br><font size=1 face="sans-serif">Envoyé par : openlayers-users-bounces@lists.osgeo.org</font>
<p><font size=1 face="sans-serif">2015-05-08 11:46</font>
<td width=59% style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<table width=100% style="border-collapse:collapse;">
<tr valign=top height=21>
<td width=57 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=right><font size=1 face="sans-serif">A</font></div>
<td style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=1 face="sans-serif">openlayers-users@lists.osgeo.org</font>
<tr valign=top height=21>
<td width=57 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<tr valign=top height=21>
<td width=57 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<div align=right><font size=1 face="sans-serif">Objet</font></div>
<td style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"><font size=1 face="sans-serif">[OpenLayers-Users]
modify wfs layer protocol</font></table>
<br>
<table width=393 style="border-collapse:collapse;">
<tr valign=top height=8>
<td width=57 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;">
<td width=336 style="border-style:none none none none;border-color:#000000;border-width:0px 0px 0px 0px;padding:0px 0px;"></table>
<br></table>
<br>
<br>
<br>
<br>
<br><font size=3 face="sans-serif">I'm using a wps client that send a wfs
getfeature request in POST.</font><font size=3> </font>
<p><font size=3 face="sans-serif">Here is the part of the payload I'm looking</font><font size=3>
</font><font size=3 face="sans-serif"><br>
<wfs:GetFeature xmlns:wfs="</font><a href=http://www.opengis.net/wfs><font size=3 color=blue face="sans-serif"><u>http://www.opengis.net/wfs</u></font></a><font size=3 face="sans-serif">"
service="WFS" version="1.1.0" outputFormat="GML2"><wfs:Query
typeName="caserne" ></font><font size=3> <br>
</font><font size=3 face="sans-serif"><br>
In some cases I need to programmatically add this params maxFeatures="50".
The payload must become</font><font size=3> </font><font size=3 face="sans-serif"><br>
<wfs:GetFeature xmlns:wfs="</font><a href=http://www.opengis.net/wfs><font size=3 color=blue face="sans-serif"><u>http://www.opengis.net/wfs</u></font></a><font size=3 face="sans-serif">"
service="WFS" version="1.1.0" outputFormat="GML2"</font><font size=3 color=red face="sans-serif"><b>
maxFeatures="3"</b></font><font size=3 face="sans-serif">><wfs:Query
typeName="caserne" ></font><font size=3> <br>
</font><font size=3 face="sans-serif"><br>
I tried layer.protocol.maxFeatures = 50, but this add the param in the
wfs:query tag which doesn't work.</font><font size=3> <br>
</font><font size=3 face="sans-serif"><br>
How should I modify the layer protocol to add maxFeatures param only when
needed?</font><font size=3> </font><font size=3 face="sans-serif"><br>
Thank you</font><font size=3> </font><font size=3 face="sans-serif"><br>
Steve</font><tt><font size=2>_______________________________________________<br>
Users mailing list<br>
Users@lists.osgeo.org<br>
</font></tt><a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users"><tt><font size=2>http://lists.osgeo.org/mailman/listinfo/openlayers-users</font></tt></a>
<br>
<br>
<br>