[mapserver-users] Re: Limiting the execution time of mapserver

Rahkonen Jukka Jukka.Rahkonen at mmmtike.fi
Tue Jun 22 15:13:43 EDT 2010


Hi,

If you can control the client application make it to send &maxFeatures=100 with each WFS getFeature request.

-Jukka Rahkonen-

mattmendick wrote:

> Thanks for the reply - where would you put this limit statement? I've tried
putting it in the DATA section, like so:

> DATA "wkb_geometry from (select * from parcels LIMIT 100) as subquery using
unique ogc_fid using srid=4326"

> or

> DATA "wkb_geometry from (select * from parcels) as subquery using unique
ogc_fid using srid=4326  LIMIT 100"

> or

> FILTER "LIMIT 100"

> And none of these seem to work - am I putting the limit statement in the
right spot?
-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Limiting-the-execution-time-of-mapserver-tp5209173p5210330.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
_______________________________________________
mapserver-users mailing list
mapserver-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users



More information about the mapserver-users mailing list