Ticket #2187 (closed defect: fixed)
WMS Request for DRIVER AGG/PNG claims 'invalid output format'
| Reported by: | crschmidt | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0 release |
| Component: | AGG | Version: | unspecified |
| Severity: | normal | Keywords: | agg wms |
| Cc: | sdlime, assefa |
Description
I edited a mapfile to have an outputformat like:
OUTPUTFORMAT
NAME 'AGG' DRIVER AGG/PNG IMAGEMODE RGB
END
I then requested an image via a URL like:
Note the:
FORMAT=AGG
in that line.
The request returned an error message:
msWMSLoadGetMapParams(): Image handling error. Unsupported output format (agg).
FrankW pointed out that mapwms.c has a hardcoded "GD/", "GDAL/".
I added AGG/, and it started working.
Change History
Note: See
TracTickets for help on using
tickets.
