Changes between Version 3 and Version 4 of MapGuideRfc170


Ignore:
Timestamp:
Apr 24, 2019, 6:25:06 PM (5 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc170

    v3 v4  
    108108    /// Specifies the image format of the tile. See \link MgImageFormats \endlink
    109109    /// \param tileExtentOffset
     110    /// Input
    110111    /// Specifies the ratio by which the tile to be rendered should be "buffered out". The tile will be rendered at the specified width
    111112    /// multiplied by the given ratio, which will be cropped back to the original requested size after rendering. This is to improve
    112113    /// label placement on rendered tiles by giving extra "breathing space" to label placement algorithms.
    113114    /// \param metaTilingFactor
     115    /// Input
    114116    /// The meta-tiling factor, If less than or equal to 1 no meta-tiling is done. If greater than 1, a tile m times the original requested
    115117    /// size is rendered instead (where m is the specified factor)
     
    161163    /// Specifies the image format of the tile to return.
    162164    /// \param tileExtentOffset
     165    /// Input
    163166    /// Specifies the ratio by which the tile to be rendered should be "buffered out". The tile will be rendered at the specified width
    164167    /// multiplied by the given ratio, which will be cropped back to the original requested size after rendering. This is to improve
    165168    /// label placement on rendered tiles by giving extra "breathing space" to label placement algorithms.
    166169    /// \param metaTilingFactor
     170    /// Input
    167171    /// The meta-tiling factor, If less than or equal to 1 no meta-tiling is done. If greater than 1, a tile m times the original requested
    168172    /// size is rendered instead (where m is the specified factor)