Changes between Version 34 and Version 35 of HttpApi/RenderingService


Ignore:
Timestamp:
Apr 29, 2010, 11:48:18 AM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HttpApi/RenderingService

    v34 v35  
    1717
    1818= !MapGuide 2.1 APIs =
    19 == !GetDynamicMapOverlayImage ==
     19== !GetDynamicMapOverlayImage ==#GetDynamicMapOverlayImage2.1
    2020=== Overview ===
    2121!GetDynamicMapOverlayImage returns a rendered raster image containing all visbile layers at the current center and scale for the map.  This API is used in conjuction with the !GetVisibleMapExtent HTTP API to provide dynamic map updates for end user interactions.
     
    110110=== Technical Notes ===
    111111
    112 == !GetMapLegendImage ==
    113 === Overview ===
    114 === Parameters ===
    115 === Usage ===
    116 === Technical Notes ===
    117 == !GetVisibleMapExtent ==
    118 === Overview ===
    119 === Parameters ===
    120 === Usage ===
    121 === Technical Notes ===
    122 == !QueryMapFeatures ==
    123 === Overview ===
    124 !QueryMapFeatures for !MapGuide 2.1 is nearly identical to [#QueryMapFeatures1.2 !MapGuide 1.2].  The only addition to the API was the addition of "ENVELOPEINTERSECTS" for the SELECTIONVARIANT parameter.
     112== !GetMapLegendImage ==#GetMapLegendImage2.1
     113=== Overview ===
     114=== Parameters ===
     115=== Usage ===
     116=== Technical Notes ===
     117== !GetVisibleMapExtent ==#GetVisibleMapExtent2.1
     118=== Overview ===
     119=== Parameters ===
     120=== Usage ===
     121=== Technical Notes ===
     122== !QueryMapFeatures ==#QueryMapFeatures2.1
     123=== Overview ===
     124!QueryMapFeatures for !MapGuide 2.1 is nearly identical to [#QueryMapFeatures1.2 QueryMapFeatures for MapGuide 1.2].  The only addition to the API was the addition of "ENVELOPEINTERSECTS" for the SELECTIONVARIANT parameter.
    125125=== Parameters ===
    126126=== Usage ===
    127127=== Technical Notes ===
    128128= !MapGuide 2.0 APIs =
    129 == !GetDynamicMapOverlayImage ==
     129== !GetDynamicMapOverlayImage ==#GetDynamicMapOverlayImage2.0
    130130=== Overview ===
    131131!GetDynamicMapOverlayImage returns a rendered raster image containing all visbile layers at the current center and scale for the map.  This API is used in conjuction with the !GetVisibleMapExtent HTTP API to provide dynamic map updates for end user interactions.
     
    168168as a 32 bit PNG image.  The selection is drawn in partially transparent red.
    169169=== Technical Notes ===
    170 == !GetMapImage ==
     170== !GetMapImage ==#GetMapImage2.0
    171171=== Overview ===
    172172!GetMapImage returns a rendered raster image containing all visible layers for the map.  This API can be used to generate a raster image for a currently displayed map in the session repository or to display an arbitrary view of a map defined by a map definition.
     
    217217
    218218= !MapGuide 1.2 APIs =
    219 == !GetDynamicMapOverlayImage ==
     219== !GetDynamicMapOverlayImage ==#GetDynamicMapOverlayImage1.2
    220220=== Overview ===
    221221!GetDynamicMapOverlayImage returns a rendered raster image containing all visible layers at the current center and scale for the map.  This API is used in conjuction with the !GetVisibleMapExtent HTTP API to provide dynamic map updates for end user interactions.
     
    242242
    243243=== Technical Notes ===
    244 == !GetMapImage ==
     244== !GetMapImage ==#GetMapImage1.2
    245245=== Overview ===
    246246!GetMapImage returns a rendered raster image containing all visible layers for the map.  This API can be used to generate a raster image for a currently displayed map in the session repository or to display an arbitrary view of a map defined by a map definition.