Changes between Version 21 and Version 22 of MapGuideRfc107
- Timestamp:
- 07/25/10 02:53:34 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc107
v21 v22 36 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 So this RFC want to add a NEW API !GenerateTile () which generate the tile on the server andreturn a bool value.38 So this RFC want to add a NEW API !GenerateTile which generate the tile on the server and only return a bool value. 39 39 40 40