Changes between Version 45 and Version 46 of HttpApi/RenderingService


Ignore:
Timestamp:
Apr 29, 2010, 2:11:58 PM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HttpApi/RenderingService

    v45 v46  
    112112== !GetMapLegendImage ==#GetMapLegendImage2.1
    113113=== Overview ===
    114 Generates a legend image for the the currently displayed scale of the map identified by SESSION and MAPNAME.  !GetMapLegendImage in !MapGuide 2.1 is identical to [#GetMapLegendImage1.2 GetMapLegendImage in MapGuide 1.2] with the addition of a CLIENTAGENT parameter. 
     114Generates a legend image for the the currently displayed scale of the map identified by SESSION and MAPNAME.  !GetMapLegendImage in !MapGuide 2.1 is identical to [#GetMapLegendImage2.0 GetMapLegendImage in MapGuide 2.0] with the addition of a CLIENTAGENT parameter. 
    115115=== Parameters ===
    116116|| '''Name''' || '''Value'''  || '''Required''' || '''Description''' ||
     
    120120|| [#Session1.0 SESSION] || session identifier || Yes || !MapGuide session identifier containing map to display ||
    121121|| [#MapName1.0 MAPNAME] || text || Yes || Name of the map to display.[[BR]]This corresponds to the !GetName() value for the resource identifier. ||
    122 || [#Format1.0 FORMAT] || JPG/PNG || Yes || Image format for rendered image ||
     122|| [#Format1.0 FORMAT] || JPG/PNG/PNG8 || Yes || Image format for rendered image ||
    123123|| [#Width1.0 WIDTH] || integer || Yes || Width of legend image ||
    124124|| [#Height1.0 HEIGHT] || integer || Yes || Height of legend image ||
     
    268268== !GetMapLegendImage ==#GetMapLegendImage2.0
    269269=== Overview ===
    270 Generates a legend image for the the currently displayed scale of the map identified by SESSION and MAPNAME.  !GetMapLegendImage in !MapGuide 2.0 is identical to [#GetMapLegendImage1.2 GetMapLegendImage in MapGuide 1.2].
     270Generates a legend image for the the currently displayed scale of the map identified by SESSION and MAPNAME.  !GetMapLegendImage in !MapGuide 2.0 is identical to [#GetMapLegendImage1.2 GetMapLegendImage in MapGuide 1.2] with the addition of PNG8 as an output format.
    271271=== Parameters ===
    272272|| '''Name''' || '''Value'''  || '''Required''' || '''Description''' ||
    273273|| [#Operation1.0 OPERATION] || GETMAPLEGENDIMAGE || Yes || Operation to execute ||
    274 || [#Version1.0 VERSION] || 2.1.0 || Yes || Operation version ||
     274|| [#Version1.0 VERSION] || 2.0.0 || Yes || Operation version ||
    275275|| [#Session1.0 SESSION] || session identifier || Yes || !MapGuide session identifier containing map to display ||
    276276|| [#MapName1.0 MAPNAME] || text || Yes || Name of the map to display.[[BR]]This corresponds to the !GetName() value for the resource identifier. ||
    277 || [#Format1.0 FORMAT] || JPG/PNG || Yes || Image format for rendered image ||
     277|| [#Format1.0 FORMAT] || JPG/PNG/PNG8 || Yes || Image format for rendered image ||
    278278|| [#Width1.0 WIDTH] || integer || Yes || Width of legend image ||
    279279|| [#Height1.0 HEIGHT] || integer || Yes || Height of legend image ||