[mapguide-commits] r8492 - trunk/MgDev/Common/MapGuideCommon/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 6 04:45:48 PST 2015


Author: jng
Date: 2015-01-06 04:45:48 -0800 (Tue, 06 Jan 2015)
New Revision: 8492

Modified:
   trunk/MgDev/Common/MapGuideCommon/Services/ProxyRenderingService.cpp
Log:
#2517: Fix invalid stream header when calling RenderTileXYZ. Add .net and Java tests to exercise all variants of RenderTile and RenderTileXYZ just for peace of mind.

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ProxyRenderingService.cpp
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ProxyRenderingService.cpp	2015-01-04 00:32:20 UTC (rev 8491)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ProxyRenderingService.cpp	2015-01-06 12:45:48 UTC (rev 8492)
@@ -184,7 +184,7 @@
                         MgCommand::knInt32, y,                          // Argument#4
                         MgCommand::knInt32, z,                          // Argument#5
                         MgCommand::knInt32, dpi,                        // Argument#6
-                        MgCommand::knInt32, &tileImageFormat,           // Argument#7
+                        MgCommand::knString, &tileImageFormat,          // Argument#7
                         MgCommand::knNone);                             // End of arguments
 
     SetWarning(cmd.GetWarningObject());



More information about the mapguide-commits mailing list