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

Steve.Toutant at inspq.qc.ca Steve.Toutant at inspq.qc.ca
Tue May 5 12:30:19 PDT 2015


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.Toutant at inspq.qc.ca@lists.osgeo.org 
Envoyé par : mapserver-users-bounces at lists.osgeo.org
2015-05-05 15:25

A
mapserver-users at 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 at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20150505/0ba9dc4f/attachment.html>


More information about the mapserver-users mailing list