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 [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
