Changes between Version 11 and Version 12 of MapGuideRfc118
- Timestamp:
- 07/29/11 06:21:13 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc118
v11 v12 187 187 void MgMapBase::SetDisplayDpi(INT32 dpi) 188 188 }}} 189 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 }}} 190 193 191 194 == Implications == … … 194 197 195 198 == Test Plan == 196 Unit test needs be created for the new WebTier API: '''{{{void MgMapBase::SetDisplayDpi(INT32 dpi)}}}''' 199 Unit test needs be created for the new WebTier API: '''{{{void MgMapBase::SetDisplayDpi(INT32 dpi)}}}''' and '''{{{STRING MgMapBase::GetBackgroundColor()}}}''' 197 200 198 201