[mapguide-commits] r9867 - sandbox/adsk/trunk/Common/Geometry/CoordinateSystem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Sep 6 19:05:36 PDT 2021


Author: simonliu
Date: 2021-09-06 19:05:35 -0700 (Mon, 06 Sep 2021)
New Revision: 9867

Modified:
   sandbox/adsk/trunk/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformGridFileFormat.h
Log:
Update transform grid file format according to CsMap changes.

Modified: sandbox/adsk/trunk/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformGridFileFormat.h
===================================================================
--- sandbox/adsk/trunk/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformGridFileFormat.h	2021-09-01 01:53:33 UTC (rev 9866)
+++ sandbox/adsk/trunk/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformGridFileFormat.h	2021-09-07 02:05:35 UTC (rev 9867)
@@ -73,9 +73,27 @@
 
     ///////////////////////////////////////////////////////////////////////////////////////////////
     /// \brief
+    /// OST97
+    ///
+    static const INT32 OST97 = 7;
+
+    ///////////////////////////////////////////////////////////////////////////////////////////////
+    /// \brief
+    /// OST02
+    ///
+    static const INT32 OST02 = 8;
+
+    ///////////////////////////////////////////////////////////////////////////////////////////////
+    /// \brief
+    /// OST15
+    ///
+    static const INT32 OST15 = 9;
+
+    ///////////////////////////////////////////////////////////////////////////////////////////////
+    /// \brief
     /// GEOCON
     ///
-    static const INT32 GEOCON = 9;
+    static const INT32 GEOCON = 10;
 };
 
 /// \}



More information about the mapguide-commits mailing list