[mapguide-commits] r8692 - trunk/MgDev/Common/Geometry/CoordinateSystem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jun 24 18:51:10 PDT 2015


Author: christinebao
Date: 2015-06-24 18:51:10 -0700 (Wed, 24 Jun 2015)
New Revision: 8692

Modified:
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformGridFileFormat.h
Log:
Add GEOCON to grid file format. 

Submit on behalf of Andreas Steffen. 

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformGridFileFormat.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformGridFileFormat.h	2015-06-23 05:50:13 UTC (rev 8691)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformGridFileFormat.h	2015-06-25 01:51:10 UTC (rev 8692)
@@ -70,6 +70,12 @@
     /// ATS77
     ///
     static const INT32 ATS77 = 6;
+
+    ///////////////////////////////////////////////////////////////////////////////////////////////
+    /// \brief
+    /// GEOCON
+    ///
+    static const INT32 GEOCON = 9;
 };
 
 /// \}



More information about the mapguide-commits mailing list