Changes between Version 1 and Version 2 of MapGuideRfc122
- Timestamp:
- 09/30/11 01:53:09 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified MapGuideRfc122
v1 v2 42 42 1. Read in the dictionary path from serverconfig.ini and webconfig.ini 43 43 2. Obtain a pointer to the MgCoordinateSystemCatalog and change the dictionary path using the SetDictionaryDir() API, passing the read in value 44 3. Check the library status of the catalog. Throw an exception if the library status is not initialized 44 3. Check the library status of the catalog. Throw an exception if the library status is not initialized. Note that there is a current defect where the library status is not re-evaluated when SetDictionaryDir() is called. A patch (#1821) has been made for this particular issue. 45 45 46 46 == Implications ==