Changes between Version 17 and Version 18 of MapGuideRfc107


Ignore:
Timestamp:
Jul 25, 2010, 2:21:59 AM (14 years ago)
Author:
yangte
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc107

    v17 v18  
    3434Create a NEW !GenerateTile() API which return a bool value to indicate the tile generation is successful or not.
    3535
    36 Existing API:
    37 {{{
    38     MgByteReader* GetTile(MgResourceIdentifier* mapDefinition,CREFSTRING baseMapLayerGroupName,INT32 tileColumn,INT32 tileRow,INT32 scaleIndex);
    39 }}}
    40 
    4136Proposed NEW API:
    4237{{{