Changes between Version 33 and Version 34 of MapGuideRfc51


Ignore:
Timestamp:
Jan 6, 2009, 2:32:49 PM (15 years ago)
Author:
tonyfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc51

    v33 v34  
    169169 * Example 4: If you have a request that re-projects a 5x5 image, the !RasterGridSize would get reduced to 5 pixels.
    170170
     171== Addendum 4 ==
     172
     173For use by Plot to DWF, three additional configuration settings will be added to the serverconfig.ini. These are: !RasterGridSizeForPlot, !MinRasterGridSizeForPlot and !RasterGridSizeOverrideRatioForPlot. These settings will work the same way as the settings in Addendum 3 above.
     174
     175{{{
     176[RenderingServiceProperties]
     177# *****************************************************************************
     178# R E N D E R I N G  S E R V I C E
     179#
     180# Property Name                    Description
     181# -----------------------------------------------------------------------------
     182# RasterGridSizeForPlot              Size of raster re-projection grid in pixels
     183#                                    for plot
     184# MinRasterGridSizeForPlot           Minimum size of raster re-projection grid in
     185#                                    pixels for plot. This must be less than
     186#                                    RasterGridSize.
     187# RasterGridSizeOverrideRatioForPlot If the RasterGridSizeForPlot is larger than the
     188#                                    image's height or width multiplied by the
     189#                                    RasterGridSizeOverrideRatioForPlot, then the
     190#                                    RasterGridSizeForPlot is overridden with this
     191#                                    value.
     192#                                    Change this setting to 1 to disable the
     193#                                    override.
     194# *****************************************************************************
     195RasterGridSizeForPlot              = 50
     196MinRasterGridSizeForPlot           = 5
     197RasterGridSizeOverrideRatioForPlot = 0.10
     198}}}