[mapguide-commits] r4485 - trunk/MgDev/Common/MapGuideCommon/MapLayer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jan 6 03:36:58 EST 2010


Author: waltweltonlair
Date: 2010-01-06 03:36:56 -0500 (Wed, 06 Jan 2010)
New Revision: 4485

Modified:
   trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.h
Log:
Fix #522 (Handle geometries with null z ordinates)

This submission ports revision r4725 from the trunk stream to the 3.4 branch stream.


Modified: trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.h	2010-01-06 07:59:00 UTC (rev 4484)
+++ trunk/MgDev/Common/MapGuideCommon/MapLayer/Map.h	2010-01-06 08:36:56 UTC (rev 4485)
@@ -27,7 +27,7 @@
 #include <list>
 #include <map>
 
-typedef std::list<const MdfModel::MdfString> ColorStringList;
+typedef std::list<MdfModel::MdfString> ColorStringList;
 
 class MgMap;
 class MgSiteConnection;



More information about the mapguide-commits mailing list