[mapserver-commits] r12253 - trunk/mapserver/mapcache/src

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:11:17 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:11:17 -0700 (Fri, 26 Aug 2011)
New Revision: 12253

Modified:
   trunk/mapserver/mapcache/src/cache_disk.c
Log:
add restricted extent.

precalculate tile limits.
thomas.bonfort | 2011-01-17 09:03:47 +0100 (Mon, 17 Jan 2011)

Modified: trunk/mapserver/mapcache/src/cache_disk.c
===================================================================
--- trunk/mapserver/mapcache/src/cache_disk.c	2011-08-26 11:11:12 UTC (rev 12252)
+++ trunk/mapserver/mapcache/src/cache_disk.c	2011-08-26 11:11:17 UTC (rev 12253)
@@ -60,8 +60,6 @@
       while(i--) {
          apr_table_entry_t *entry = &(APR_ARRAY_IDX(elts,i,apr_table_entry_t));
          start = apr_pstrcat(ctx->pool,start,"/",entry->key,"/",entry->val,NULL);
-         ctx->log(ctx,GEOCACHE_DEBUG,"tile dim %s",start);
-
       }
    }
    *path = apr_psprintf(ctx->pool,"%s/%02d/%03d/%03d/%03d/%03d/%03d/%03d.%s",
@@ -165,7 +163,6 @@
    GC_CHECK_ERROR(ctx);
 
    /* find the location of the last '/' in the string */
-   ctx->log(ctx,GEOCACHE_DEBUG,"filename is %s",filename);
    hackptr1 = filename;
    while(*hackptr1) {
       if(*hackptr1 == '/')



More information about the mapserver-commits mailing list