Changes between Version 13 and Version 14 of HttpApi/RenderingService
- Timestamp:
- 04/16/10 12:23:06 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HttpApi/RenderingService
v13 v14 15 15 This 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. 16 16 17 = !MapGuide 2. 0APIs =17 = !MapGuide 2.1 APIs = 18 18 == !GetDynamicMapOverlayImage == 19 19 === Overview === … … 21 21 === Parameters === 22 22 || '''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 || 25 25 || [#ClientAgent1.0 CLIENTAGENT] || text || Optional || Descriptive text for client || 26 26 || [#Session1.0 SESSION] || session identifier || Yes || !MapGuide session identifier containing map to display || … … 82 82 === Parameters === 83 83 || '''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 || 86 86 || [#ClientAgent1.0 CLIENTAGENT] || text || Optional || Descriptive text for client || 87 87 || [#Session1.0 SESSION] || session identifier || Yes || !MapGuide session identifier containing map to display || … … 102 102 || [#HideGroups1.0 HIDEGROUPS] || text || No || List of groups to hide. || 103 103 104 ==== OPERATION Parameter ==== #Operation1.0 105 ==== VERSION Parameter ==== #Version1.0 104 106 ==== CLIENTAGENT Parameter ==== #ClientAgent1.0 105 107 ==== SESSION Parameter ==== #Session1.0