Changes between Version 3 and Version 4 of MapGuideRfc170
- Timestamp:
- 04/24/19 18:25:06 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc170
v3 v4 108 108 /// Specifies the image format of the tile. See \link MgImageFormats \endlink 109 109 /// \param tileExtentOffset 110 /// Input 110 111 /// Specifies the ratio by which the tile to be rendered should be "buffered out". The tile will be rendered at the specified width 111 112 /// multiplied by the given ratio, which will be cropped back to the original requested size after rendering. This is to improve 112 113 /// label placement on rendered tiles by giving extra "breathing space" to label placement algorithms. 113 114 /// \param metaTilingFactor 115 /// Input 114 116 /// 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 115 117 /// size is rendered instead (where m is the specified factor) … … 161 163 /// Specifies the image format of the tile to return. 162 164 /// \param tileExtentOffset 165 /// Input 163 166 /// Specifies the ratio by which the tile to be rendered should be "buffered out". The tile will be rendered at the specified width 164 167 /// multiplied by the given ratio, which will be cropped back to the original requested size after rendering. This is to improve 165 168 /// label placement on rendered tiles by giving extra "breathing space" to label placement algorithms. 166 169 /// \param metaTilingFactor 170 /// Input 167 171 /// 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 168 172 /// size is rendered instead (where m is the specified factor)