[mapguide-users] mapagent api docs
Andy Morsell
amorsell at spatialgis.com
Wed May 7 11:34:15 EDT 2008
One way to make it easier to decipher what is going on through the mapagent
test pages is to have it target a new window so you can see the full
Operation URL and the parameters. This can be done by changing the
SetActionTarget() function in the setactiontarget.js file in the mapagent
folder. Change it to the following:
function SetActionTarget()
{
document.input.target = "_blank";
var splitUrl = document.URL.split('/');
document.input.action =
splitUrl[0]+"//"+splitUrl[2]+"/mapguide/mapagent/mapagent.fcgi";
}
Andy Morsell, P.E.
Spatial Integrators, Inc.
http://www.SpatialGIS.com
-----Original Message-----
From: mapguide-users-bounces at lists.osgeo.org
[mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Jackie C. Ng
Sent: Wednesday, May 07, 2008 7:47 AM
To: mapguide-users at lists.osgeo.org
Subject: Re: [mapguide-users] mapagent api docs
There is no such documentation per se.
The mapagent is basically a http interface to the mapguide api. Basically
each method in the mapagent interface should have a corresponding method in
the mapguide api.
So an easy way to find out how to use a particular method in the mapagent,
look up the corresponding method in the mapguide api documentation (the
methods are conveniently grouped by service for this purpose). It's method
signatures should tell you what parameters are required to invoke a
particular method via the mapagent interface.
- Jackie
juan dela cruz-2 wrote:
>
> hello all,
>
> does anybody know where i can find mapagent api documentation?
>
> thanks.
>
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
>
-----
http://themapguyde.blogspot.com
http://www.linkedin.com/in/jackieng
--
View this message in context:
http://www.nabble.com/mapagent-api-docs-tp17103280p17106194.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
mapguide-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
More information about the mapguide-users
mailing list