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

mattmendick matt.mendick at pictometry.com
Tue Jun 22 15:13:04 EDT 2010


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.


More information about the mapserver-users mailing list