[mapguide-commits] r4264 - trunk/MgDev/Common/CoordinateSystem
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Sep 25 18:02:18 EDT 2009
Author: NormOlsen
Date: 2009-09-25 18:02:18 -0400 (Fri, 25 Sep 2009)
New Revision: 4264
Modified:
trunk/MgDev/Common/CoordinateSystem/CoordSysMathComparator.cpp
Log:
Submission to fix the build.
The previous submission ofr this module included a reference to a new define in the CS-MAP library. Evidently, it takes a while for the MapGuide and CS-MAP builds to get into synch. So, the offending reference has been temporaily commented out. This is not an issue, as the reference was a 'case' in a 'switch' statement and the code for this case is the same as the default. SO, there is no negative effect of this change.
Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysMathComparator.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysMathComparator.cpp 2009-09-25 21:08:33 UTC (rev 4263)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysMathComparator.cpp 2009-09-25 22:02:18 UTC (rev 4264)
@@ -252,7 +252,9 @@
case cs_DTCTYP_ED50:
case cs_DTCTYP_DHDN:
case cs_DTCTYP_ETRF89:
- case cs_DTCTYP_CHENYX:
+// case cs_DTCTYP_CHENYX: // commented out to fix build.
+ // put back in after cs_map catches up with MapGuide
+ // Not a problem as this is the same as "default" anyway.
default:
paramCount = 0;
break;
More information about the mapguide-commits
mailing list