ok I got it, maxfeatures goes in getFeature part...not in the query part
<wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs"; service="WFS" 
version="1.1.0" maxFeatures="1"





steve.tout...@inspq.qc.ca@lists.osgeo.org 
Envoyé par : mapserver-users-boun...@lists.osgeo.org
2015-05-05 15:25

A
mapserver-users@lists.osgeo.org
cc

Objet
[mapserver-users] WFS getFeature,maxfeatures using POST








It seems that maxFeatures=x is not used when using post request 
GET 
http://demo.mapserver.org/cgi-bin/wfs?VERSION=1.1.0&SERVICE=WFS&REQUEST=GetFeature&TYPENAME=cities&maxFeatures=2
 


POST (see attached file) 
curl -X POST -d @msdemo.xml http://demo.mapserver.org/cgi-bin/wfs? 
--header "Content-Type:text/xml" 

I tried with MS6.4 and MS7 also. 
Is it a bug or I don't create the payload correctly? 
thanks_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to