Changes between Version 13 and Version 14 of HttpApi/RenderingService


Ignore:
Timestamp:
Apr 16, 2010, 12:23:06 PM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HttpApi/RenderingService

    v13 v14  
    1515This document describes the Rendering Service HTTP APIs supported by the !MapGuide mapagent.  The Rendering Service APIs are used to render a map into a bitmapped image.  In addition to bitmap rendering, the APIs support basic updates to the underlying !MgMap object state including changes to center, scale, and layer visibility.
    1616
    17 = !MapGuide 2.0 APIs =
     17= !MapGuide 2.1 APIs =
    1818== !GetDynamicMapOverlayImage ==
    1919=== Overview ===
     
    2121=== Parameters ===
    2222|| '''Name''' || '''Value'''  || '''Required''' || '''Description''' ||
    23 || OPERATION || GETDYNAMICMAPOVERLAYIMAGE || Yes || Operation to execute ||
    24 || VERSION || 2.0.0/2.1.0 || Yes || Operation version ||
     23|| [#Operation1.0 OPERATION] || GETDYNAMICMAPOVERLAYIMAGE || Yes || Operation to execute ||
     24|| [#Version1.0 VERSION] || 2.0.0/2.1.0 || Yes || Operation version ||
    2525|| [#ClientAgent1.0 CLIENTAGENT] || text || Optional || Descriptive text for client ||
    2626|| [#Session1.0 SESSION] || session identifier || Yes || !MapGuide session identifier containing map to display ||
     
    8282=== Parameters ===
    8383|| '''Name''' || '''Value'''  || '''Required''' || '''Description''' ||
    84 || OPERATION || GETDYNAMICMAPOVERLAYIMAGE || Yes || Operation to execute ||
    85 || VERSION || 1.0.0 || Yes || Operation version ||
     84|| [#Operation1.0 OPERATION] || GETDYNAMICMAPOVERLAYIMAGE || Yes || Operation to execute ||
     85|| [#Version1.0 VERSION] || 1.0.0 || Yes || Operation version ||
    8686|| [#ClientAgent1.0 CLIENTAGENT] || text || Optional || Descriptive text for client ||
    8787|| [#Session1.0 SESSION] || session identifier || Yes || !MapGuide session identifier containing map to display ||
     
    102102|| [#HideGroups1.0 HIDEGROUPS] || text || No || List of groups to hide. ||
    103103
     104==== OPERATION Parameter ==== #Operation1.0
     105==== VERSION Parameter ==== #Version1.0
    104106==== CLIENTAGENT Parameter ==== #ClientAgent1.0
    105107==== SESSION Parameter ==== #Session1.0