Changes between Version 20 and Version 21 of MapGuideRfc107


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc107

    v20 v21  
    99||RFC Template Version||(1.0)||
    1010||Submission Date||July 23, 2010||
    11 ||Last Modified||Ted Yang July 23, 2010||
     11||Last Modified||Ted Yang July 25, 2010||
    1212||Author||Ted Yang||
    1313||RFC Status||draft||
     
    3434}}}
    3535
    36 There's one problem with this existing API, suppose the user run a tool(like !Maestro !MgCooker) on the client PC to generate all the tiles of a map, the client will get the tile images from the server.
     36There's one problem with this existing API, suppose the user run a tool(like Maestro !MgCooker) on the client PC to generate all the tiles of a map, the client will get the tile images from the server.
    3737Actually the user just want to generate the tiles on the server to make the rendering/navigation of a map more smooth. But the transfer of the tile images will increase the cost to finish this job(usually thousands of tiles will be generate).
    3838So this RFC want to add a NEW API !GenerateTile() which generate the tile on the server and return a bool value.