[mapserver-users] support of time and space tiling

Lime, Steve D (DNR) Steve.Lime at state.mn.us
Wed Feb 24 14:00:03 EST 2010


I believe you can do this by using a tile layer with an explicit FILTER set for the temporal piece. So, If in your tile index you have a
time attribute (or whatever you can do this):

LAYER
   NAME 'tileindex'
   TYPE TILEINDEX
   ...
   FILTER 'limit tiles by attributes'
END

LAYER
  NAME 'tiles'
  TYPE RASTER
  ...
  TILEINDEX 'tileindex'
END

We use this mechanism in the WCS server code...

Steve

From: mapserver-users-bounces at lists.osgeo.org [mailto:mapserver-users-bounces at lists.osgeo.org] On Behalf Of Peisheng Zhao
Sent: Tuesday, February 23, 2010 9:25 AM
To: users mapserver
Subject: [mapserver-users] support of time and space tiling

Hi all,


Does MapServer support both time and space tiling for a dataset yet?


Peisheng
________________________________
Hotmail: Free, trusted and rich email service. Get it now.<http://clk.atdmt.com/GBL/go/196390708/direct/01/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20100224/d3f4b1d6/attachment-0001.html


More information about the mapserver-users mailing list