Ticket #3295 (closed defect: fixed)
WFS 1.1.0 GetFeature mime type
| Reported by: | nsavard | Owned by: | tomkralidis |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.0 release |
| Component: | WFS Server | Version: | svn-trunk (development) |
| Severity: | normal | Keywords: | wfs1.1 getfeature mimetype |
| Cc: | assefa |
Description
Cite tests GetFeature? (see table 9a in OGC 04-094
The MIME returned for a GetFeature? request where no specific output format is requested is "text/xml; subtype=gml/3.1.1".
When output format GML2 is supported, the MIME returned for a GetFeature? request where the output format requested is GML2 is "text/xml; subtype=gml/2.1.2".
When output format "text/xml; subtype=gml/2.1.2" is supported, the MIME returned for a GetFeature? request where the output format requested is "text/xml; subtype=gml/2.1.2" is "text/xml; subtype=gml/2.1.2".
The MIME returned for a GetFeature? request where the output format requested is "text/xml; subtype=gml/3.1.1" is "text/xml; subtype=gml/3.1.1".

