Changes between Version 11 and Version 12 of MapGuideRfc118


Ignore:
Timestamp:
Jul 29, 2011, 6:21:13 AM (13 years ago)
Author:
wuma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc118

    v11 v12  
    187187void MgMapBase::SetDisplayDpi(INT32 dpi)
    188188}}}
    189 
     189And 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{{{
     191STRING MgMapBase::GetBackgroundColor()
     192}}}
    190193
    191194== Implications ==
     
    194197
    195198== Test Plan ==
    196 Unit test needs be created for the new WebTier API: '''{{{void MgMapBase::SetDisplayDpi(INT32 dpi)}}}'''
     199Unit test needs be created for the new WebTier API: '''{{{void MgMapBase::SetDisplayDpi(INT32 dpi)}}}''' and '''{{{STRING MgMapBase::GetBackgroundColor()}}}'''
    197200
    198201