Changes between Version 1 and Version 2 of MapGuideRfc40
- Timestamp:
- 10/18/07 13:09:42 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc40
v1 v2 26 26 == Motivation == 27 27 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.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 turned on staircasing occurs. The AGG library will get us around these limitations. 29 29 30 30 == Proposed Solution == 31 31 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: 32 An 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 33 34 1) if it is not there, default to the GD renderer 35 34 36 2) if it is set to "AGG" use the AGG renderer 37 35 38 3) otherwise use the GD renderer 36 39