Re: [mapserver-users] WCS time support bugs

2008-11-10 Thread Armin Burger
Alex during the tests I noticed 2 shortcomings of the patch for the 'wcs_timeposition', both are a bit correlated with each other: If a request contains a timestamp not available in the Postgis table then an empty image will be sent back to the requesting client. A better solution would be

Re: [mapserver-users] WCS time support bugs

2008-11-05 Thread Alexander Petkov
On Mon, Nov 3, 2008 at 4:10 PM, Armin Burger [EMAIL PROTECTED] wrote: Hi everybody I wanted to test the time support functionality of WCS but this seems not to be working. There is an older bug report at http://trac.osgeo.org/mapserver/ticket/1856 but it seems this has not been fixed yet.

Re: [mapserver-users] WCS time support bugs

2008-11-05 Thread Armin Burger
Alex I had a look at the code and tried the suggested fix. I uploaded a patch at the wiki, see this link http://trac.osgeo.org/mapserver/attachment/ticket/2487/mapwcs.c.patch With these modifications the PostGIS problem disappeared and it was also possible to specify 'wcs_timeposition' as a

Re: [mapserver-users] WCS time support bugs

2008-11-05 Thread Alexander Petkov
On Wed, Nov 5, 2008 at 10:13 AM, Armin Burger [EMAIL PROTECTED] wrote: Alex I had a look at the code and tried the suggested fix. I uploaded a patch at the wiki, see this link http://trac.osgeo.org/mapserver/attachment/ticket/2487/mapwcs.c.patch With these modifications the PostGIS problem

[mapserver-users] WCS time support bugs

2008-11-03 Thread Armin Burger
Hi everybody I wanted to test the time support functionality of WCS but this seems not to be working. There is an older bug report at http://trac.osgeo.org/mapserver/ticket/1856 but it seems this has not been fixed yet. I use a PostGIS table to store the tileindex for the time series and as