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

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


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

Modified:
   trunk/mapserver/mapcache/src/service_wms.c
Log:


Modified: trunk/mapserver/mapcache/src/service_wms.c
===================================================================
--- trunk/mapserver/mapcache/src/service_wms.c	2011-08-26 11:30:07 UTC (rev 12478)
+++ trunk/mapserver/mapcache/src/service_wms.c	2011-08-26 11:30:15 UTC (rev 12479)
@@ -986,7 +986,7 @@
    service->service.create_capabilities_response = _create_capabilities_wms;
    service->service.configuration_parse_xml = _configuration_parse_wms_xml;
    service->service.configuration_parse_json = _configuration_parse_wms_json;
-   service->getmap_strategy = GEOCACHE_GETMAP_ERROR;
+   service->getmap_strategy = GEOCACHE_GETMAP_ASSEMBLE;
    service->resample_mode = GEOCACHE_RESAMPLE_BILINEAR;
    return (geocache_service*)service;
 }



More information about the mapserver-commits mailing list