Changes between Version 8 and Version 9 of MapGuideRfc90
- Timestamp:
- 11/04/10 01:27:48 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc90
v8 v9 9 9 ||RFC Template Version||(1.0)|| 10 10 ||Submission Date||(Date/Time submitted)|| 11 ||Last Modified|| (your name here) [[Timestamp]]||11 ||Last Modified|| Uv Nov 4 2010|| 12 12 ||Author||Zac Spitzer, Uv || 13 13 ||RFC Status||(draft)|| … … 26 26 27 27 With complex maps, it's more efficient to render one large tile than many small ones. 28 There is little or no benefit for simple maps like the Sheboygan Sample. [[BR]]28 There is little or no benefit for simple maps like the Sheboygan Sample. 29 29 30 30 Using our 140 layer example map we can observe the following timing using metatilefactor 1 & 4 … … 35 35 Add a meta tile factor to the tile service, which then will render larger tiles enlarged by the provided factor. 36 36 to be sliced up into the smaller tiles which then get served to clients. 37 e.g.[[BR]] 37 e.g. 38 {{{ 38 39 Client -> GetTile(0,1) -> RenderMetaTile(0,0 - 1,1) -> SplitUp -> ReturnTile (0,1) 39 40 -> GetTile(1,1) -> wait................................... ReturnTile (1,1) 40 41 }}} 41 42 == Issues == 42 43 … … 58 59 == Test Plan == 59 60 60 The output of a tile map request shouldbe identical whether served with meta tiling enabled or without.61 The output of a tile map request has to be identical whether served with meta tiling enabled or without. 61 62 62 63 == Funding/Resources ==