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

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:16:18 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:16:18 -0700 (Fri, 26 Aug 2011)
New Revision: 12315

Modified:
   trunk/mapserver/mapcache/src/configuration.c
Log:
use configured jpeg quality.

fixes issue 54.
thomas.bonfort | 2011-02-28 16:46:52 +0100 (Mon, 28 Feb 2011)

Modified: trunk/mapserver/mapcache/src/configuration.c
===================================================================
--- trunk/mapserver/mapcache/src/configuration.c	2011-08-26 11:16:14 UTC (rev 12314)
+++ trunk/mapserver/mapcache/src/configuration.c	2011-08-26 11:16:18 UTC (rev 12315)
@@ -74,7 +74,7 @@
    
    
    double wgs84_extent[4]={-180,-90,180,90};
-   double google_extent[4]={-20037508.34,-20037508.34,20037508.34,20037508.34};
+   double google_extent[4]={-20037508.3427892480,-20037508.3427892480,20037508.3427892480,20037508.3427892480};
 
    geocache_cfg *cfg = (geocache_cfg*)apr_pcalloc(pool, sizeof(geocache_cfg));
    cfg->caches = apr_hash_make(pool);



More information about the mapserver-commits mailing list