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

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:22:05 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:22:05 -0700 (Fri, 26 Aug 2011)
New Revision: 12395

Modified:
   trunk/mapserver/mapcache/include/geocache.h
Log:
apr-util is now required
thomas.bonfort | 2011-07-03 14:02:59 +0200 (Sun, 03 Jul 2011)

Modified: trunk/mapserver/mapcache/include/geocache.h
===================================================================
--- trunk/mapserver/mapcache/include/geocache.h	2011-08-26 11:22:01 UTC (rev 12394)
+++ trunk/mapserver/mapcache/include/geocache.h	2011-08-26 11:22:05 UTC (rev 12395)
@@ -510,9 +510,9 @@
 #define GEOCACHE_SERVICES_COUNT 7
 
 typedef enum {
-    GEOCACHE_SERVICE_WMS = 0, GEOCACHE_SERVICE_TMS, GEOCACHE_SERVICE_WMTS,
+    GEOCACHE_SERVICE_TMS=0, GEOCACHE_SERVICE_WMTS,
     GEOCACHE_SERVICE_DEMO, GEOCACHE_SERVICE_GMAPS, GEOCACHE_SERVICE_KML,
-    GEOCACHE_SERVICE_VE
+    GEOCACHE_SERVICE_VE, GEOCACHE_SERVICE_WMS
 } geocache_service_type;
 
 #define GEOCACHE_UNITS_COUNT 3



More information about the mapserver-commits mailing list