Changes between Version 17 and Version 18 of MapGuideRfc107
- Timestamp:
- 07/25/10 02:21:59 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc107
v17 v18 34 34 Create a NEW !GenerateTile() API which return a bool value to indicate the tile generation is successful or not. 35 35 36 Existing API:37 {{{38 MgByteReader* GetTile(MgResourceIdentifier* mapDefinition,CREFSTRING baseMapLayerGroupName,INT32 tileColumn,INT32 tileRow,INT32 scaleIndex);39 }}}40 41 36 Proposed NEW API: 42 37 {{{