[mapguide-commits] r5554 - sandbox/adsk/2.3r/Web/src/HttpHandler

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Feb 15 21:34:32 EST 2011


Author: liuar
Date: 2011-02-15 18:34:32 -0800 (Tue, 15 Feb 2011)
New Revision: 5554

Modified:
   sandbox/adsk/2.3r/Web/src/HttpHandler/WfsGetFeatureParams.cpp
Log:
Ticket #1602 WFS GetFeature with Http post doesn't support GML2 output format.
Port to adsk branch.

Modified: sandbox/adsk/2.3r/Web/src/HttpHandler/WfsGetFeatureParams.cpp
===================================================================
--- sandbox/adsk/2.3r/Web/src/HttpHandler/WfsGetFeatureParams.cpp	2011-02-16 02:33:41 UTC (rev 5553)
+++ sandbox/adsk/2.3r/Web/src/HttpHandler/WfsGetFeatureParams.cpp	2011-02-16 02:34:32 UTC (rev 5554)
@@ -177,7 +177,7 @@
 
             STRING sOutputFormat;
             if(pBegin->GetAttribute(_("outputFormat"), sOutputFormat) && sOutputFormat.length() > 0)
-                m_outputFormat = sOutputFormat;
+                m_outputFormat = oServer.ProcessArgumentAs(_("OutputFormat"),sOutputFormat.c_str());
 
 
             // We want to hang onto the namespaces that are



More information about the mapguide-commits mailing list