[mapguide-commits] r9519 - sandbox/jng/v4/Common/MapGuideCommon/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 29 08:41:30 PDT 2019


Author: jng
Date: 2019-05-29 08:41:30 -0700 (Wed, 29 May 2019)
New Revision: 9519

Modified:
   sandbox/jng/v4/Common/MapGuideCommon/Services/ProxyFeatureService.cpp
   sandbox/jng/v4/Common/MapGuideCommon/Services/ProxyRenderingService.cpp
Log:
3.3 -> 4.0 on proxy service calls. This should hopefully be the last instance.

Modified: sandbox/jng/v4/Common/MapGuideCommon/Services/ProxyFeatureService.cpp
===================================================================
--- sandbox/jng/v4/Common/MapGuideCommon/Services/ProxyFeatureService.cpp	2019-05-29 14:57:00 UTC (rev 9518)
+++ sandbox/jng/v4/Common/MapGuideCommon/Services/ProxyFeatureService.cpp	2019-05-29 15:41:30 UTC (rev 9519)
@@ -1486,7 +1486,7 @@
                        MgFeatureServiceOpId::GetWfsReader_Id,       // Command Code
                        6,                                           // No of arguments
                        Feature_Service,                             // Service Id
-                       BUILD_VERSION(3,3,0),                        // Operation version
+                       BUILD_VERSION(4,0,0),                        // Operation version
                        MgCommand::knObject, featureSourceId,        // Argument#1
                        MgCommand::knString, &featureClass,          // Argument#2
                        MgCommand::knObject, requiredProperties,     // Argument#3

Modified: sandbox/jng/v4/Common/MapGuideCommon/Services/ProxyRenderingService.cpp
===================================================================
--- sandbox/jng/v4/Common/MapGuideCommon/Services/ProxyRenderingService.cpp	2019-05-29 14:57:00 UTC (rev 9518)
+++ sandbox/jng/v4/Common/MapGuideCommon/Services/ProxyRenderingService.cpp	2019-05-29 15:41:30 UTC (rev 9519)
@@ -156,7 +156,7 @@
         MgRenderingServiceOpId::RenderTile2,            // Command Code
         9,                                              // No of arguments
         Rendering_Service,                              // Service Id
-        BUILD_VERSION(3, 3, 0),                         // Operation version
+        BUILD_VERSION(4,0,0),                         // Operation version
         MgCommand::knObject, map,                       // Argument#1
         MgCommand::knString, &baseMapLayerGroupName,    // Argument#2
         MgCommand::knInt32, tileColumn,                 // Argument#3
@@ -242,7 +242,7 @@
         MgRenderingServiceOpId::RenderTileXYZ2,         // Command Code
         8,                                              // No of arguments
         Rendering_Service,                              // Service Id
-        BUILD_VERSION(3, 3, 0),                         // Operation version
+        BUILD_VERSION(4,0,0),                         // Operation version
         MgCommand::knObject, map,                       // Argument#1
         MgCommand::knString, &baseMapLayerGroupName,    // Argument#2
         MgCommand::knInt32, x,                          // Argument#3
@@ -266,7 +266,7 @@
         MgRenderingServiceOpId::RenderTileUTFGrid,      // Command Code
         7,                                              // No of arguments
         Rendering_Service,                              // Service Id
-        BUILD_VERSION(3, 3, 0),                         // Operation version
+        BUILD_VERSION(4,0,0),                         // Operation version
         MgCommand::knObject, map,                       // Argument#1
         MgCommand::knString, &baseMapLayerGroupName,    // Argument#2
         MgCommand::knInt32, x,                          // Argument#3
@@ -1181,7 +1181,7 @@
         MgRenderingServiceOpId::QueryFeatureProperties3,// Command Code
         9,                                              // No of arguments
         Rendering_Service,                              // Service Id
-        BUILD_VERSION(3, 3, 0),                         // Operation version
+        BUILD_VERSION(4,0,0),                         // Operation version
         MgCommand::knObject, map,                       // Argument#1
         MgCommand::knObject, layerNames,                // Argument#2
         MgCommand::knObject, filterGeometry,            // Argument#3
@@ -1352,7 +1352,7 @@
         MgRenderingServiceOpId::RenderMetatile,         // Command Code
         10,                                             // No of arguments
         Rendering_Service,                              // Service Id
-        BUILD_VERSION(3, 3, 0),                         // Operation version
+        BUILD_VERSION(4,0,0),                         // Operation version
         MgCommand::knObject, map,                       // Argument#1
         MgCommand::knString, &baseMapLayerGroupName,    // Argument#2
         MgCommand::knInt32, tileColumn,                 // Argument#3
@@ -1387,7 +1387,7 @@
         MgRenderingServiceOpId::RenderTileXYZ2,         // Command Code
         9,                                              // No of arguments
         Rendering_Service,                              // Service Id
-        BUILD_VERSION(3, 3, 0),                         // Operation version
+        BUILD_VERSION(4,0,0),                         // Operation version
         MgCommand::knObject, map,                       // Argument#1
         MgCommand::knString, &baseMapLayerGroupName,    // Argument#2
         MgCommand::knInt32, x,                          // Argument#3
@@ -1417,7 +1417,7 @@
         MgRenderingServiceOpId::RenderTileFromMetaTile, // Command Code
         9,                                              // No of arguments
         Rendering_Service,                              // Service Id
-        BUILD_VERSION(3, 3, 0),                         // Operation version
+        BUILD_VERSION(4,0,0),                         // Operation version
         MgCommand::knObject, map,                       // Argument#1
         MgCommand::knObject, metaTile,                  // Argument#2
         MgCommand::knString, &rendererName,             // Argument#3



More information about the mapguide-commits mailing list