[mapserver-commits] r12304 - trunk/mapserver/mapcache

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


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

Modified:
   trunk/mapserver/mapcache/geocache.xml
Log:
add missing ifdef
thomas.bonfort | 2011-02-10 11:52:01 +0100 (Thu, 10 Feb 2011)

Modified: trunk/mapserver/mapcache/geocache.xml
===================================================================
--- trunk/mapserver/mapcache/geocache.xml	2011-08-26 11:15:16 UTC (rev 12303)
+++ trunk/mapserver/mapcache/geocache.xml	2011-08-26 11:15:20 UTC (rev 12304)
@@ -289,7 +289,7 @@
       <wmsparams>
          <FORMAT>image/png</FORMAT>
          <LAYERS>default</LAYERS>
-         <MAP>/home/tbonfort/dev/mapserver-utils/osm-mapserver.map</MAP>
+         <MAP>/Users/tbonfort/dev/mapserver-utils/osm-mapserver.map</MAP>
       </wmsparams>
    </source>
    <source name="nexrad" type="wms">
@@ -519,5 +519,5 @@
         the default setting is to report the error message back to the user. In production, you might want to set this to "log"
         if you're paranoid, or to "empty_img" if you want to play nice with non-conforming clients.
    -->
-   <errors>empty_img</errors>
+   <errors>report</errors>
 </geocache>



More information about the mapserver-commits mailing list