[mapguide-commits] r6179 - trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Http

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Oct 19 22:38:34 EDT 2011


Author: jng
Date: 2011-10-19 19:38:34 -0700 (Wed, 19 Oct 2011)
New Revision: 6179

Modified:
   trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Http/XmlFeatureReader.cs
Log:
Small mental note

Modified: trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Http/XmlFeatureReader.cs
===================================================================
--- trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Http/XmlFeatureReader.cs	2011-10-19 09:14:43 UTC (rev 6178)
+++ trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI.Http/XmlFeatureReader.cs	2011-10-20 02:38:34 UTC (rev 6179)
@@ -60,6 +60,7 @@
             if (_reader.Name != this.ResponseRootElement)
                 throw new Exception("Bad document. Expected element: " + this.ResponseRootElement); //LOCALIZEME
             _reader.Read();
+            //FIXME: serialized schema not included in queries for extended feature classes!
             if (_reader.Name != this.DefinitionRootElement)
                 throw new Exception("Bad document. Expected element: " + this.DefinitionRootElement); //LOCALIZEME
 



More information about the mapguide-commits mailing list