[mapserver-users] Unexpected behavior of wfs layer using postgis

2009-08-07 Thread Luigi Castro Cardeles
Hi list, I have a wfs layer (data stored at postgis) and that layer have a complex data statement mapfile ------ LISTCOIID - cgi param ## #LAYER WFS PARCEL ## LAYER NAME 'parcels' #DEBUG 5 METADATA wfs_title parcels

Re: [mapserver-users] Unexpected behavior of wfs layer using postgis

2009-08-07 Thread Paul Ramsey
It's not a bug, it's a feature! What you are seeing is the mapserver query life cycle. It is designed to be run on top of shape files, so when used on databases, it is very redundant. First it gathers the id's of all the features that match the criteria. Then it goes back and iterates through,

Re: [mapserver-users] Unexpected behavior of wfs layer using postgis

2009-08-07 Thread Luigi Castro Cardeles
Thanks Paul :D, is there any ticket already open about that modification? best regards, Luigi Castro Cardeles 2009/8/7 Paul Ramsey pram...@cleverelephant.ca It's not a bug, it's a feature! What you are seeing is the mapserver query life cycle. It is designed to be run on top of shape

Re: [mapserver-users] Unexpected behavior of wfs layer using postgis

2009-08-07 Thread Paul Ramsey
Yes, http://trac.osgeo.org/mapserver/ticket/3069 On Fri, Aug 7, 2009 at 2:16 PM, Luigi Castro Cardelesluigi.carde...@gmail.com wrote: Thanks Paul :D, is there any ticket already open about that modification? best regards, Luigi Castro Cardeles 2009/8/7 Paul Ramsey