[mapserver-commits] r12339 - trunk/mapserver/mapcache/include
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:18:04 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:18:04 -0700 (Fri, 26 Aug 2011)
New Revision: 12339
Modified:
trunk/mapserver/mapcache/include/geocache.h
Log:
add grid units to openlayers demo interface
grid laready had a units property that is used for wmts scale computation. this
commit adds the unit property to the openlayers demo output, and adds the <units> tag
in the <grid> configuration section (I have not tested the latter change).
closes issue 67.
thomas.bonfort | 2011-03-24 10:23:13 +0100 (Thu, 24 Mar 2011)
Modified: trunk/mapserver/mapcache/include/geocache.h
===================================================================
--- trunk/mapserver/mapcache/include/geocache.h 2011-08-26 11:18:00 UTC (rev 12338)
+++ trunk/mapserver/mapcache/include/geocache.h 2011-08-26 11:18:04 UTC (rev 12339)
@@ -55,7 +55,7 @@
#define GEOCACHE_CACHE_MISS 5
#define GEOCACHE_FILE_LOCKED 6
-#define GEOCACHE_VERSION "0.3-dev"
+#define GEOCACHE_VERSION "0.4-dev"
#define GEOCACHE_USERAGENT "mod-geocache/"GEOCACHE_VERSION
#define GEOCACHE_LOCKFILE_PREFIX "_gc_lock"
More information about the mapserver-commits
mailing list