[mapguide-commits] r7487 - sandbox/jng/queryfeatures_v2/Common/MapGuideCommon/Controller

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu May 9 06:10:58 PDT 2013


Author: jng
Date: 2013-05-09 06:10:58 -0700 (Thu, 09 May 2013)
New Revision: 7487

Modified:
   sandbox/jng/queryfeatures_v2/Common/MapGuideCommon/Controller/HtmlController.cpp
Log:
Forgot to update the empty tag if attributes aren't requested.

Modified: sandbox/jng/queryfeatures_v2/Common/MapGuideCommon/Controller/HtmlController.cpp
===================================================================
--- sandbox/jng/queryfeatures_v2/Common/MapGuideCommon/Controller/HtmlController.cpp	2013-05-09 13:03:08 UTC (rev 7486)
+++ sandbox/jng/queryfeatures_v2/Common/MapGuideCommon/Controller/HtmlController.cpp	2013-05-09 13:10:58 UTC (rev 7487)
@@ -379,7 +379,7 @@
         xml.append(L"</SelectedFeatures>\n");
     }
     else
-        xml.append(L"<Attributes />\n");
+        xml.append(L"<SelectedFeatures />\n");
 
     xml.append(L"</FeatureInformation>\n");
 



More information about the mapguide-commits mailing list