Changes between Version 5 and Version 6 of maestro/MaestroAPI/samples/RuntimeMap


Ignore:
Timestamp:
Aug 26, 2008, 3:57:14 AM (16 years ago)
Author:
ksgeograf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • maestro/MaestroAPI/samples/RuntimeMap

    v5 v6  
    33This page describes how to use the MaestroAPI from the [wiki:maestro MapGuide Maestro] project in your own application.
    44
    5 Just a quick one on creating and using !RuntimeMaps via Meastro API. To get Meastro API going please download latest Meastro 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.
     5Just 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.
    66
    77(VB.NET)