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

Walt Welton-Lair walt.welton-lair at autodesk.com
Wed Jan 6 03:38:53 EST 2010


The notes should have read: "Fix Linux build"

-----Original Message-----
From: mapguide-commits-bounces at lists.osgeo.org [mailto:mapguide-commits-bounces at lists.osgeo.org] On Behalf Of svn_mapguide at osgeo.org
Sent: Wednesday, January 06, 2010 3:37 AM
To: mapguide-commits at lists.osgeo.org
Subject: [mapguide-commits] r4485 - trunk/MgDev/Common/MapGuideCommon/MapLayer

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;

_______________________________________________
mapguide-commits mailing list
mapguide-commits at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-commits


More information about the mapguide-commits mailing list