[mapguide-commits] r8235 - in sandbox/jng/tiling: . Common/CoordinateSystem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jun 16 22:53:52 PDT 2014


Author: jng
Date: 2014-06-16 22:53:52 -0700 (Mon, 16 Jun 2014)
New Revision: 8235

Modified:
   sandbox/jng/tiling/
   sandbox/jng/tiling/Common/CoordinateSystem/CoordSysCatalog.cpp
   sandbox/jng/tiling/Common/CoordinateSystem/CoordSysFormatConverter.cpp
   sandbox/jng/tiling/Common/CoordinateSystem/CoordSysUtil.h
Log:
Merged revision(s) 8229 from trunk/MgDev:
Fix CS-Map headers in light of (http://trac.osgeo.org/csmap/changeset/2463)
........



Property changes on: sandbox/jng/tiling
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/2.4/MgDev:6749-6756,6777-6783,6785-6787,6789,6791-6794,6796-6801,6954-6962,6986-7006
/sandbox/jng/createruntimemap:7486-7555
/sandbox/rfc94:5099-5163
   + /branches/2.4/MgDev:6749-6756,6777-6783,6785-6787,6789,6791-6794,6796-6801,6954-6962,6986-7006
/sandbox/jng/createruntimemap:7486-7555
/sandbox/rfc94:5099-5163
/trunk/MgDev:8229

Modified: sandbox/jng/tiling/Common/CoordinateSystem/CoordSysCatalog.cpp
===================================================================
--- sandbox/jng/tiling/Common/CoordinateSystem/CoordSysCatalog.cpp	2014-06-17 05:46:21 UTC (rev 8234)
+++ sandbox/jng/tiling/Common/CoordinateSystem/CoordSysCatalog.cpp	2014-06-17 05:53:52 UTC (rev 8235)
@@ -49,7 +49,7 @@
 #include "CoordSysCatalog.h"                //for CCoordinateSystemCatalog
 #include "CoordSysGeodeticTransformation.h" //for CCoordinateSystemGeodeticTransformation
 
-#include "csNameMapper.hpp"                 //for csReleaseNameMapper
+#include "cs_NameMapper.hpp"                 //for csReleaseNameMapper
 #include "cs_map.h"
 
 #ifdef _WIN32

Modified: sandbox/jng/tiling/Common/CoordinateSystem/CoordSysFormatConverter.cpp
===================================================================
--- sandbox/jng/tiling/Common/CoordinateSystem/CoordSysFormatConverter.cpp	2014-06-17 05:46:21 UTC (rev 8234)
+++ sandbox/jng/tiling/Common/CoordinateSystem/CoordSysFormatConverter.cpp	2014-06-17 05:53:52 UTC (rev 8235)
@@ -17,7 +17,7 @@
 
 #include "GeometryCommon.h"
 #include "CoordSysCommon.h"
-#include "csNameMapperSupport.h"
+#include "cs_NameMapperSupport.h"
 #include "CriticalSection.h"
 
 #include "CoordSysWktFailureCache.h"

Modified: sandbox/jng/tiling/Common/CoordinateSystem/CoordSysUtil.h
===================================================================
--- sandbox/jng/tiling/Common/CoordinateSystem/CoordSysUtil.h	2014-06-17 05:46:21 UTC (rev 8234)
+++ sandbox/jng/tiling/Common/CoordinateSystem/CoordSysUtil.h	2014-06-17 05:53:52 UTC (rev 8235)
@@ -22,7 +22,7 @@
 #ifdef min
 #undef min
 #endif
-#include "rcWellKnownText.hpp"
+#include "CS_wktObject.hpp"
 #include "cs_wkt.h"
 #include "CsmapVersion.h"
 



More information about the mapguide-commits mailing list