Changes between Version 1 and Version 2 of MapGuideRfc40


Ignore:
Timestamp:
Oct 18, 2007, 1:09:42 PM (17 years ago)
Author:
brucedechant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc40

    v1 v2  
    2626== Motivation ==
    2727
    28 The GD renderer currently used to render the map and legend images works, but there are limitations to it in that the images it generates could be better.  For example, when drawing a wide line, even though we have antialiasing on staircasing occurs.  The AGG library will get us around these limitations.
     28The GD renderer currently used to render the map and legend images works, but there are limitations to it in that the images it generates could be better.  For example, when drawing a wide line, even though we have antialiasing turned on staircasing occurs.  The AGG library will get us around these limitations.
    2929
    3030== Proposed Solution ==
    3131
    32 An AGG renderer will be added to the server.  When the server starts, it will read the serverconfig.ini file for a <???> setting in the <???> section and:
     32An AGG renderer will be added to the server.  When the server starts, it will read the serverconfig.ini file for a "Renderer" setting in the "!GeneralProperties" section and:
     33
    33341) if it is not there, default to the GD renderer
     35
    34362) if it is set to "AGG" use the AGG renderer
     37
    35383) otherwise use the GD renderer
    3639