[mapserver-commits] r7370 - branches/branch-5-0/mapserver

svn at osgeo.org svn at osgeo.org
Tue Feb 12 08:49:20 EST 2008


Author: tomkralidis
Date: 2008-02-12 08:49:20 -0500 (Tue, 12 Feb 2008)
New Revision: 7370

Modified:
   branches/branch-5-0/mapserver/HISTORY.TXT
   branches/branch-5-0/mapserver/mapwms.c
Log:
make GetLegendGraphic listen to TRANSPARENT in OUTPUTFORMAT (#2494)


Modified: branches/branch-5-0/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-0/mapserver/HISTORY.TXT	2008-02-12 13:47:10 UTC (rev 7369)
+++ branches/branch-5-0/mapserver/HISTORY.TXT	2008-02-12 13:49:20 UTC (rev 7370)
@@ -12,9 +12,11 @@
 Version 5.0.3 (2008-01-30)
 --------------------------
 
+- mapwms.c: make GetLegendGraphic listen to TRANSPARENT in OUTPUTFORMAT (#2494)
+
 - fix offsets on pixmap marker symbols (#2493)
 
-- fix segfault in mapserv if STYLE is not definied (#2347)
+- fix segfault in mapserv if STYLE is not defined (#2347)
 
 Version 5.0.2 (2008-01-28)
 --------------------------

Modified: branches/branch-5-0/mapserver/mapwms.c
===================================================================
--- branches/branch-5-0/mapserver/mapwms.c	2008-02-12 13:47:10 UTC (rev 7369)
+++ branches/branch-5-0/mapserver/mapwms.c	2008-02-12 13:49:20 UTC (rev 7370)
@@ -2570,7 +2570,7 @@
                     pszFormat);
          return msWMSException(map, nVersion, "InvalidFormat");
      }
-     msApplyOutputFormat(&(map->outputformat), psFormat, 0,
+     msApplyOutputFormat(&(map->outputformat), psFormat, MS_NOOVERRIDE,
                           MS_NOOVERRIDE, MS_NOOVERRIDE );
 
      if ( psRule == NULL )



More information about the mapserver-commits mailing list