Changes between Version 31 and Version 32 of MapGuideRfc51
- Timestamp:
- 11/18/08 10:42:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc51
v31 v32 129 129 One place you will commonly encounter this situation is with the Fusion Overview Map. This may also occur when your window size is very small. 130 130 131 To address this, a few more configuration settings will be added to the serverconfig.ini. In addition to !RasterGridSize, we will also add !Min imumRasterGridSize and !RasterGridSizeOverrideRatio.131 To address this, a few more configuration settings will be added to the serverconfig.ini. In addition to !RasterGridSize, we will also add !MinRasterGridSize and !RasterGridSizeOverrideRatio. 132 132 133 133 {{{ … … 139 139 # ----------------------------------------------------------------------------- 140 140 # RasterGridSize Size of raster re-projection grid in pixels 141 # Min imumRasterGridSizeMinimum size of raster re-projection grid in141 # MinRasterGridSize Minimum size of raster re-projection grid in 142 142 # pixels. This must be less than RasterGridSize. 143 143 # RasterGridSizeOverrideRatio If the RasterGridSize is larger than the 144 # image's height or width timesthe144 # image's height or width multiplied by the 145 145 # RasterGridSizeOverrideRatio, then the 146 146 # RasterGridSize is overridden with this value. … … 149 149 # ***************************************************************************** 150 150 RasterGridSize = 100 151 Min imumRasterGridSize= 10151 MinRasterGridSize = 10 152 152 RasterGridSizeOverrideRatio = 0.25 153 153 }}} … … 161 161 All examples use the following (default) values: 162 162 * !RasterGridSize = 100 163 * !Min imumRasterGridSize= 10163 * !MinRasterGridSize = 10 164 164 * !RasterGridSizeOverrideRatio = 0.25 165 165