Changes between Version 5 and Version 6 of maestro/MaestroAPI/samples/RuntimeMap
- Timestamp:
- 08/26/08 03:57:14 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maestro/MaestroAPI/samples/RuntimeMap
v5 v6 3 3 This page describes how to use the MaestroAPI from the [wiki:maestro MapGuide Maestro] project in your own application. 4 4 5 Just a quick one on creating and using !RuntimeMaps via Meastro API. To get Meastro API going please download latest M eastro package, then reference OSGeo.!MapGuide.MaestroAPI.dll and !MapGuideDotNetApi.dll only. This example uses Maestro API !HttpServerConnection object which talks to the MG's mapagent.fcgi via HTTP. In other words - your code (i.e. ASP.NET page) may reside on remote computer calling MG server via HTTP.5 Just a quick one on creating and using !RuntimeMaps via Meastro API. To get Meastro API going please download latest Maestro package, then reference OSGeo.!MapGuide.MaestroAPI.dll and !MapGuideDotNetApi.dll only. This example uses Maestro API !HttpServerConnection object which talks to the MG's mapagent.fcgi via HTTP. In other words - your code (i.e. ASP.NET page) may reside on remote computer calling MG server via HTTP. 6 6 7 7 (VB.NET)