[mapguide-commits] r6358 - trunk/Tools/Maestro/Doc/Topics

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Dec 23 00:01:46 EST 2011


Author: jng
Date: 2011-12-22 21:01:46 -0800 (Thu, 22 Dec 2011)
New Revision: 6358

Modified:
   trunk/Tools/Maestro/Doc/Topics/Concept_RuntimeMap.aml
Log:
Add a note about RuntimeMap compatibility

Modified: trunk/Tools/Maestro/Doc/Topics/Concept_RuntimeMap.aml
===================================================================
--- trunk/Tools/Maestro/Doc/Topics/Concept_RuntimeMap.aml	2011-12-23 04:21:07 UTC (rev 6357)
+++ trunk/Tools/Maestro/Doc/Topics/Concept_RuntimeMap.aml	2011-12-23 05:01:46 UTC (rev 6358)
@@ -50,6 +50,30 @@
 		</para>
       </content>
     </section>
+    <section address="RuntimeMapCompatibility">
+      <title>Compatibility</title>
+      <content>
+      	<para>
+      	The <codeEntityReference qualifyHint="false">T:OSGeo.MapGuide.MaestroAPI.Mapping.RuntimeMap</codeEntityReference> operates on a binary blob on the MapGuide Server
+      	that represents the internal state of the runtime map. New versions of MapGuide may introduce new states that may break compatibility with the RuntimeMap class. As 
+      	such, usage of the RuntimeMap in the Maestro API is restricted to the following versions of MapGuide (includes point releases and service packs):
+      	</para>
+		<list class="bullet">
+		  <listItem><para>MapGuide Open Source 1.2</para></listItem>
+		  <listItem><para>MapGuide Open Source 2.0</para></listItem>
+		  <listItem><para>MapGuide Open Source 2.1</para></listItem>
+		  <listItem><para>MapGuide Open Source 2.2</para></listItem>
+		  <listItem><para>Autodesk MapGuide Enterprise 2008</para></listItem>
+		  <listItem><para>Autodesk MapGuide Enterprise 2009</para></listItem>
+		  <listItem><para>Autodesk MapGuide Enterprise 2010</para></listItem>
+		  <listItem><para>Autodesk MapGuide Enterprise 2011</para></listItem>
+		  <listItem><para>Autodesk Infrastructure Map Server 2012</para></listItem>
+		</list>
+		<para>
+		If you are not using a version of MapGuide that is on this list, there is no guarantee the RuntimeMap will work as expected.
+		</para>
+      </content>
+    </section>
     <relatedTopics>
       <!-- One or more of the following:
            - A local link



More information about the mapguide-commits mailing list