[mapserver-commits] r12384 - trunk/mapserver/mapcache/include

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:21:15 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:21:15 -0700 (Fri, 26 Aug 2011)
New Revision: 12384

Modified:
   trunk/mapserver/mapcache/include/geocache.h
Log:
dont do any rounding on placement of tiles in getmap requests
thomas.bonfort | 2011-06-09 13:02:54 +0200 (Thu, 09 Jun 2011)

Modified: trunk/mapserver/mapcache/include/geocache.h
===================================================================
--- trunk/mapserver/mapcache/include/geocache.h	2011-08-26 11:21:10 UTC (rev 12383)
+++ trunk/mapserver/mapcache/include/geocache.h	2011-08-26 11:21:15 UTC (rev 12384)
@@ -55,7 +55,7 @@
 #define GEOCACHE_CACHE_MISS 5
 #define GEOCACHE_FILE_LOCKED 6
 
-#define GEOCACHE_VERSION "0.4"
+#define GEOCACHE_VERSION "0.5-dev"
 #define GEOCACHE_USERAGENT "mod-geocache/"GEOCACHE_VERSION
 
 #define GEOCACHE_LOCKFILE_PREFIX "_gc_lock"



More information about the mapserver-commits mailing list