[mapserver-commits] r12251 - trunk/mapserver/mapcache
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:11:08 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:11:08 -0700 (Fri, 26 Aug 2011)
New Revision: 12251
Modified:
trunk/mapserver/mapcache/Makefile.inc.in
trunk/mapserver/mapcache/geocache.xml
Log:
do more validation and use more useful error messages
thomas.bonfort | 2011-01-15 11:26:43 +0100 (Sat, 15 Jan 2011)
Modified: trunk/mapserver/mapcache/Makefile.inc.in
===================================================================
--- trunk/mapserver/mapcache/Makefile.inc.in 2011-08-26 11:11:03 UTC (rev 12250)
+++ trunk/mapserver/mapcache/Makefile.inc.in 2011-08-26 11:11:08 UTC (rev 12251)
@@ -2,7 +2,7 @@
APXS=@APXS@
CC=@CC@
APACHECTL=@APACHECTL@
-CFLAGS=@CFLAGS@ @APR_CFLAGS@
+CFLAGS=@APR_CFLAGS@ @CFLAGS@
CURLCONFIG=@CURLCONFIG@
APXS_CFLAGS=@APXS_INC@
Modified: trunk/mapserver/mapcache/geocache.xml
===================================================================
--- trunk/mapserver/mapcache/geocache.xml 2011-08-26 11:11:03 UTC (rev 12250)
+++ trunk/mapserver/mapcache/geocache.xml 2011-08-26 11:11:08 UTC (rev 12251)
@@ -387,7 +387,7 @@
<source>osm</source>
<cache>disk</cache>
<format>PNG</format>
- <grid>google</grid>
+ <grid>google,WGS84</grid>
<metatile>5 5</metatile>
<metabuffer>10</metabuffer>
</tileset>
More information about the mapserver-commits
mailing list