[mapguide-commits] r9389 - branches/3.1/MgDev/Web/src

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon May 7 07:59:22 PDT 2018


Author: jng
Date: 2018-05-07 07:59:22 -0700 (Mon, 07 May 2018)
New Revision: 9389

Modified:
   branches/3.1/MgDev/Web/src/webconfig.ini
Log:
#2780: Add MentorUserDictionaryPath to default webconfig.ini so users are aware that this property is now available.

Modified: branches/3.1/MgDev/Web/src/webconfig.ini
===================================================================
--- branches/3.1/MgDev/Web/src/webconfig.ini	2018-05-07 14:56:10 UTC (rev 9388)
+++ branches/3.1/MgDev/Web/src/webconfig.ini	2018-05-07 14:59:22 UTC (rev 9389)
@@ -41,6 +41,7 @@
 #
 # LogsPath                         Path where log files are stored 
 # MentorDictionaryPath             The path where the CS-Map Coordinate System Dictionaries are installed
+# MentorUserDictionaryPath         The path where user defined CS-Map Coordinate System Dictionaries are stored
 # ResourcesPath                    Path where the localization resource files are stored
 # TcpIpMtu                         The TCP/IP maximum transmission unit
 #                                       0 < Value <= 65535
@@ -59,6 +60,7 @@
 DefaultMessageLocale               = en
 LogsPath                           = Logs/
 MentorDictionaryPath               = 
+MentorUserDictionaryPath           =
 ResourcesPath                      = Resources/
 TcpIpMtu                           = 1460
 TempPath                           = Temp/



More information about the mapguide-commits mailing list