[mapguide-commits] r7410 - branches/2.5/MgDev/Common/MapGuideCommon/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Mar 22 05:13:21 PDT 2013


Author: jng
Date: 2013-03-22 05:13:20 -0700 (Fri, 22 Mar 2013)
New Revision: 7410

Modified:
   branches/2.5/MgDev/Common/MapGuideCommon/Services/MappingService.h
Log:
RFC 131 - Deprecate Mapping Service APIs related to eMap DWF functionality.

Modified: branches/2.5/MgDev/Common/MapGuideCommon/Services/MappingService.h
===================================================================
--- branches/2.5/MgDev/Common/MapGuideCommon/Services/MappingService.h	2013-03-22 12:10:42 UTC (rev 7409)
+++ branches/2.5/MgDev/Common/MapGuideCommon/Services/MappingService.h	2013-03-22 12:13:20 UTC (rev 7410)
@@ -56,6 +56,9 @@
     /// Generates an \link eMap eMap \endlink that describes the specified
     /// map
     ///
+    /// \deprecated
+    /// This method has been deprecated. eMap DWF support may be removed in a future release of MapGuide
+    ///
     /// <!-- Syntax in .Net, Java, and PHP -->
     /// \htmlinclude DotNetSyntaxTop.html
     /// virtual MgByteReader GenerateMap(MgMap map, string mapAgentUri, MgDwfVersion dwfVersion);
@@ -107,6 +110,9 @@
     /// updates to the metadata and layer graphics based on the state
     /// of the specified map.
     ///
+    /// \deprecated
+    /// This method has been deprecated. eMap DWF support may be removed in a future release of MapGuide
+    ///
     /// <!-- Syntax in .Net, Java, and PHP -->
     /// \htmlinclude DotNetSyntaxTop.html
     /// virtual MgByteReader GenerateMapUpdate(MgMap map, int seqNo, MgDwfVersion dwfVersion);



More information about the mapguide-commits mailing list