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

Reply via email to