[mapserver-commits] r12330 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:17:24 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:17:24 -0700 (Fri, 26 Aug 2011)
New Revision: 12330
Modified:
trunk/mapserver/mapcache/src/http.c
Log:
finish ezxml migration for wmts capabilities
Update issue 59
finish wmts
Create issue
Component: Services
TileMatrix TopLeftCorner parameter is incorrectly calculated. it is set as minx,maxy of the grid extent,
whereas it should be set to minx,minx+N*resolution.
thomas.bonfort | 2011-03-07 19:29:21 +0100 (Mon, 07 Mar 2011)
Modified: trunk/mapserver/mapcache/src/http.c
===================================================================
--- trunk/mapserver/mapcache/src/http.c 2011-08-26 11:17:19 UTC (rev 12329)
+++ trunk/mapserver/mapcache/src/http.c 2011-08-26 11:17:24 UTC (rev 12330)
@@ -46,6 +46,7 @@
curl_easy_setopt(curl_handle, CURLOPT_ERRORBUFFER, error_msg);
curl_easy_setopt(curl_handle, CURLOPT_FOLLOWLOCATION, 1);
+ curl_easy_setopt(curl_handle, CURLOPT_CONNECTTIMEOUT, 5);
curl_easy_setopt(curl_handle, CURLOPT_FAILONERROR, 1);
More information about the mapserver-commits
mailing list