[mapguide-commits] r9457 - in sandbox/jng/deprecate_dwf/Common: Foundation/Data PlatformBase/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jan 14 06:04:32 PST 2019


Author: jng
Date: 2019-01-14 06:04:31 -0800 (Mon, 14 Jan 2019)
New Revision: 9457

Modified:
   sandbox/jng/deprecate_dwf/Common/Foundation/Data/MimeType.h
   sandbox/jng/deprecate_dwf/Common/PlatformBase/Services/ResourceDefs.h
Log:
Extra deprecated markers

Modified: sandbox/jng/deprecate_dwf/Common/Foundation/Data/MimeType.h
===================================================================
--- sandbox/jng/deprecate_dwf/Common/Foundation/Data/MimeType.h	2019-01-13 11:13:27 UTC (rev 9456)
+++ sandbox/jng/deprecate_dwf/Common/Foundation/Data/MimeType.h	2019-01-14 14:04:31 UTC (rev 9457)
@@ -41,7 +41,7 @@
     static const STRING Binary;   ///\if INTERNAL value("application/octet-stream") \endif
 
     /// \brief
-    /// model/vnd.dwf
+    /// model/vnd.dwf (DEPRECATED: DWF support and related services have been deprecated and is slated for removal in a future release of MapGuide)
     static const STRING Dwf;      ///\if INTERNAL value("model/vnd.dwf") \endif
 
     /// \brief

Modified: sandbox/jng/deprecate_dwf/Common/PlatformBase/Services/ResourceDefs.h
===================================================================
--- sandbox/jng/deprecate_dwf/Common/PlatformBase/Services/ResourceDefs.h	2019-01-13 11:13:27 UTC (rev 9456)
+++ sandbox/jng/deprecate_dwf/Common/PlatformBase/Services/ResourceDefs.h	2019-01-14 14:04:31 UTC (rev 9457)
@@ -138,7 +138,8 @@
     ///
     /// \remarks
     /// The resource contains information required by MapGuide
-    /// to access data contained in a DWF.
+    /// to access data contained in a DWF. (DEPREACTED: DWF support and related services 
+    /// have been deprecated and is slated for removal in a future release of MapGuide)
     ///
     /// \see \ref DrawingSource_schema "DrawingSource schema"
     ///
@@ -231,6 +232,8 @@
     /// \remarks
     /// Symbols from a symbol library can be placed on a map to represent points
     /// of interest. Symbol libraries are referenced from \link MgResourceType::LayerDefinition LayerDefinitions \endlink.
+    /// (DEPREACTED: DWF support and related services have been deprecated and is slated for removal 
+    /// in a future release of MapGuide)
     ///
     /// \see \ref SymbolLibrary_schema "SymbolLibrary schema"
     ///



More information about the mapguide-commits mailing list