Re: [mapserver-users] MapServer + WFS restrictions

2008-12-09 Thread Yewondwossen Assefa
Hi There, I did a quick test and wfs_maxfeatures is working as expected with latest mapserver. How are you specifying it? something like this in the web metadata should work "wfs_maxfeatures" "8". Note that you do not need this metadata for the wfs maxfeatures parameter to work. wfs_extent

[mapserver-users] MapServer + WFS restrictions

2008-12-09 Thread Francisco Arrebola Pascual
Hello, I want to restrict at server-side level the wfs requests. This means that I want to configure my mapserver to restrict for example the extension of a request or the number of features returned. I tried it using wfs_maxfeatures and wfs_extent properties of the METADATA field in .map file, but