Changes between Version 8 and Version 9 of HttpApi/RenderingService


Ignore:
Timestamp:
Apr 16, 2010, 11:28:40 AM (14 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HttpApi/RenderingService

    v8 v9  
    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 and later APIs =
     17= !MapGuide 2.0 APIs =
    1818== !GetDynamicMapOverlayImage ==
    1919=== Overview ===
     
    6666=== Usage ===
    6767=== Technical Notes ===
    68 = !MapGuide 1.0 and later APIs =
     68= !MapGuide 1.0 APIs =
    6969== !GetDynamicMapOverlayImage ==
    7070=== Overview ===
     
    8181|| KEEPSELECTION || 0/1 || Optional || If true, render selected feature(s) even if they are outside the current scale. ||
    8282|| SELECTIONCOLOR || RGBA hex color || Yes || Selection color encoded in hexadecimal RGBA format 0xRRGGBBAA. ||
     83|| SETVIEWCENTERX || double || No || Set X coordinate for center of map. ||
     84|| SETVIEWCENTERY || double || No || Set Y coordinate for center of map. ||
     85|| SETVIEWSCALE || double || No || Set scale for map. ||
     86|| SETDISPLAYDPI || integer || No || Set DPI for map. ||
     87|| SETDISPLAYWIDTH || integer || No || Set width of image in pixels. ||
     88|| SETDISPLAYHEIGHT || integer || No || Set height of image in pixels. ||
     89|| SHOWLAYERS || text || No || List of layers to display. ||
     90|| HIDELAYERS || text || No || List of layers to hide. ||
     91|| SHOWGROUPS || text || No || List of groups to display. ||
     92|| HIDEGROUPS || text || No || List of groups to hide. ||
    8393
     94==== CLIENTAGENT Parameter ====
     95==== SESSION Parameter ====
     96==== MAPNAME Parameter ====
     97==== FORMAT Parameter ====
    8498==== SELECTION Parameter ====
    85 
    86 The selection parameter...
    87 Examples:
    88  * example 1
    89  * example 2
     99==== KEEPSELECTION Parameter ====
     100==== SELECTIONCOLOR Parameter ====
     101==== SETVIEWCENTERX Parameter ====
     102==== SETVIEWCENTERY Parameter ====
     103==== SETVIEWSCALE Parameter ====
     104==== SETDISPLAYDPI Parameter ====
     105==== SETDISPLAYWIDTH Parameter ====
     106==== SETDISPLAYHEIGHT Parameter ====
     107==== SHOWLAYERS Parameter ====
     108==== HIDELAYERS Parameter ====
     109==== SHOWGROUPS Parameter ====
     110==== HIDEGROUPS Parameter ====
    90111=== Usage ===
    91112=== Technical Notes ===