[mapserver-commits] r12387 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:21:33 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:21:32 -0700 (Fri, 26 Aug 2011)
New Revision: 12387
Modified:
trunk/mapserver/mapcache/src/service_wms.c
Log:
revert r331
thomas.bonfort | 2011-06-09 14:10:18 +0200 (Thu, 09 Jun 2011)
Modified: trunk/mapserver/mapcache/src/service_wms.c
===================================================================
--- trunk/mapserver/mapcache/src/service_wms.c 2011-08-26 11:21:29 UTC (rev 12386)
+++ trunk/mapserver/mapcache/src/service_wms.c 2011-08-26 11:21:32 UTC (rev 12387)
@@ -659,7 +659,7 @@
*request && (
((*request)->type == GEOCACHE_REQUEST_GET_TILE) ||
(((*request)->type == GEOCACHE_REQUEST_GET_MAP) &&
- ctx->config->getmap_strategy != GEOCACHE_GETMAP_ASSEMBLE)
+ ctx->config->getmap_strategy == GEOCACHE_GETMAP_ASSEMBLE)
)) {
/* if we're here, then we have succesfully parsed the request and can treat it ourselves, i.e. from cached tiles */
return;
More information about the mapserver-commits
mailing list