wiki:MapGuideRfc107

Version 11 (modified by yangte, 14 years ago) ( diff )

--

MapGuide RFC 107 - Enhance Tile service to add a new API GenerateTile

This page contains a change request (RFC) for the MapGuide Open Source project. More MapGuide RFCs can be found on the RFCs page.

Status

RFC Template Version(1.0)
Submission DateJuly 23, 2010
Last ModifiedTed Yang July 23, 2010
AuthorTed Yang
RFC Statusdraft
Implementation Statusincomplete
Proposed Milestone2.3
Assigned PSC guide(s)
Voting History
+1
+0
-0
-1
Abstained

Overview

This RFC proposes to add a NEW GenerateTile() API to the tile service which return a bool value to indicate the tile generate success or not. This function will generate the tile on the server but not get the image from server. This function will allow user to pre-cache tiles on the server but elimate the cost of image transfer.

Motivation

Proposed Solution

Create a NEW GenerateTile() API that return a bool value.

Existing API:

    MgByteReader* GetTile(MgResourceIdentifier* mapDefinition,CREFSTRING baseMapLayerGroupName,INT32 tileColumn,INT32 tileRow,INT32 scaleIndex);

Proposed NEW API:

    bool GenerateTile(MgResourceIdentifier* mapDefinition,CREFSTRING baseMapLayerGroupName,INT32 tileColumn,INT32 tileRow,INT32 scaleIndex);

Implications

This change will NOT break existing API compatibility.

Test Plan

  • Build/Run on Windows/Linux
  • New Unit test will be added

Funding/Resources

Supplied by Autodesk.

Note: See TracWiki for help on using the wiki.