Changes between Version 12 and Version 13 of MapGuideRfc118


Ignore:
Timestamp:
Jul 31, 2011, 6:44:56 PM (13 years ago)
Author:
wuma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc118

    v12 v13  
    187187void MgMapBase::SetDisplayDpi(INT32 dpi)
    188188}}}
    189 And to make the generated map image have the correct background color, another MgMapBase method needs be exposed as Web API to get the map's background color:
    190 {{{
    191 STRING MgMapBase::GetBackgroundColor()
    192 }}}
    193189
    194190== Implications ==
     
    197193
    198194== Test Plan ==
    199 Unit test needs be created for the new WebTier API: '''{{{void MgMapBase::SetDisplayDpi(INT32 dpi)}}}''' and '''{{{STRING MgMapBase::GetBackgroundColor()}}}'''
     195Unit test needs be created for the new WebTier API: '''{{{void MgMapBase::SetDisplayDpi(INT32 dpi)}}}'''
    200196
    201197
     
    203199
    204200Autodesk supplied.
     201
     202== Addendum ==
     203And to make the generated map image have the correct background color, another MgMapBase method needs be exposed as Web API to get the map's background color:
     204{{{
     205STRING MgMapBase::GetBackgroundColor()
     206}}}