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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed May 21 00:34:44 PDT 2014


Author: jng
Date: 2014-05-21 00:34:44 -0700 (Wed, 21 May 2014)
New Revision: 8142

Modified:
   trunk/MgDev/Common/MapGuideCommon/Services/RenderingService.h
Log:
Merge r8141 to trunk

Modified: trunk/MgDev/Common/MapGuideCommon/Services/RenderingService.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/RenderingService.h	2014-05-21 07:07:10 UTC (rev 8141)
+++ trunk/MgDev/Common/MapGuideCommon/Services/RenderingService.h	2014-05-21 07:34:44 UTC (rev 8142)
@@ -39,10 +39,13 @@
 
     /////////////////////////////////////////////////////////////////
     /// \brief
-    /// Returns the specified base map tile for the given map.  If a cached tile
-    /// image exists it will return it, otherwise the tile is rendered and added
-    /// to the cache.
+    /// Returns the specified base map tile for the given map.
     ///
+    /// \remarks
+    /// This method only renders the given tile. No tile caching is performed
+    /// by this method. To render and cache the tile, use the 
+    /// \link MgTileService::GetTile GetTile \endlink method instead
+    ///
     /// \param map
     /// Input
     /// map object containing current state of map.



More information about the mapguide-commits mailing list