[mapserver-commits] r7223 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Sat Dec 29 07:07:23 EST 2007
Author: tbonfort
Date: 2007-12-29 07:07:23 -0500 (Sat, 29 Dec 2007)
New Revision: 7223
Modified:
trunk/mapserver/maperror.c
Log:
add rgba png quantization support in version info
Modified: trunk/mapserver/maperror.c
===================================================================
--- trunk/mapserver/maperror.c 2007-12-29 12:06:19 UTC (rev 7222)
+++ trunk/mapserver/maperror.c 2007-12-29 12:07:23 UTC (rev 7223)
@@ -533,6 +533,9 @@
#ifdef USE_POINT_Z_M
strcat(version, " SUPPORTS=POINT_Z_M");
#endif
+#ifdef USE_RGBA_PNG
+ strcat(version, " SUPPORTS=RGBA_PNG");
+#endif
#ifdef USE_TIFF
strcat(version, " INPUT=TIFF");
#endif
More information about the mapserver-commits
mailing list