Changes between Version 21 and Version 22 of MapGuideRfc107


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc107

    v21 v22  
    3636There'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).
    38 So this RFC want to add a NEW API !GenerateTile() which generate the tile on the server and return a bool value.
     38So this RFC want to add a NEW API !GenerateTile which generate the tile on the server and only return a bool value.
    3939
    4040