Changes between Version 31 and Version 32 of MapGuideRfc51


Ignore:
Timestamp:
Nov 18, 2008, 10:42:13 AM (15 years ago)
Author:
tonyfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc51

    v31 v32  
    129129One place you will commonly encounter this situation is with the Fusion Overview Map. This may also occur when your window size is very small.
    130130
    131 To address this, a few more configuration settings will be added to the serverconfig.ini. In addition to !RasterGridSize, we will also add !MinimumRasterGridSize and !RasterGridSizeOverrideRatio.
     131To 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.
    132132
    133133{{{
     
    139139# -----------------------------------------------------------------------------
    140140# RasterGridSize                   Size of raster re-projection grid in pixels
    141 # MinimumRasterGridSize            Minimum size of raster re-projection grid in
     141# MinRasterGridSize                Minimum size of raster re-projection grid in
    142142#                                  pixels. This must be less than RasterGridSize.
    143143# RasterGridSizeOverrideRatio      If the RasterGridSize is larger than the
    144 #                                  image's height or width times the
     144#                                  image's height or width multiplied by the
    145145#                                  RasterGridSizeOverrideRatio, then the
    146146#                                  RasterGridSize is overridden with this value.
     
    149149# *****************************************************************************
    150150RasterGridSize                     = 100
    151 MinimumRasterGridSize              = 10
     151MinRasterGridSize                  = 10
    152152RasterGridSizeOverrideRatio        = 0.25
    153153}}}
     
    161161All examples use the following (default) values:
    162162 * !RasterGridSize                     = 100
    163  * !MinimumRasterGridSize              = 10
     163 * !MinRasterGridSize                  = 10
    164164 * !RasterGridSizeOverrideRatio        = 0.25
    165165