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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Oct 27 14:48:06 EDT 2010


Author: NormOlsen
Date: 2010-10-27 11:48:06 -0700 (Wed, 27 Oct 2010)
New Revision: 5342

Modified:
   trunk/MgDev/Common/CoordinateSystem/MentorUtil.cpp
Log:
Fix a bust introduced by a typo in submission 5337.  My apologies.  I especially examined the submission three times looking for these types of busts, but managede to miss this one anyway.

Modified: trunk/MgDev/Common/CoordinateSystem/MentorUtil.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/MentorUtil.cpp	2010-10-27 09:53:07 UTC (rev 5341)
+++ trunk/MgDev/Common/CoordinateSystem/MentorUtil.cpp	2010-10-27 18:48:06 UTC (rev 5342)
@@ -1246,7 +1246,7 @@
         return bResult;
     }
 
-    if (ProjectionIsNerthType (pCsDef->prj_knm))
+    if (!ProjectionIsNerthType (pCsDef->prj_knm))
     {
         //Try to get a datum from the coordsys.
         Ptr<MgCoordinateSystemDatum> pDatum = pSrc->GetDatumDefinition();



More information about the mapguide-commits mailing list