Changes between Version 11 and Version 12 of MapGuideRfc38


Ignore:
Timestamp:
Oct 17, 2007, 12:59:15 PM (17 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc38

    v11 v12  
    4040
    4141Examples:
    42 * !RenderSelection | !RenderLayers will render selection and layers within the current scale
    43 * !RenderSelection | !KeepSelection will render only the selection regardless of scale
     42 * !RenderSelection | !RenderLayers will render selection and layers within the current scale
     43 * !RenderSelection | !KeepSelection will render only the selection regardless of scale
    4444
    4545Add a SELECTIONCOLOR parameter to the existing GETDYNAMICMAPOVERLAYIMAGE.  The color may be specified as an integer or hex string.
     
    4949
    5050{{{
    51   MgByteReader* RenderDynamicOverlay(MgMap* map, MgSelection* selection, MgRenderingOptions* options)
    52 CREFSTRING format, INT32 behavior);
     51  MgByteReader* RenderDynamicOverlay(MgMap* map, MgSelection* selection, MgRenderingOptions* options);
    5352}}}
    5453