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

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:19:44 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:19:44 -0700 (Fri, 26 Aug 2011)
New Revision: 12362

Modified:
   trunk/mapserver/mapcache/src/configuration.c
Log:
set version to 0.5-dev
thomas.bonfort | 2011-05-18 18:21:55 +0200 (Wed, 18 May 2011)

Modified: trunk/mapserver/mapcache/src/configuration.c
===================================================================
--- trunk/mapserver/mapcache/src/configuration.c	2011-08-26 11:19:40 UTC (rev 12361)
+++ trunk/mapserver/mapcache/src/configuration.c	2011-08-26 11:19:44 UTC (rev 12362)
@@ -104,7 +104,7 @@
    grid->srs = apr_pstrdup(pool,"epsg:4326");
    grid->unit = GEOCACHE_UNIT_DEGREES;
    grid->tile_sx = grid->tile_sy = 256;
-   grid->nlevels = 16;
+   grid->nlevels = 19;
    grid->extent[0] = wgs84_extent[0];
    grid->extent[1] = wgs84_extent[1];
    grid->extent[2] = wgs84_extent[2];



More information about the mapserver-commits mailing list