[mapguide-commits] r7202 - sandbox/adsk/2.5k/Common/CoordinateSystem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Nov 7 12:17:00 PST 2012


Author: baertelchen
Date: 2012-11-07 12:16:59 -0800 (Wed, 07 Nov 2012)
New Revision: 7202

Modified:
   sandbox/adsk/2.5k/Common/CoordinateSystem/CoordSysCatalog.cpp
Log:
Make the adsk/2.5k sandbox version of CoordSysCatalog.cpp to initialize itself with the CS-Map dictionary folder

[Geospatial Coordinate Systems 14.00]
instead of
[Geospatial Coordinate Systems]


Modified: sandbox/adsk/2.5k/Common/CoordinateSystem/CoordSysCatalog.cpp
===================================================================
--- sandbox/adsk/2.5k/Common/CoordinateSystem/CoordSysCatalog.cpp	2012-11-07 09:13:51 UTC (rev 7201)
+++ sandbox/adsk/2.5k/Common/CoordinateSystem/CoordSysCatalog.cpp	2012-11-07 20:16:59 UTC (rev 7202)
@@ -225,7 +225,7 @@
         {
             // Failed to get the default path for the coordinate system dictionaries
             sDirDefault = szPath;
-            sDirDefault += _T("\\Autodesk\\Geospatial Coordinate Systems"); //NOXLATE
+            sDirDefault += _T("\\Autodesk\\Geospatial Coordinate Systems 14.00"); //NOXLATE
             szPathVar = sDirDefault.c_str();
         }
     }



More information about the mapguide-commits mailing list