[mapguide-commits] r5738 - in trunk/Tools/Maestro/SDK/Samples: .
DrawMap QueryFeatureSource
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Wed May 4 09:33:15 EDT 2011
Author: jng
Date: 2011-05-04 06:33:15 -0700 (Wed, 04 May 2011)
New Revision: 5738
Added:
trunk/Tools/Maestro/SDK/Samples/readme.txt
Modified:
trunk/Tools/Maestro/SDK/Samples/
trunk/Tools/Maestro/SDK/Samples/DrawMap/
trunk/Tools/Maestro/SDK/Samples/QueryFeatureSource/
Log:
#1674: Add a readme.txt providing a brief overview of each sample
Property changes on: trunk/Tools/Maestro/SDK/Samples
___________________________________________________________________
Added: svn:ignore
+ Samples.suo
Property changes on: trunk/Tools/Maestro/SDK/Samples/DrawMap
___________________________________________________________________
Added: svn:ignore
+ bin
obj
Property changes on: trunk/Tools/Maestro/SDK/Samples/QueryFeatureSource
___________________________________________________________________
Added: svn:ignore
+ bin
obj
Added: trunk/Tools/Maestro/SDK/Samples/readme.txt
===================================================================
--- trunk/Tools/Maestro/SDK/Samples/readme.txt (rev 0)
+++ trunk/Tools/Maestro/SDK/Samples/readme.txt 2011-05-04 13:33:15 UTC (rev 5738)
@@ -0,0 +1,15 @@
+This directory contains a series of samples demonstrating usage of the Maestro API
+
+DrawMap
+-------
+
+This sample demonstrates using the Maestro API to create a Runtime Map from a Map Definition and to render the map to an image.
+
+QueryFeatureSource
+------------------
+
+This sample demonstrates using the Maestro API to query data from a feature source
+
+NOTE: Due to a long-standing bug on the mapagent operation which this underlying sample relies on (http://trac.osgeo.org/mapguide/ticket/708)
+this sample may not fully work for MapGuide Open Source 2.1 or older releases. This problem is only applicable if you're connecting to this
+sample via http.
\ No newline at end of file
More information about the mapguide-commits
mailing list