Changes between Version 44 and Version 45 of HttpApi/RenderingService


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HttpApi/RenderingService

    v44 v45  
    112112== !GetMapLegendImage ==#GetMapLegendImage2.1
    113113=== Overview ===
    114 === Parameters ===
    115 || '''Name''' || '''Value'''  || '''Required''' || '''Description''' ||
    116 || [#Operation1.0 OPERATION] || GETDYNAMICMAPOVERLAYIMAGE || Yes || Operation to execute ||
    117 || [#Version1.0 VERSION] || 1.0.0 || Yes || Operation version ||
     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 [#GetMapLegendImage1.2 GetMapLegendImage in MapGuide 1.2] with the addition of a CLIENTAGENT parameter. 
     115=== Parameters ===
     116|| '''Name''' || '''Value'''  || '''Required''' || '''Description''' ||
     117|| [#Operation1.0 OPERATION] || GETMAPLEGENDIMAGE || Yes || Operation to execute ||
     118|| [#Version1.0 VERSION] || 2.1.0 || Yes || Operation version ||
     119|| [#ClientAgent2.1 CLIENTAGENT] || text || Optional || Descriptive text for client ||
    118120|| [#Session1.0 SESSION] || session identifier || Yes || !MapGuide session identifier containing map to display ||
    119121|| [#MapName1.0 MAPNAME] || text || Yes || Name of the map to display.[[BR]]This corresponds to the !GetName() value for the resource identifier. ||
    120122|| [#Format1.0 FORMAT] || JPG/PNG || Yes || Image format for rendered image ||
    121 || [#KeepSelection1.0 KEEPSELECTION] || 0/1 || Optional || If true, render selected feature(s) even if they are outside the current scale. ||
    122 === Usage ===
    123 === Technical Notes ===
     123|| [#Width1.0 WIDTH] || integer || Yes || Width of legend image ||
     124|| [#Height1.0 HEIGHT] || integer || Yes || Height of legend image ||
    124125== !GetVisibleMapExtent ==#GetVisibleMapExtent2.1
    125126=== Overview ===
     
    265266Sets center of map to (-114,51) and scale to 1:50000.  Turns on layers d5d01111 and d5d01118.  The visible layers are rendered as a 500 by 500 PNG image.  Any selection already defined by web extensions API calls will be drawn in blue regardless of scale.  Changes to center, scale and layer visibility are retained.  Features and labels will be clipped to the bounds of the image.
    266267=== Technical Notes ===
     268== !GetMapLegendImage ==#GetMapLegendImage2.0
     269=== Overview ===
     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].
     271=== Parameters ===
     272|| '''Name''' || '''Value'''  || '''Required''' || '''Description''' ||
     273|| [#Operation1.0 OPERATION] || GETMAPLEGENDIMAGE || Yes || Operation to execute ||
     274|| [#Version1.0 VERSION] || 2.1.0 || Yes || Operation version ||
     275|| [#Session1.0 SESSION] || session identifier || Yes || !MapGuide session identifier containing map to display ||
     276|| [#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 ||
     278|| [#Width1.0 WIDTH] || integer || Yes || Width of legend image ||
     279|| [#Height1.0 HEIGHT] || integer || Yes || Height of legend image ||
    267280== !GetVisibleMapExtent ==#GetVisibleMapExtent2.0
    268281=== Overview ===