#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 (3)
comment:1 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
comment:2 by , 16 years ago
Keywords: | agg wms added |
---|---|
Milestone: | → 5.0 release |
Resolution: | → fixed |
Status: | new → closed |
Version: | → unspecified |
Note:
See TracTickets
for help on using tickets.
Fixed (r6416) ... should appear in beta2.
This bug resulted in AGG drivers not being selectable for WMS with FORMAT=, and was new with AGG support. The only release this bug appeared in was 5.0 beta1.