Re: [MAPSERVER-USERS] Serving jpeg tiles - is there a howto?

2008-12-14 Thread thomas bonfort
hi, the easiest way imho would be to create a custom batch script that creates wld georeferencing files for each of your jpegs: - use grep on the file name to extract the upper left coordinate (minx, maxy) - calculate the size of a single pixel (either from the image size and extent, or hardcoded

Re: [mapserver-users] How to get data based on Date in Postgresql/PostGIS

2008-12-14 Thread thomas bonfort
try DATA the_geom from (select id,the_geom from pointlayer where date='12/2/2008') as foo using unique id using srid= -- thomas On Mon, Dec 15, 2008 at 06:32, Venkat Rao Tammineni vtammin...@roulacglobal.com wrote: Dear All, I want get data based on Date. When I run query select *