Changes between Version 20 and Version 21 of MapGuideRfc107
- Timestamp:
- 07/25/10 02:52:50 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc107
v20 v21 9 9 ||RFC Template Version||(1.0)|| 10 10 ||Submission Date||July 23, 2010|| 11 ||Last Modified||Ted Yang July 2 3, 2010||11 ||Last Modified||Ted Yang July 25, 2010|| 12 12 ||Author||Ted Yang|| 13 13 ||RFC Status||draft|| … … 34 34 }}} 35 35 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.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. 37 37 Actually 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 38 So this RFC want to add a NEW API !GenerateTile() which generate the tile on the server and return a bool value.