| 171 | == Addendum 4 == |
| 172 | |
| 173 | For 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 | # ***************************************************************************** |
| 195 | RasterGridSizeForPlot = 50 |
| 196 | MinRasterGridSizeForPlot = 5 |
| 197 | RasterGridSizeOverrideRatioForPlot = 0.10 |
| 198 | }}} |