[mapguide-commits] r9875 - sandbox/adsk/trunk/Common/CoordinateSystem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Sep 26 06:08:27 PDT 2021


Author: simonliu
Date: 2021-09-26 06:08:27 -0700 (Sun, 26 Sep 2021)
New Revision: 9875

Modified:
   sandbox/adsk/trunk/Common/CoordinateSystem/CoordSysGeodeticTransformGridFile.cpp
Log:
Update method CCoordinateSystemGeodeticTransformGridFile::IsValid() to add OST15 format.

Modified: sandbox/adsk/trunk/Common/CoordinateSystem/CoordSysGeodeticTransformGridFile.cpp
===================================================================
--- sandbox/adsk/trunk/Common/CoordinateSystem/CoordSysGeodeticTransformGridFile.cpp	2021-09-25 17:03:27 UTC (rev 9874)
+++ sandbox/adsk/trunk/Common/CoordinateSystem/CoordSysGeodeticTransformGridFile.cpp	2021-09-26 13:08:27 UTC (rev 9875)
@@ -96,6 +96,7 @@
     case cs_DTCFRMT_ATS77:
     case cs_DTCFRMT_OST97:
     case cs_DTCFRMT_OST02:
+    case cs_DTCFRMT_OST15:
     case cs_DTCFRMT_GEOCN:
         break;
 



More information about the mapguide-commits mailing list