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

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:20:30 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:20:29 -0700 (Fri, 26 Aug 2011)
New Revision: 12373

Modified:
   trunk/mapserver/mapcache/src/core.c
Log:
missed with last commit
thomas.bonfort | 2011-05-24 16:21:48 +0200 (Tue, 24 May 2011)

Modified: trunk/mapserver/mapcache/src/core.c
===================================================================
--- trunk/mapserver/mapcache/src/core.c	2011-08-26 11:20:25 UTC (rev 12372)
+++ trunk/mapserver/mapcache/src/core.c	2011-08-26 11:20:29 UTC (rev 12373)
@@ -47,6 +47,7 @@
          &nmaptiles, &maptiles);
    for(i=0;i<nmaptiles;i++) {
       geocache_tile *tile = maptiles[i];
+      tile->dimensions = map->dimensions;
       geocache_tileset_tile_get(ctx, tile);
       if(GC_HAS_ERROR(ctx))
          return NULL;



More information about the mapserver-commits mailing list