[mapserver-commits] r7907 - branches/branch-5-2/mapserver

svn at osgeo.org svn at osgeo.org
Thu Sep 11 16:20:36 EDT 2008


Author: warmerdam
Date: 2008-09-11 16:20:36 -0400 (Thu, 11 Sep 2008)
New Revision: 7907

Modified:
   branches/branch-5-2/mapserver/HISTORY.TXT
   branches/branch-5-2/mapserver/mapwcs11.c
Log:
Removed comma to correct WCS 1.1 Coverages formatting in payload directory

Modified: branches/branch-5-2/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-2/mapserver/HISTORY.TXT	2008-09-11 16:11:48 UTC (rev 7906)
+++ branches/branch-5-2/mapserver/HISTORY.TXT	2008-09-11 20:20:36 UTC (rev 7907)
@@ -12,6 +12,9 @@
 
 Current Version (SVN branch-5-2)
 --------------------------------
+- Removed comma to correct WCS 1.1 Coverages formatting in payload directory. 
+  (no ticket filed)
+
 - Correct bug when LABEL_NO_CLIP in combination with minfeaturesize (#2758) 
 
 - Fix a label size computation for AGG bug when scalefactor is used (#2756) 

Modified: branches/branch-5-2/mapserver/mapwcs11.c
===================================================================
--- branches/branch-5-2/mapserver/mapwcs11.c	2008-09-11 16:11:48 UTC (rev 7906)
+++ branches/branch-5-2/mapserver/mapwcs11.c	2008-09-11 20:20:36 UTC (rev 7907)
@@ -1146,7 +1146,7 @@
     {
         msIO_fprintf( 
             stdout,
-            "    <Reference xlink:href=\"cid:coverage/wcs.%s\"/>\n",
+            "    <Reference xlink:href=\"cid:coverage/wcs.%s\"/>\n"
             "  </Coverage>\n"
             "</Coverages>\n"
             "--wcs\n"



More information about the mapserver-commits mailing list