Changes between Version 11 and Version 12 of MapGuideRfc38
- Timestamp:
- 10/17/07 12:59:15 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc38
v11 v12 40 40 41 41 Examples: 42 * !RenderSelection | !RenderLayers will render selection and layers within the current scale43 * !RenderSelection | !KeepSelection will render only the selection regardless of scale42 * !RenderSelection | !RenderLayers will render selection and layers within the current scale 43 * !RenderSelection | !KeepSelection will render only the selection regardless of scale 44 44 45 45 Add a SELECTIONCOLOR parameter to the existing GETDYNAMICMAPOVERLAYIMAGE. The color may be specified as an integer or hex string. … … 49 49 50 50 {{{ 51 MgByteReader* RenderDynamicOverlay(MgMap* map, MgSelection* selection, MgRenderingOptions* options) 52 CREFSTRING format, INT32 behavior); 51 MgByteReader* RenderDynamicOverlay(MgMap* map, MgSelection* selection, MgRenderingOptions* options); 53 52 }}} 54 53