[mapguide-commits] r5225 - sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/Commands

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Sep 30 09:11:10 EDT 2010


Author: jng
Date: 2010-09-30 13:11:10 +0000 (Thu, 30 Sep 2010)
New Revision: 5225

Modified:
   sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/Commands/ExecuteLoadProcedure.cs
Log:
Add some notes for improving load procedure support

Modified: sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/Commands/ExecuteLoadProcedure.cs
===================================================================
--- sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/Commands/ExecuteLoadProcedure.cs	2010-09-30 12:54:48 UTC (rev 5224)
+++ sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/Commands/ExecuteLoadProcedure.cs	2010-09-30 13:11:10 UTC (rev 5225)
@@ -30,6 +30,11 @@
 
 namespace OSGeo.MapGuide.MaestroAPI.Commands
 {
+    //TODO: We should decouple this from the v1.0.0 LoadProcedure object
+    // v1.1.0 only introduced DWG-specific things (which Maestro will never support anyway)
+    // v2.2.0 only introduced a new SQLite sub-type (with no-specific unique properties AFAIK)
+    // So structurally speaking, nothing has changed in the XML schema between v1.0.0 and v2.2.0
+
     /// <summary>
     /// A command to execute v1.0.0 Load Procedures
     /// </summary>



More information about the mapguide-commits mailing list