Changes between Version 12 and Version 13 of MapGuideRfc118
- Timestamp:
- 07/31/11 18:44:56 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc118
v12 v13 187 187 void MgMapBase::SetDisplayDpi(INT32 dpi) 188 188 }}} 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 }}}193 189 194 190 == Implications == … … 197 193 198 194 == Test Plan == 199 Unit test needs be created for the new WebTier API: '''{{{void MgMapBase::SetDisplayDpi(INT32 dpi)}}}''' and '''{{{STRING MgMapBase::GetBackgroundColor()}}}'''195 Unit test needs be created for the new WebTier API: '''{{{void MgMapBase::SetDisplayDpi(INT32 dpi)}}}''' 200 196 201 197 … … 203 199 204 200 Autodesk supplied. 201 202 == Addendum == 203 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: 204 {{{ 205 STRING MgMapBase::GetBackgroundColor() 206 }}}