[mapguide-commits] r5070 - in trunk/MgDev:
UnitTest/WebTier/MapAgent/MapAgentForms Web/src/HttpHandler
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu Aug 5 12:17:42 EDT 2010
Author: brucedechant
Date: 2010-08-05 16:17:42 +0000 (Thu, 05 Aug 2010)
New Revision: 5070
Added:
trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getdefaulttilesizexform.html
trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getdefaulttilesizeyform.html
trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeX.cpp
trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeX.h
trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeY.cpp
trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeY.h
Modified:
trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/tileserviceapi.html
trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj
trunk/MgDev/Web/src/HttpHandler/HttpHandlerBuild.cpp
trunk/MgDev/Web/src/HttpHandler/HttpRequest.cpp
trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.cpp
trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.h
trunk/MgDev/Web/src/HttpHandler/Makefile.am
Log:
Add HTTP operations for the following already published APIs:
- GetDefaultTileSizeX
- GetDefaultTileSizeY
Note: The webtier test pages were also updated to allow testing the above
Added: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getdefaulttilesizexform.html
===================================================================
--- trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getdefaulttilesizexform.html (rev 0)
+++ trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getdefaulttilesizexform.html 2010-08-05 16:17:42 UTC (rev 5070)
@@ -0,0 +1,20 @@
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <script type="text/javascript" src="setactiontarget.js" >
+ </script>
+ </head>
+ <body>
+ <form name="input" action="" method="get" ID="Form1">
+ <div nowrap="true">
+ <b>Operation:</b> <input type="text" name="OPERATION" value="GETDEFAULTTILESIZEX" size="50" ID="Text1">
+ <p>
+ Version: <input type="text" name="VERSION" value="1.0.0" size="10" ID="Text2">
+ <p>
+ Client Agent: <input type="text" name="CLIENTAGENT" value="MapGuide Developer" size="100">
+ <p>
+ <input type="submit" value="Submit" onclick="SetActionTarget()"> <input type="reset">
+ </div>
+ </form>
+ </body>
+</html>
Property changes on: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getdefaulttilesizexform.html
___________________________________________________________________
Added: svn:eol-style
+ native
Added: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getdefaulttilesizeyform.html
===================================================================
--- trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getdefaulttilesizeyform.html (rev 0)
+++ trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getdefaulttilesizeyform.html 2010-08-05 16:17:42 UTC (rev 5070)
@@ -0,0 +1,20 @@
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <script type="text/javascript" src="setactiontarget.js" >
+ </script>
+ </head>
+ <body>
+ <form name="input" action="" method="get" ID="Form1">
+ <div nowrap="true">
+ <b>Operation:</b> <input type="text" name="OPERATION" value="GETDEFAULTTILESIZEY" size="50" ID="Text1">
+ <p>
+ Version: <input type="text" name="VERSION" value="1.0.0" size="10" ID="Text2">
+ <p>
+ Client Agent: <input type="text" name="CLIENTAGENT" value="MapGuide Developer" size="100">
+ <p>
+ <input type="submit" value="Submit" onclick="SetActionTarget()"> <input type="reset">
+ </div>
+ </form>
+ </body>
+</html>
Property changes on: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getdefaulttilesizeyform.html
___________________________________________________________________
Added: svn:eol-style
+ native
Modified: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/tileserviceapi.html
===================================================================
--- trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/tileserviceapi.html 2010-08-04 23:18:45 UTC (rev 5069)
+++ trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/tileserviceapi.html 2010-08-05 16:17:42 UTC (rev 5070)
@@ -14,6 +14,10 @@
<A href="gettileimageform2.html" target="showform">GetTileImage R2</a></LI>
<LI>
<A href="cleartilecacheform.html" target="showform">ClearTileCache</a></LI>
+ <LI>
+ <A href="getdefaulttilesizexform.html" target="showform">GetDefaultTileSizeX</a></LI>
+ <LI>
+ <A href="getdefaulttilesizeyform.html" target="showform">GetDefaultTileSizeY</a></LI>
</UL>
<P> </P>
</body>
Added: trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeX.cpp
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeX.cpp (rev 0)
+++ trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeX.cpp 2010-08-05 16:17:42 UTC (rev 5070)
@@ -0,0 +1,67 @@
+//
+// Copyright (C) 2004-2010 by Autodesk, Inc.
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of version 2.1 of the GNU Lesser
+// General Public License as published by the Free Software Foundation.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+//
+
+#include "HttpHandler.h"
+#include "HttpGetDefaultTileSizeX.h"
+
+HTTP_IMPLEMENT_CREATE_OBJECT(MgHttpGetDefaultTileSizeX)
+
+/// <summary>
+/// Initializes the common parameters and parameters specific to this request.
+/// </summary>
+/// <param name="name">Input
+/// MgHttpRequest
+/// This contains all the parameters of the request.
+/// </param>
+/// <returns>
+/// nothing
+/// </returns>
+MgHttpGetDefaultTileSizeX::MgHttpGetDefaultTileSizeX(MgHttpRequest *hRequest)
+{
+ InitializeCommonParameters(hRequest);
+
+ Ptr<MgHttpRequestParam> params = hRequest->GetRequestParam();
+}
+
+/// <summary>
+/// Executes the specific request.
+/// </summary>
+/// <returns>
+/// MgHttpResponse
+/// This contains the response (including MgHttpResult and StatusCode) from the server.
+/// </returns>
+void MgHttpGetDefaultTileSizeX::Execute(MgHttpResponse& hResponse)
+{
+ Ptr<MgHttpResult> hResult = hResponse.GetResult();
+
+ MG_HTTP_HANDLER_TRY()
+
+ // Check common parameters
+ ValidateCommonParameters();
+
+ // Get Proxy Tile Service instance
+ Ptr<MgTileService> service = (MgTileService*)(CreateService(MgServiceType::TileService));
+ INT32 size = service->GetDefaultTileSizeX();
+
+ Ptr<MgHttpPrimitiveValue> value = new MgHttpPrimitiveValue(size);
+ if(!value)
+ throw new MgOutOfMemoryException(L"", __LINE__, __WFILE__, NULL, L"", NULL);
+
+ hResult->SetResultObject(value, MgMimeType::Text);
+
+ MG_HTTP_HANDLER_CATCH_AND_THROW_EX(L"MgHttpGetDefaultTileSizeX.Execute")
+}
Property changes on: trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeX.cpp
___________________________________________________________________
Added: svn:eol-style
+ native
Added: trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeX.h
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeX.h (rev 0)
+++ trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeX.h 2010-08-05 16:17:42 UTC (rev 5070)
@@ -0,0 +1,57 @@
+//
+// Copyright (C) 2004-2010 by Autodesk, Inc.
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of version 2.1 of the GNU Lesser
+// General Public License as published by the Free Software Foundation.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+//
+
+#ifndef _FS_GET_DEFAULT_TILE_SIZE_X_H
+#define _FS_GET_DEFAULT_TILE_SIZE_X_H
+
+class MgHttpGetDefaultTileSizeX : public MgHttpRequestResponseHandler
+{
+HTTP_DECLARE_CREATE_OBJECT()
+
+public:
+ /// <summary>
+ /// Initializes the common parameters of the request.
+ /// </summary>
+ /// <param name="name">Input
+ /// MgHttpRequest
+ /// This contains all the parameters of the request.
+ /// </param>
+ /// <returns>
+ /// nothing
+ /// </returns>
+ MgHttpGetDefaultTileSizeX(MgHttpRequest *hRequest);
+
+ /// <summary>
+ /// Executes the specific request.
+ /// </summary>
+ /// <param name="hResponse">Input
+ /// This contains the response (including MgHttpResult and StatusCode) from the server.
+ /// </param>
+ void Execute(MgHttpResponse& hResponse);
+
+ /// <summary>
+ /// Returns the classification of this request/response handler
+ /// </summary>
+ /// <returns>
+ /// Classification of handler
+ /// </returns>
+ MgRequestClassification GetRequestClassification() { return MgHttpRequestResponseHandler::mrcViewer; }
+
+private:
+};
+
+#endif // _FS_GET_DEFAULT_TILE_SIZE_X_H
Property changes on: trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeX.h
___________________________________________________________________
Added: svn:eol-style
+ native
Added: trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeY.cpp
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeY.cpp (rev 0)
+++ trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeY.cpp 2010-08-05 16:17:42 UTC (rev 5070)
@@ -0,0 +1,67 @@
+//
+// Copyright (C) 2004-2010 by Autodesk, Inc.
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of version 2.1 of the GNU Lesser
+// General Public License as published by the Free Software Foundation.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+//
+
+#include "HttpHandler.h"
+#include "HttpGetDefaultTileSizeY.h"
+
+HTTP_IMPLEMENT_CREATE_OBJECT(MgHttpGetDefaultTileSizeY)
+
+/// <summary>
+/// Initializes the common parameters and parameters specific to this request.
+/// </summary>
+/// <param name="name">Input
+/// MgHttpRequest
+/// This contains all the parameters of the request.
+/// </param>
+/// <returns>
+/// nothing
+/// </returns>
+MgHttpGetDefaultTileSizeY::MgHttpGetDefaultTileSizeY(MgHttpRequest *hRequest)
+{
+ InitializeCommonParameters(hRequest);
+
+ Ptr<MgHttpRequestParam> params = hRequest->GetRequestParam();
+}
+
+/// <summary>
+/// Executes the specific request.
+/// </summary>
+/// <returns>
+/// MgHttpResponse
+/// This contains the response (including MgHttpResult and StatusCode) from the server.
+/// </returns>
+void MgHttpGetDefaultTileSizeY::Execute(MgHttpResponse& hResponse)
+{
+ Ptr<MgHttpResult> hResult = hResponse.GetResult();
+
+ MG_HTTP_HANDLER_TRY()
+
+ // Check common parameters
+ ValidateCommonParameters();
+
+ // Get Proxy Tile Service instance
+ Ptr<MgTileService> service = (MgTileService*)(CreateService(MgServiceType::TileService));
+ INT32 size = service->GetDefaultTileSizeY();
+
+ Ptr<MgHttpPrimitiveValue> value = new MgHttpPrimitiveValue(size);
+ if(!value)
+ throw new MgOutOfMemoryException(L"", __LINE__, __WFILE__, NULL, L"", NULL);
+
+ hResult->SetResultObject(value, MgMimeType::Text);
+
+ MG_HTTP_HANDLER_CATCH_AND_THROW_EX(L"MgHttpGetDefaultTileSizeY.Execute")
+}
Property changes on: trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeY.cpp
___________________________________________________________________
Added: svn:eol-style
+ native
Added: trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeY.h
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeY.h (rev 0)
+++ trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeY.h 2010-08-05 16:17:42 UTC (rev 5070)
@@ -0,0 +1,57 @@
+//
+// Copyright (C) 2004-2010 by Autodesk, Inc.
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of version 2.1 of the GNU Lesser
+// General Public License as published by the Free Software Foundation.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+//
+
+#ifndef _FS_GET_DEFAULT_TILE_SIZE_Y_H
+#define _FS_GET_DEFAULT_TILE_SIZE_Y_H
+
+class MgHttpGetDefaultTileSizeY : public MgHttpRequestResponseHandler
+{
+HTTP_DECLARE_CREATE_OBJECT()
+
+public:
+ /// <summary>
+ /// Initializes the common parameters of the request.
+ /// </summary>
+ /// <param name="name">Input
+ /// MgHttpRequest
+ /// This contains all the parameters of the request.
+ /// </param>
+ /// <returns>
+ /// nothing
+ /// </returns>
+ MgHttpGetDefaultTileSizeY(MgHttpRequest *hRequest);
+
+ /// <summary>
+ /// Executes the specific request.
+ /// </summary>
+ /// <param name="hResponse">Input
+ /// This contains the response (including MgHttpResult and StatusCode) from the server.
+ /// </param>
+ void Execute(MgHttpResponse& hResponse);
+
+ /// <summary>
+ /// Returns the classification of this request/response handler
+ /// </summary>
+ /// <returns>
+ /// Classification of handler
+ /// </returns>
+ MgRequestClassification GetRequestClassification() { return MgHttpRequestResponseHandler::mrcViewer; }
+
+private:
+};
+
+#endif // _FS_GET_DEFAULT_TILE_SIZE_Y_H
Property changes on: trunk/MgDev/Web/src/HttpHandler/HttpGetDefaultTileSizeY.h
___________________________________________________________________
Added: svn:eol-style
+ native
Modified: trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj 2010-08-04 23:18:45 UTC (rev 5069)
+++ trunk/MgDev/Web/src/HttpHandler/HttpHandler.vcproj 2010-08-05 16:17:42 UTC (rev 5070)
@@ -4125,6 +4125,86 @@
>
</File>
<File
+ RelativePath=".\HttpGetDefaultTileSizeX.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\HttpGetDefaultTileSizeX.h"
+ >
+ </File>
+ <File
+ RelativePath=".\HttpGetDefaultTileSizeY.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|x64"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|x64"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\HttpGetDefaultTileSizeY.h"
+ >
+ </File>
+ <File
RelativePath=".\HttpGetTileImage.cpp"
>
<FileConfiguration
Modified: trunk/MgDev/Web/src/HttpHandler/HttpHandlerBuild.cpp
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/HttpHandlerBuild.cpp 2010-08-04 23:18:45 UTC (rev 5069)
+++ trunk/MgDev/Web/src/HttpHandler/HttpHandlerBuild.cpp 2010-08-05 16:17:42 UTC (rev 5070)
@@ -56,6 +56,8 @@
#include "HttpExecuteSqlQuery.cpp"
#include "HttpGetCapabilities.cpp"
#include "HttpGetConnectionPropertyValues.cpp"
+#include "HttpGetDefaultTileSizeX.cpp"
+#include "HttpGetDefaultTileSizeY.cpp"
#include "HttpGetDrawing.cpp"
#include "HttpGetDrawingCoordinateSpace.cpp"
#include "HttpGetDrawingLayer.cpp"
Modified: trunk/MgDev/Web/src/HttpHandler/HttpRequest.cpp
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/HttpRequest.cpp 2010-08-04 23:18:45 UTC (rev 5069)
+++ trunk/MgDev/Web/src/HttpHandler/HttpRequest.cpp 2010-08-05 16:17:42 UTC (rev 5070)
@@ -398,6 +398,8 @@
httpClassCreators[MgHttpResourceStrings::opEnumerateApplicationTemplates] = MgHttpEnumerateApplicationTemplates::CreateObject;
httpClassCreators[MgHttpResourceStrings::opEnumerateApplicationWidgets] = MgHttpEnumerateApplicationWidgets::CreateObject;
httpClassCreators[MgHttpResourceStrings::opEnumerateApplicationContainers] = MgHttpEnumerateApplicationContainers::CreateObject;
+ httpClassCreators[MgHttpResourceStrings::opGetDefaultTileSizeX] = MgHttpGetDefaultTileSizeX::CreateObject;
+ httpClassCreators[MgHttpResourceStrings::opGetDefaultTileSizeY] = MgHttpGetDefaultTileSizeY::CreateObject;
httpPostHandlerCreators.push_back(MgHttpWfsGetCapabilities::ProcessPostRequest);
httpPostHandlerCreators.push_back(MgHttpWfsDescribeFeatureType::ProcessPostRequest);
Modified: trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.cpp
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.cpp 2010-08-04 23:18:45 UTC (rev 5069)
+++ trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.cpp 2010-08-05 16:17:42 UTC (rev 5070)
@@ -254,6 +254,8 @@
// Tile Service Operation Requests
const STRING MgHttpResourceStrings::opGetTileImage = L"GETTILEIMAGE";
const STRING MgHttpResourceStrings::opClearTileCache = L"CLEARTILECACHE";
+const STRING MgHttpResourceStrings::opGetDefaultTileSizeX = L"GETDEFAULTTILESIZEX";
+const STRING MgHttpResourceStrings::opGetDefaultTileSizeY = L"GETDEFAULTTILESIZEY";
// Predefined Kml Service Request Parameters
const STRING MgHttpResourceStrings::reqKmlMapDefinition = L"MAPDEFINITION";
Modified: trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.h
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.h 2010-08-04 23:18:45 UTC (rev 5069)
+++ trunk/MgDev/Web/src/HttpHandler/HttpResourceStrings.h 2010-08-05 16:17:42 UTC (rev 5070)
@@ -304,6 +304,8 @@
// Tile services
static const STRING opGetTileImage;
static const STRING opClearTileCache;
+ static const STRING opGetDefaultTileSizeX;
+ static const STRING opGetDefaultTileSizeY;
// Kml services
static const STRING opGetMapKml;
Modified: trunk/MgDev/Web/src/HttpHandler/Makefile.am
===================================================================
--- trunk/MgDev/Web/src/HttpHandler/Makefile.am 2010-08-04 23:18:45 UTC (rev 5069)
+++ trunk/MgDev/Web/src/HttpHandler/Makefile.am 2010-08-05 16:17:42 UTC (rev 5070)
@@ -57,6 +57,8 @@
HttpGetClassDefinition.cpp \
HttpGetClasses.cpp \
HttpGetConnectionPropertyValues.cpp \
+ HttpGetDefaultTileSizeX.cpp \
+ HttpGetDefaultTileSizeY.cpp \
HttpGetDrawing.cpp \
HttpGetDrawingCoordinateSpace.cpp \
HttpGetDrawingLayer.cpp \
@@ -179,6 +181,8 @@
HttpGetClassDefinition.h \
HttpGetClasses.h \
HttpGetConnectionPropertyValues.h \
+ HttpGetDefaultTileSizeX.h \
+ HttpGetDefaultTileSizeY.h \
HttpGetDrawing.h \
HttpGetDrawingCoordinateSpace.h \
HttpGetDrawingLayer.h \
More information about the mapguide-commits
mailing list