[mapguide-commits] r8693 - trunk/MgDev/Common/CoordinateSystem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jun 29 19:48:11 PDT 2015


Author: christinebao
Date: 2015-06-29 19:48:10 -0700 (Mon, 29 Jun 2015)
New Revision: 8693

Modified:
   trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformGridFile.cpp
Log:
Add GEOCON to grid file format. 

Submit on behalf of Andreas Steffen. 

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformGridFile.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformGridFile.cpp	2015-06-25 01:51:10 UTC (rev 8692)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysGeodeticTransformGridFile.cpp	2015-06-30 02:48:10 UTC (rev 8693)
@@ -96,6 +96,7 @@
     case cs_DTCFRMT_ATS77:
     case cs_DTCFRMT_OST97:
     case cs_DTCFRMT_OST02:
+    case cs_DTCFRMT_GEOCN:
         break;
 
     case cs_DTCFRMT_NONE:



More information about the mapguide-commits mailing list