[mapguide-commits] r8179 - sandbox/jng/tiling/Common/PlatformBase/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jun 2 13:35:11 PDT 2014


Author: jng
Date: 2014-06-02 13:35:11 -0700 (Mon, 02 Jun 2014)
New Revision: 8179

Modified:
   sandbox/jng/tiling/Common/PlatformBase/Services/ResourceDefs.cpp
   sandbox/jng/tiling/Common/PlatformBase/Services/ResourceDefs.h
Log:
Add MG_TILE_CACHE_PATH to list of special tags

Modified: sandbox/jng/tiling/Common/PlatformBase/Services/ResourceDefs.cpp
===================================================================
--- sandbox/jng/tiling/Common/PlatformBase/Services/ResourceDefs.cpp	2014-06-02 20:34:20 UTC (rev 8178)
+++ sandbox/jng/tiling/Common/PlatformBase/Services/ResourceDefs.cpp	2014-06-02 20:35:11 UTC (rev 8179)
@@ -70,6 +70,7 @@
 const STRING MgResourceTag::Username                = L"%MG_USERNAME%";
 const STRING MgResourceTag::Password                = L"%MG_PASSWORD%";
 const STRING MgResourceTag::DataFilePath            = L"%MG_DATA_FILE_PATH%";
+const STRING MgResourceTag::TileCachePath           = L"%MG_TILE_CACHE_PATH%";
 const STRING MgResourceTag::DataPathAliasBegin      = L"%MG_DATA_PATH_ALIAS[";
 const STRING MgResourceTag::DataPathAliasEnd        = L"]%";
 

Modified: sandbox/jng/tiling/Common/PlatformBase/Services/ResourceDefs.h
===================================================================
--- sandbox/jng/tiling/Common/PlatformBase/Services/ResourceDefs.h	2014-06-02 20:34:20 UTC (rev 8178)
+++ sandbox/jng/tiling/Common/PlatformBase/Services/ResourceDefs.h	2014-06-02 20:35:11 UTC (rev 8179)
@@ -376,6 +376,13 @@
 
     ////////////////////////////////////////////////////////////////
     /// \brief
+    /// Replaced with the location of tile cache associated with the
+    /// given resource. The trailing "/" is included.
+    ///
+    static const STRING TileCachePath;  ///\if INTERNAL value("%MG_TILE_CACHE_PATH%") \endif
+
+    ////////////////////////////////////////////////////////////////
+    /// \brief
     /// Denotes beginning of data path alias.
     ///
     static const STRING DataPathAliasBegin;   ///\if INTERNAL value("%MG_DATA_PATH_ALIAS[") \endif



More information about the mapguide-commits mailing list