Changes between Version 8 and Version 9 of MapGuideRfc90


Ignore:
Timestamp:
Nov 4, 2010, 1:27:48 AM (14 years ago)
Author:
uvlite
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc90

    v8 v9  
    99||RFC Template Version||(1.0)||
    1010||Submission Date||(Date/Time submitted)||
    11 ||Last Modified||(your name here) [[Timestamp]]||
     11||Last Modified|| Uv Nov 4 2010||
    1212||Author||Zac Spitzer, Uv ||
    1313||RFC Status||(draft)||
     
    2626
    2727With 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]]
     28There is little or no benefit for simple maps like the Sheboygan Sample.
    2929
    3030Using our 140 layer example map we can observe the following timing using metatilefactor 1 & 4
     
    3535Add a meta tile factor to the tile service, which then will render larger tiles enlarged by the provided factor.
    3636to be sliced up into the smaller tiles which then get served to clients.
    37 e.g.[[BR]]
     37e.g.
     38{{{
    3839Client -> GetTile(0,1) -> RenderMetaTile(0,0 - 1,1) -> SplitUp -> ReturnTile (0,1)
    3940       -> GetTile(1,1) -> wait................................... ReturnTile (1,1)
    40 
     41}}}
    4142== Issues ==
    4243
     
    5859== Test Plan ==
    5960
    60 The output of a tile map request should be identical whether served with meta tiling enabled or without.
     61The output of a tile map request has to be identical whether served with meta tiling enabled or without.
    6162
    6263== Funding/Resources ==