[mapserver-commits] r12372 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:20:26 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:20:25 -0700 (Fri, 26 Aug 2011)
New Revision: 12372
Modified:
trunk/mapserver/mapcache/src/imageio_mixed.c
Log:
use wms parser at the end, and make it ignore its pathinfo
thomas.bonfort | 2011-05-24 16:21:21 +0200 (Tue, 24 May 2011)
Modified: trunk/mapserver/mapcache/src/imageio_mixed.c
===================================================================
--- trunk/mapserver/mapcache/src/imageio_mixed.c 2011-08-26 11:20:21 UTC (rev 12371)
+++ trunk/mapserver/mapcache/src/imageio_mixed.c 2011-08-26 11:20:25 UTC (rev 12372)
@@ -46,7 +46,7 @@
format->transparent = transparent;
format->opaque = opaque;
format->format.extension = apr_pstrdup(pool,"xxx");
- format->format.mime_type = NULL;
+ format->format.mime_type = apr_pstrdup(pool,"image/png+jpeg");
format->format.write = _geocache_imageio_mixed_encode;
format->format.create_empty_image = transparent->create_empty_image;
format->format.metadata = apr_table_make(pool,3);
More information about the mapserver-commits
mailing list