[mapguide-commits] r9178 - sandbox/jng/clean_json/Web/src/HttpHandler

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Apr 24 05:28:55 PDT 2017


Author: jng
Date: 2017-04-24 05:28:55 -0700 (Mon, 24 Apr 2017)
New Revision: 9178

Modified:
   sandbox/jng/clean_json/Web/src/HttpHandler/XmlJsonConvert.cpp
Log:
Add missing boolean type maps

Modified: sandbox/jng/clean_json/Web/src/HttpHandler/XmlJsonConvert.cpp
===================================================================
--- sandbox/jng/clean_json/Web/src/HttpHandler/XmlJsonConvert.cpp	2017-04-23 15:42:26 UTC (rev 9177)
+++ sandbox/jng/clean_json/Web/src/HttpHandler/XmlJsonConvert.cpp	2017-04-24 12:28:55 UTC (rev 9178)
@@ -653,6 +653,8 @@
     s_elementPathTypeMap["/FeatureProviderCapabilities/Topology/BreaksCurveCrossingsAutomatically"] = XML_DATA_TYPE_BOOLEAN;
     s_elementPathTypeMap["/FeatureProviderCapabilities/Topology/ActivatesTopologyByArea"] = XML_DATA_TYPE_BOOLEAN;
     s_elementPathTypeMap["/FeatureProviderCapabilities/Topology/ConstrainsFeatureMovements"] = XML_DATA_TYPE_BOOLEAN;
+    s_elementPathTypeMap["/FeatureProviderCapabilities/Expression/FunctionDefinitionList/FunctionDefinition/IsAggregate"] = XML_DATA_TYPE_BOOLEAN;
+    s_elementPathTypeMap["/FeatureProviderCapabilities/Expression/FunctionDefinitionList/FunctionDefinition/IsSupportsVariableArgumentsList"] = XML_DATA_TYPE_BOOLEAN;
     //FeatureProviderRegistry-1.0.0.xsd
     s_elementPathTypeMap["/FeatureProviderRegistry/FeatureProvider/ConnectionProperties/ConnectionProperty/@Required"] = XML_DATA_TYPE_BOOLEAN;
     s_elementPathTypeMap["/FeatureProviderRegistry/FeatureProvider/ConnectionProperties/ConnectionProperty/@Protected"] = XML_DATA_TYPE_BOOLEAN;



More information about the mapguide-commits mailing list