[mapguide-commits] r9177 - sandbox/jng/clean_json/Server/src/Services/Feature

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Apr 23 08:42:26 PDT 2017


Author: jng
Date: 2017-04-23 08:42:26 -0700 (Sun, 23 Apr 2017)
New Revision: 9177

Modified:
   sandbox/jng/clean_json/Server/src/Services/Feature/FeatureOperationFactory.cpp
Log:
Add 3.3 server-side version check for GetCapabilities

Modified: sandbox/jng/clean_json/Server/src/Services/Feature/FeatureOperationFactory.cpp
===================================================================
--- sandbox/jng/clean_json/Server/src/Services/Feature/FeatureOperationFactory.cpp	2017-04-23 14:42:53 UTC (rev 9176)
+++ sandbox/jng/clean_json/Server/src/Services/Feature/FeatureOperationFactory.cpp	2017-04-23 15:42:26 UTC (rev 9177)
@@ -160,6 +160,7 @@
         {
         case VERSION_SUPPORTED(1,0):
         case VERSION_SUPPORTED(2,0):
+        case VERSION_SUPPORTED(3,3): //This is 2.0 with optional clean JSON output
             handler.reset(new MgOpGetCapabilities());
             break;
         default:



More information about the mapguide-commits mailing list