[mapserver-commits] r10528 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Tue Sep 28 12:15:53 EDT 2010
Author: warmerdam
Date: 2010-09-28 16:15:53 +0000 (Tue, 28 Sep 2010)
New Revision: 10528
Modified:
trunk/mapserver/maprasterquery.c
Log:
remove inaccurate comment, someone has implemented tileindex extent support
Modified: trunk/mapserver/maprasterquery.c
===================================================================
--- trunk/mapserver/maprasterquery.c 2010-09-28 15:35:41 UTC (rev 10527)
+++ trunk/mapserver/maprasterquery.c 2010-09-28 16:15:53 UTC (rev 10528)
@@ -1488,15 +1488,6 @@
CPLErr eErr = CE_Failure;
char *decrypted_path;
- /*
- ** For the time being we only automatically derive extents from
- ** single raster files. Opening many raster files from a tile index
- ** in order to get the extent would be potentially very expensive. We
- ** could - in theory - scan the tile index and build up an extent from
- ** the polygons but that is quite complicated code wise, so I am leaving
- ** that till someone cares more about the issue. (#79)
- */
-
if( (!layer->data || strlen(layer->data) == 0)
&& layer->tileindex == NULL)
{
More information about the mapserver-commits
mailing list